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

Tibia Map Editor, error no npcs. Help!

Ante666

New Member
Joined
Jan 10, 2008
Messages
17
Reaction score
0
Hello. I got a little problem with map editor and with a server.

Information:
Server: Evolution 8.00 XML
MapEditor: SimOnes MapEditor with auto-border function.

The Problem:
This image can tell you the problem:
http://www.speedy*****malware.localhost/567177831.html

If it doesn't work, try this link:
http://data.fuskbugg.se/skalman01/mapeditor error.JPG


EDIT:
Yeah, I must add the npcs in creatures.xml, but how the hell can I do that?

I have absolutely no idea how to add them in creatures.xml...

EDIT 2:
It's the same with all mapeditors and with all servers anyways.
 
Last edited:
Thats becouse these NPC are on map, but map editor dont have included it in creatures.xml (so you must add it) If you are to lazy, i'll give you solution.

Open creatures.xml, and on end of the file add this:
Code:
<creature looktype="142" name="Athan" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Donald" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Frodo" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Soya" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Malak" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Lola" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Johnny" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Maya" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Guild Master" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Nimral" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Timral" head="114" body="0" legs="95" feet="114" type="npc"/>
<creature looktype="142" name="Varkhal" head="114" body="0" legs="95" feet="114" type="npc"/>

Btw. OTserv is one huge automat, there arent displayed errors without reason, remember it, and next time try to fix something yourself :)
 
Back
Top