equested name for non-existant map index [0] in cache

serverkid

New member
Messages
48
Points
0
i suddenly got this debug message in console, how do you fix this?

[Debug]: mapindex_id2name: Requested name for non-existant map index [0] in cache. clif.c:clif_party_info:6501

 
This means you're trying to access a nonexistent map, be it by @command, or some npc. Or maybe you tried to add a map and forgot to add it in the map lists.

What were you trying to do when that debug appeared?

 
apparently i don't know how to re-create it, i just saw it spamming in the console, is there a way to know which map is it so i can find the culprit

 
this is fixed, apprently it only appeared when i changed MAX_PARTY from 12 to 20
default_smile.png


 
Back
Top