• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved NPCs are MONSTERS

Powtreeman

Member
Joined
Sep 26, 2011
Messages
400
Reaction score
6
Location
USA
I found that some of my NPCs wont load because they are in protection zones and the server sees them as Monsters although you can still summon them as god in non PZ areas and they talk as normal.

The console also gets an error saying

[18/03/2013 22:15:13] [Spawn::addMonster] Can not find Znozel
[18/03/2013 22:15:13] [Spawn::addMonster] Can not find Tony

How do I get them to change to NPCs?
 
Last edited:
It says NPC. this is Tony's XML

<?xml version="1.0" encoding="UTF-8"?>
<npc name="Tony" script="data/npc/scripts/Tony.lua" walkinterval="2000">
<health now="100" max="100"/>
<look type="131" head="58" body="43" legs="38" feet="76" addons="0"/>
<parameters>
<parameter key="message_greet" value="Hello. Unless you have official business or want to pass the gate, please move on." />
<parameter key="message_farewell" value="So I am alone again." />
<parameter key="message_walkaway" value="So I am alone again." />
</parameters>
</npc>

- - - Updated - - -

Oh the SPAWN file in the world folder? damn im dumb lol

alright i got it thanks. rep to you

- - - Updated - - -

oh i already gave you rep before
 
Back
Top