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.
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...
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...
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...
@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.
use this
.............{ resetstatus; },{},{}
for the lignthing bolt scroll..
it should be usable on player when you are inside PVP Zone..or i mistaken ?