• 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!

NPC mapping problem

Hikija

New Member
Joined
Mar 15, 2008
Messages
3
Reaction score
0
I dont seem to have the NPC's in my map editor how do i make it so I can place them with the map editor?
 
Go to your map-editor and open creatures.xml then you can add npc's and monsters so you can see them in your map-editor.

You've to put this line somewhere:

Code:
<creature looktype="34" name="name of monster" type="monster"/>

If it's a npc then change this to:

Code:
<creature looktype="34" name="name of monster" type="npc"/>
 
Last edited:
Back
Top