Server ran fine, i started it after editing InitNPC.txt and one .dat file in e.pk
I can't understand why the names turned into NULLs??? What should I do to fix it?
Printable View
Server ran fine, i started it after editing InitNPC.txt and one .dat file in e.pk
I can't understand why the names turned into NULLs??? What should I do to fix it?
NULL is just when the name of the npc/monster/item is not saved in message-e.dat in config.pk
so add in message-e
( itemname 6666 "blubb")
( npcname 6666 "blubb")
( monstername 6666 "blubb")
The problem is that all monsters are with NULL name...
check initmonster.txt - (name <number>), then check if that name exist in message-e.dat
(monstername <number> "name");
or something like that, i write from my head :p
ugh, must you two fail at everything.
@janchamb You probably have invalid syntax. A missing parentheses or double quote. Check all the lines you edited to make sure they are in the correct syntax.
yea as King Izy said check them :P . or maybe get a new config and edit it again .
if u have somekind of backup files this will be cool