Jump to content

Deleted User

Members
  • Posts

    235
  • Joined

  • Days Won

    6

Everything posted by Deleted User

  1. Yes i've encounter this but i just ignore. Finally someone reported something like this. I think its from rA's emulator.
  2. This script is quite very useful, any chances to make it detect IP? And also can you add also in save log? e.g account id,login id,character,level,job,claim item,quantity,last ip something like that
  3. Sometimes setting up max level on /db sides makes me confuse, why ALL rAthena Dev, changes this? although the old method works perfectly? confuse lol. PlayTester: How do you managed to solved this mathematics lol? >,> i'm planning to do example for Base: 255 and Job: 99 How do you calculate it? with a Perfect Pre Formula?
  4. Any chances to UPDATE this to latest GIT
  5. How can i add skill 'Enlargement Weight Limit' i want only Lv 1 then you don't need to use your skills points. in order to get that skill. HristDeadFrom what i remember this skill should be enabled by default for every class, without having to spend skill points. Thank you!
  6. Tested, it works. but it really needs to re-optimized the code, however i have found out some errors, something script2. And debug, found. Poring_Summonerv3.txt Hopefully it will be re-optimized.
  7. Hello, i have small concern about the WoE. Why is it appearing in my mapserver? How can i fix this one? since i'm new with WoE i need someone who will advise me^^ By the way, i have uncheck the Check if using stable or builds without the agitstart2/end2 commands. Thank you!
  8. My Bad >,< btw? Possible to add additional items? getitem,501,10,502,10???? Thanks again!
  9. 29600,PACKAGE,Package,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ if (((Weight*100)/MaxWeight) > 49) { message strcharinfo(0), "You are overweight, you cannot open the box!"; } if (((Weight*100)/MaxWeight) < 49) { getitem 501,10; } },{},{} If the player is overweight when i clicked the box, the box will be delitem (>,<) How do i fix this one? if a player opens a box without overweight the box will be delitem.
  10. Try this; 12920,Enriched_Elunium_Box,Enriched Elunium Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ if (((Weight*100)/MaxWeight) > 49) { message strcharinfo(0), "You are overweight, you cannot open the box!"; getitem 12920,1; } if (((Weight*100)/MaxWeight) < 49) { getitem 7619,10; } },{},{} Hi, Anakid! i have tested it works fine, however, if the player is overweight the giftbox will be delitem? how to make this one that cannot delitem? only if the player is non-overweight will be deducted the gift box or delitem. Just change the getitem ItemID. Excuse me? what do you mean change the getitem ltemID.? My concern is, if a player is overweight the giftbox should not be delitem, unless if a player gets the reward and the giftbox will be deleted.
  11. Fixed: (Version) 12920,ENRICHED_ELUNIUM_BOX,Enriched Elunium Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ if(((Weight*100)/MaxWeight) > 49) { getitem 31985,1; message strcharinfo(0), "You are overweight! You cannot open the box."; end; } else { getitem 7619,10; } },{},{}
  12. Thank you hopefully this will work out.
  13. 1 more question, I have try using @refine 0+8 but it doesn't seems to announce?
  14. Thank you! btw, using @refine does it work or do really need to refine it through NPC?
  15. Thanks for the respond, however i got this.
  16. May i asked? for your example? my item_db2 In script? how to do this one. i don't want to attach this to other refiner NPC's i want an item attach to this in enables to function the weapon etc. etc.
×
×
  • Create New...