perhap it's caused by content ?
because i remember that LINUX and WINDOW use different characters for certains word...like.... "newline" ..and etc....
if your old server file doesnt content much modification..i think you can just redownload a new 1 and edit edit it..
instead of stating the line error....next time it's better to post a screenshot..or the error contents...
and ...use search engine....
anyway..this is your solution..
PCRE
please make sure you use the correct npc folder / path when you add this script..
both RE and PRE-RE use different folder...
trunk/npc/re/
trunk/npc/pre-re/
beside....please dun alway mention "Didnt Work" ...
give detail...elaborate...check your map server..and etc...
@Annie
instead of loop all users....how about only loop for the users who stayed in the maps during the "event" started ?
because the rest of the player who are not in these map...they will have the OnPCLoadMapEvent get triggered when they enter the map..
so i think if we only loop through all the player that inside these guild castle map in enough..
query_sql("SELECT `account_id` FROM`char` WHERE `online` = 1 AND `last_map` IN ( 'prtg_cas01','prtg_cas03' ) LIMIT 128 OFFSET "+ .@count, .@aid );
@donkeyg
are you sure you are using this script ?
http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
because you dont have this
http://pastebin.com/raw.php?i=dEqrkczy
inside your database..
the above method wont be able to solve the problem you are requesting...
Annie fix the problem based on the script given in the 1st post .....
@SlashGeeGee
it's fixed in the server configuration...
trunk/conf/script_athena.conf
// Default value of the 'max' argument of the script command 'input'.
// When the 'max' argument isn't provided, this value is used instead.
// Defaults to INT_MAX.
//input_max_value: 2147483647
input_max_value: 10000000
change the value if you want to enable input higher value.
you can try setup like this for duplicate npc..
http://pastebin.com/raw.php?i=mjbNHJ7d
it work fine when i test in my server...
and the reason for you to unable summon it...i think it's because you set the delay too long