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

Need help

Demonkil

Beginner Mapper
Joined
Dec 21, 2007
Messages
468
Reaction score
12
well i am using jesters real map slyvera and i'm wanting to know how to put in the npcs
 
Here have you some npc you can add in your creatuers.xml


<creature looktype="75" name="guard" head="20" body="30" legs="40" feet="40" addon1="1" addon2="1" type="npc" />


<creature looktype="75" name="Stranger" head="20" body="30" legs="40" feet="40" addon1="1" addon2="1" type="npc" />


<creature looktype="134" name="Addoner" head="78" body="88" legs="0" feet="88" addon1="1" addon2="1" type="npc" />


<creature looktype="128" name="Bar Dude" head="20" body="100" legs="50" feet="99" addon1="1" addon2="1" type="npc" />


<creature looktype="128" name="Nisse" head="20" body="100" legs="50" feet="99" addon1="1" addon2="1" type="npc" />
 
Back
Top