S serverkid New member Messages 48 Points 0 Aug 4, 2013 #2 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
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
J jaBote Community Contributors Messages 2,037 Points 0 Github jaBote Aug 4, 2013 #3 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?
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?
S serverkid New member Messages 48 Points 0 Aug 4, 2013 #4 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
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
S serverkid New member Messages 48 Points 0 Aug 5, 2013 #5 this is fixed, apprently it only appeared when i changed MAX_PARTY from 12 to 20