Jump to content
  • 0

Error on Euphys WOE Controller v1.5


veryscary21

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  07/06/12
  • Last Seen:  

Having this error everytime i click the npc
[Error]: npc_event: event not found [WOE_CONTROL::OnMenu]
And this error on the map server everytime i reload the scipt.
[Error]:  Loading NPC file: npc/custom/woe_controller.txt
script error on npc/custom/woe_controller.txt line 173
    parse_callfunc: not enough arguments, expected ','
   168 :                        set .@gid, getcastledata(.Castles$[.@i],1);
   169 :                        if (!.@gid) continue;
   170 :                        set .@size, query_sql("SELECT account_id,char_id
 FROM `guild_member` WHERE guild_id = '"+.@gid+"' AND "+.@sql$,.@aid,.@cid);
   171 :                        for(set .@j,0; .@j<.@size; set .@j,.@j+1) {
   172 :                                if (.Options&8 && !(.Options&4)) {
*  173 :                                        set .@ip$, replacestr(getcharip'
('.@aid[.@j]),".","a");
   174 :                                        if (getd(".@ip_"+.@i+"_"+.@ip$))
 continue;
   175 :                                        setd ".@ip_"+.@i+"_"+.@ip$,1;
   176 :                                }
   177 :                                if (.Options&2) {
   178 :                                        query_sql("INSERT INTO `mail` (s
end_name,dest_id,title,message,nameid,amount,identify,zeny,time) VALUES ("+

The file attached is the exact script i copied and pasted from euphy's page. Im using rAthena and i already disabled npc\guild\agit_controller.txt and npc\guild2\agit_start_se.txt

Thank you in advance and more power rAthena!

woe_controller.txt

Edited by Patskie
Change to code
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...