SlashGeeGee Posted May 16, 2012 Posted May 16, 2012 (edited) Hello rA can someone fix this script it gives me warnings in map server here's the script : PvPSystem.txt and for this script im getting this error : [info]: npc_parse_function: Overwriting user function [WoEToggler] (npc/custom/iRO/WoE.txt:543) here's the script: WoE.txt Please Fix Thanks SlashGeeGee Edited May 16, 2012 by SlashGeeGee Quote
Emistry Posted May 16, 2012 Posted May 16, 2012 the 1st one.... recompile your server with higher value of event queue https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/map.h #define MAX_EVENTQUEUE 2 the 2nd one...it is just a "warning" message to show you the same function has been reloaded before..and it is now overwriting the previous function. Quote
SlashGeeGee Posted May 16, 2012 Author Posted May 16, 2012 what's the max of it ? i set it to 10 and recompiled is it alright ? where to disable the other function ? agit_template ? Quote
Emistry Posted May 16, 2012 Posted May 16, 2012 nor sure the limit...but 10 or above..i think is already enough for you.... to disable other function ? dunno..just check your NPC folder.. search the entire folder.. or....remove the 1 currently overwriting it. function [WoEToggler] (npc/custom/iRO/WoE.txt:543) Quote
SlashGeeGee Posted May 16, 2012 Author Posted May 16, 2012 nor sure the limit...but 10 or above..i think is already enough for you.... to disable other function ? dunno..just check your NPC folder.. search the entire folder.. or....remove the 1 currently overwriting it. function [WoEToggler] (npc/custom/iRO/WoE.txt:543) it's fine with 10 if i remove the function will the script work fine ? Quote
Question
SlashGeeGee
Hello rA
can someone fix this script it gives me warnings in map server
here's the script :
PvPSystem.txt
and for this script im getting this error :
here's the script:
WoE.txt
Please Fix
Thanks
SlashGeeGee
Edited by SlashGeeGee4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.