Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. if you want to use the script..doesnt mean that you have to combine it with other script to make it work.... just setup the npc with the desired setting and load it.
  2. sorry i think the script currently didnt suppose to limit these item based on combination.
  3. any value behind the skillratio += will also affect it...
  4. skillratio += -50+10*skill_lv; suppose to be calculate in this way skillratio = skillratio + ( -50 + ( 10 * skill_lv ) ); not skillratio = skillratio + ( ( -50 + 10 ) * skill_lv ); the calculation is from RIGHT to LEFT hope i am not mistaken about this...
  5. i dont think that is possible with just npc script.... perhap these required you to edit alot in the src ..maybe ~ the script post by Euphy is almost complete... just required the header...
  6. [code]............contents................ [/code]
  7. OnMinute05 mean the 5th Minute of every hour.. if you want to do it every 5 Minutes.. you have to do it like this OnMinute05: OnMinute10: etc.......
  8. maybe you can give this a try.. http://www.eathena.ws/board/index.php?showtopic=244658&hl=card my favourite card remover from AnnieRuru
  9. item_trade.txt //1:Item can't be droped
  10. have you updated your lub files as well ? you can try this if you havent update it http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/2012-04-10%20Lub+src%20Files%20%5bTranslated%5d.rar but there is still some part is not translated...
  11. http://rathena.org/board/topic/67110-hide-dataini/
  12. Based on Euphy Script add this after the "delitem" or any where you want after the "close;" nude;
  13. @arcencial https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 @topic... i think it is better to do it in src .. example..create another autotrade command that read different timeout limit.
  14. use this .............{ resetstatus; },{},{} for the lignthing bolt scroll.. it should be usable on player when you are inside PVP Zone..or i mistaken ?
×
×
  • Create New...