Jump to content
  • 0

Script Warning Help


SlashGeeGee

Question


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

Hello rA :P

can someone fix this script it gives me warnings in map server

20awj5y.jpg

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 /meh

SlashGeeGee

Edited by SlashGeeGee
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

what's the max of it ? i set it to 10 and recompiled is it alright ?

where to disable the other function ? agit_template ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

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 /meh

if i remove the function will the script work fine ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...