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

OTMapeditor + npc

tuninho

New Member
Joined
Jul 28, 2007
Messages
60
Reaction score
0
Hi there,

I'm getting this message: "could not find these npc: bla bla bla" in otmapeditor when i do this:

1- I open my map and put some npcs in it (yes they exist in npc folder)
2- I open tfs just to be sure they are placed in there, and they are.
3- I open my map again to make an update, then i get the damn message.

The npcs i put in the map are saved in map-spawn.xml
I heard somewhere that they need to be saved in npc.xml, and otmapeditor doesnt generate it, so i downloaded an example of an npc.xml file and edited it to suit my needs, but this time mapeditor AND tfs doesnt load the npcs.

Am i doing something wrong?

My tfs version i keep updating everyday with that tortoise thing...

Help?

Brunno
 
You must add to creatures.xml in OTMapeditor folder

Code:
<creature looktype="127" name="[COLOR="Red"]NAMEOFNPC[/COLOR]" type="npc"/>
 
Back
Top