-
Apprentice
[Q] Monster names are NULL
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?
-
-
Enthusiast
Re: [Q] Monster names are NULL
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")
-
Apprentice
Re: [Q] Monster names are NULL
The problem is that all monsters are with NULL name...
-
Account Upgraded | Title Enabled!
Re: [Q] Monster names are NULL
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
-
Account Upgraded | Title Enabled!
Re: [Q] Monster names are NULL
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.
-
Account Upgraded | Title Enabled!
Re: [Q] Monster names are NULL
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