SlashGeeGee Posted May 16, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted May 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share 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 Link to comment Share on other sites More sharing options...
SlashGeeGee Posted May 16, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted May 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Yesterday at 05:27 AM Share 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 Link to comment Share on other sites More sharing options...
SlashGeeGee Posted May 16, 2012 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
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 SlashGeeGeeLink to comment
Share on other sites
4 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.