Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. when you set to 200 ... which is 2x of original value. the player will need twice the amount of status to immune to a particular status. original need 100 vit to block stun ( setting = 100 ) now it need 200 vit to block stun ( setting = 200 )
  2. if ( BaseLevel > 80 ) { .@ResetStat = 50000; // Zeny for stat reset .@ResetSkill = 50000; // Zeny for skill reset .@ResetBoth = 90000; // Zeny for resetting both together }
  3. change #Mission_Count #Mission_Delay into this Mission_Count Mission_Delay
  4. some of the example.. O__O http://pastebin.com/raw.php?i=1512zv1N
  5. you mean these ?? the script command waitingroom2bg and waitingroom2bg_single set a temporary savepoint to all the battleground player depend on their group. and this is why they can keep respawn on certain spot when they died in the battleground.
  6. OnMinute ... the range should be 00 ~ 59. OnMinute00: if ( gettime(3) % 2 ) end; // event start every 2 hour
  7. did you check your conf/maps_athena.conf too ??
  8. Emistry

    Item Trade

    did you reload the database?
  9. you can use this *transform <monster name/ID>,<duration>,<sc type>{,<val1>,<val2>,<val3>,<val4>}; This command will turn a player into a monster for a given duration and grants an SC attribute effect while transformed. Note that players cannot be transformed during War of Emperium or if already disguised.
  10. nope, work fine for me.
  11. ..............{ if ( Hp < MaxHp ) { percentheal 100,100; } },{},{}
  12. Merry Christmas everyone ...
  13. I normally get the translated data files here https://subversion.assembla.com/svn/client-side-translation/Data/questid2display.txt
  14. npc/custom/events/disguise.txt
  15. you can use countitem2 to check for specific refined item and use delitem2 to delete the refined item
  16. your picklog table. type = 'T'
  17. there are few trick you can try with edit client hex code replace with "transparent" texture picture
  18. The conversion can be done by refer this http://rathena.org/board/topic/78263-scripting-faqtipstricks/?p=267219 eathena doesnt support direct variable assigning. must use set
  19. conf/battle/feature.conf#L33
  20. I dont think it's appropriate to call someone who delayed his work as 'Scammer' ... /dum
  21. You can report these dead server's topic. We'll try our best to take care of these dead topic.
  22. why not just use those existing item to achieve these action ?? Ex. Kafra Card for storage / Fly Wing for Teleport ?? the reason for @commands is just it's unlimited usage, if that's the case, just change your item type to 11. not to mention, allowing these @commands is actually not a good way in server it spam your command log if you enabled it
  23. BaseLevel--; resetstatus;
  24. You can refer this post. http://rathena.org/board/topic/78263-scripting-faqtipstricks/?p=267219 any kind of rA/Hercules script convert to eA compatible ... is the same .. unless there are some updated script command changes.
  25. use rentitem
×
×
  • Create New...