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

New monster, how to take it on the map?

yanger

Banned User
Joined
Aug 28, 2009
Messages
740
Reaction score
7
Location
Stalowa Wola, Poland
Hiho,
I created Medusa on my ots, but i dont know how to take this monster on the map :( In map editor this monsters isnt showed, help me :P
 
and if you're using oldschool regular oteditor:

ot\mapeditor\creatures.xml

go in there and copy the top monster example:
Code:
<creature looktype="105" name="Badger" type="monster"/>
<creature looktype="78" name="Banshee" type="monster"/>
<creature looktype="264" name="Barbaria" type="monster"/>
copy the entire badger info and paste it above it, so that there is two:
Code:
<creature looktype="105" name="Badger" type="monster"/>
<creature looktype="105" name="Badger" type="monster"/>
<creature looktype="78" name="Banshee" type="monster"/>
<creature looktype="264" name="Barbaria" type="monster"/>

now change the name of the first one to whatever you named your custom medusa monster in monsters.xml
so:
Code:
<creature looktype="105" name="Medusa" type="monster"/>
<creature looktype="105" name="Badger" type="monster"/>
and looktype is just what it looks like in the mapeditor, not the actually game, but if it makes you happy you can change it to whatever you want :]

++REP if it helped you
 
Heh... i got Simone map editor and i got there only IMPORT, but it can import only .otmb :/ ;( halp plax

: to henkos


edit: misery

Hehe i want a looktype like Medusa lol :/ xD not like badger :PP
 
yeah i got those errors too, you just have to download the client it wants and extract to your desktop, then when it asks for it, goto that clients directory. never used simones mapeditor before, so dunno how that works, do you have a creatures.xml in your mapeditor/world folder?
 
Hiho,
I created Medusa on my ots, but i dont know how to take this monster on the map :( In map editor this monsters isnt showed, help me :P

So, i was assuming you already made the Medusa.xml with all the info (including looktype and such) and also added it into your monsters.xml ..did you have a medusa monster already you're trying to edit? or you going from scratch? cause if you don't even have the medusa sprites then you won't have the medusa looktype on your ot. maybe you can add them, or you can make a custom monster named medusa, with the looktype of a monster you already have in game.
 
I did all files with Medusa, all scripts but i dont have the LOOKTYPE OF MEDUSA IN MAP EDITOR for take this monster to mine resp, u understand me ?;p i need 'download' something what give me medusa to map editor.. Or maybe some1 can say me how to do this all 100%? good scripts and how to take it on my map.
 
it's kind of hard to understand. open your creatures.xml and do ctrl+f, then search for medusa, if it's in there then that should be the looktype
 
I got in creatures.xml medusa and on my ot map editor now :) but it dont work

when i switch on my Ots i got error: [31/08/2009 08:12:22] [Spawn::addMonster] Can not find Medusa


edit:


33c64k0.jpg
 
Last edited:
You need to add medusa to the monsters.xml in your monsters folder as well.

__________________

Are you tired of the customer neglect of TibiaBotNG? Do you think LoW needs to add more updates? Are you tired of using a crappy bot because its a cheap alternative to Elf? Well, dont be tired anymore! Check out my blog!
 
Last edited:
Also if you want it to work on the OT server, make sure to load the monster from monsters.xml in data/monster folder
 
Back
Top