try this
[ Pastebin ] Custom Warper
i forget to do the calculation after select the map...
@namelesss
ya...practice make perfect....
i started to do like this after AnnieRuru ask me to do it in this way to improve my skills last time
use @reloaditemdb in game..then check the mapserver console to see which file did the server load..
then you will know which item_db is loaded in your server
https://rathena.svn....ill_cast_db.txt
//-- MO_EXTREMITYFIST
271,4000:3500:3000:2500:2000,3000:2500:2000:1500:1000,0,0,300000,10000,0
aw...Lilith is faster than me..>.<
anyway...i think use the Cooldown column is enough....
the aftercastactdelay might caused the character cant use other skills during the "cooldown"
well..my topic only for solving those script i post in my topic ==''
if you are facing a problem with your own script...make a new topic at script support / request section...
and make sure you show your own script so that other know where is the problem located.....
base on your problem...should be misused of the command for strcharinfo
announce strcharinfo(0)+" entered in PVP Room",0;
@ifoxkun
getcharid(2) doesnt return you the name...but ID...
* I think i answered same thing before for this topic question >.< *
1st line error........
all this is the TAB problem
maybe i forget change to TAB when paste to pastebin.....
the 1 nameless post...
he do wrong variable checking
this
if( .TotalZeny <= 0 ){
should be
if( .TotalZeny >= .TargetZeny ){
this
set .TotalZeny,.TotalZeny - .@Amount;
should be
set .TotalZeny,.TotalZeny + .@Amount;
and my script i have updated the Status Buff Time..anyway cant confirm it correctly due to unable to test the script
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/guild.conf
// Activate guild skills delay by relog? (Note 1)
// Official setting is "yes", otherwise allow guild leaders to relog to cancel the 5 minute delay.
guild_skill_relog_delay: yes
do you remember what you have requested ?
an auto event for every 3 hour to hide a npc
do you know how to calculate / differnet between 3 hours and 30 minutes ? O.O
this script already exist in rathena...i remember i answered this topic several times..
you can try this also
http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__78173
the simplify and easy way...
use search engine search