trunk/src/config/renewal.h
/// game renewal server mode
/// (disable by commenting the line)
///
/// leave this line to enable renewal specific support such as renewal formulas
#define RENEWAL
trunk/conf/char_athena.conf
// Amount of time in seconds by which the character deletion is delayed.
// Default: 86400 (24 hours)
// NOTE: Requires client 2010-08-03aragexeRE or newer.
char_del_delay: 86400
remove the time...
it only happen when you spam click it 5 or more times???
continuous click for few time about 50 second... ?
isnt that the way you setup the npc...?
sc_end SC_DECREASEAGl
what's the purpose for this ? i dont get it...
anyway...in your case...i dont think using permanent variable suit your cases...
it's not really a good / suggested way ...
More Details :
http://www.eathena.ws/board/index.php?showtopic=181741&st=0&p=1478950entry1478950
there are bunch of topic discussed about this...
as usually...same answer from me...
add a script that check the player job upon entered the map....
and kick them out if the job match...or whatever...
or..you can try this script..
https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/
make sure your script is loaded during the restart...
http://rathena.org/wiki/Adding_a_Script
use @mapinfo to check is it the mapflag added to the map.....
change your computer language to Korean....then restart your computer...afterward you should be able to view it in Korean Language...
afterward you can copy to any translator you want...and translate it..
lol ? what's this....my script shouldnt caused this ...
are you using SQL ? or TXT ..?
are you sure that's the whole script ?
where did this come from ?
#GC_Captures ?
you have to add this into your emulator
http://pastebin.com/raw.php?i=EBWgqEpr
it is included inside the file attached by Goddameit....
put it inside here..
trunk/src/map/script.c
and make sure you recompile..