Jump to content
  • 0

WOE error need help!


hisawahiroki

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/14/15
  • Last Seen:  

problem solved
 
 
I have the problem with WoE system on simple agit_controller.txt
it will error when using a simple auto start time setting WoE  
but this problem will not appear when i use @agitstart 
 
 
console error :
 
[Debug]: mapindex_name2id: Map "" not found in index list!  <<< i have no idea what is that ghost map in ""
[Warning]: buildin_setcastledata: guild castle for map '' not found
[Debug]: Source (NPC): Agit_Event (invisible/not on a map)
[Debug]: mapindex_name2id: Map "" not found in index list!
 
and then it will cannot connect with map-server after select character
 
 
 
notice point : I have been used Euphy's WOE Controller before and forgot to disable == npc\guild\agit_controller.txt as in the instructions said. will it involved? 
I'm crazy now
 
 
 
more searching info from src map/script.c
 

 

 

BUILDIN_FUNC(getcastledata)
{
const char *mapname = mapindex_getmapname(script_getstr(st,2),NULL);
int index = script_getnum(st,3);
struct guild_castle *gc = guild_mapname2gc(mapname);
 
if (gc == NULL) {
script_pushint(st,0);
ShowWarning("buildin_setcastledata: guild castle for map '%s' not found\n", mapname);
return 1;
}

 

Edited by hisawahiroki
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...