you can try this also...but i dunno what will be the result...never tried.
trunk/src/map/script.c
/// Maximum amount of elements in script arrays
#define SCRIPT_MAX_ARRAYSIZE 128
increase the value of 128 ~
isnt your script already got it ?
if got problem...please explain what your problem ...
Please read this before you next post ~
http://rathena.org/board/forum-30/announcement-9-scripting-support-easy-as-1-2-3/
@WillSuranol
remove this ?
clif_changelook(&sd->bl,LOOK_HEAD_TOP,471);
change the 471 to your AFK hat view id. .....
by default...in latest client / server...471 is the AFK Hat view sprite...
i am EMISTRY ....not EUPHY ~
WOE Controller is @Euphy's Script......
you ask at the wrong topic ....
i believe you are actually looking for him instead of me.
you need your own custom grf in order to login in your server....with translated stuff....connection info....etc...
Translated Data Folder
http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/
LUB files.
http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
repack it into GRF...edit your Clientinfo
no 4 ...
your problem is...your client doesnt read from your GRF / data folder ...depend on the configuration you select when you diff your clients.
but most of us are using GRF instead of data folder.
and ensure the contents inside data.ini is correct ....
Example :
[data]
0=CUSTOM.grf
1=data.grf
2=rdata.grf
@Cephaler
owh...thx for reporting that ....
i forget that my script have that getmapmob() command in it....
it has been quite long since my last update for this script ...
will try update it when i recovered from my illness .... >.<
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