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

Solved NPC's Won't Load on Server

Status
Not open for further replies.

Cowslayer

New Member
Joined
Aug 25, 2009
Messages
18
Reaction score
0
I started my server again, making no changes to NPC's, only rechecking the map, and it was fixed this time... Strange.

I'm running NaxedOt 3.5 and using Holloweyes' NPC Editor.

My problem is this: I name a character in my creatures.xml in my map editor, create an NPC with the NPC Editor named the same thing, place the created .xml NPC in the data\npc folder, place said NPC on my map, and yet when I log in he is not there.

Here is my NPC's Baratuush.xml from data\npc:

Code:
<npc name="Baratuush" script="data/npc/scripts/seller.lua" autowalk="25" floorchange="25" access="5" level="1" maglevel="1">
<health now="150" max="150"/>
<look type="252" head="0" body="0" legs="0" feet="0" corpse="2212"/>
<parameters>
<parameter key="message_greet" value="Greetings. I see you have been successfully reborn, young one."/>
<parameter key="message_farewell" value="May your life be short and filled with the glory of battle!"/>
<parameter key="module_keywords" value="7" />
<parameter key="keywords" value="reborn;lesser;scaled;lizard;experience;reward;rope;" />
<parameter key="keyword_reply1" value="Yes. Reborn. This is the Temple of Fates, where the worthy are returned to life through the sacrifice of the... Lesser beings." />
<parameter key="keyword_reply2" value="All races are inferior to our own. We came to this isle generations ago, and found it to be infested with the damned scaled ones." />
<parameter key="keyword_reply3" value="The lizard men who are native to this island, who first harnessed the power of this temple still fight against us. We have them almost defeated now." />
<parameter key="keyword_reply4" value="They have an encampment to the northwest, perhaps you will aid us in our fight... Yes... You seem able enough. But first why don't you gain some experience? It would not do to die before you are of use." />
<parameter key="keyword_reply5" value="The rat overlord is deep within the cave. Perhaps you could get rid of this pest? I'm certain there would be a reward for you in there." />
<parameter key="keyword_reply6" value="He has killed young adventurers such as yourself with his horde of minions, I'm sure he has some souvenirs. But before you enter his cave be certain you find a rope, or you may never climb out of his kingdom again." />
<parameter key="keyword_reply7" value="I think I saw one outside in the bushes somewhere..." />
</parameters>
</npc>

Here is the relevant seller.lua in the data\npc\scripts:

Code:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)

function onCreatureAppear(cid)			npcHandler:onCreatureAppear(cid)			end
function onCreatureDisappear(cid)		npcHandler:onCreatureDisappear(cid)			end
function onCreatureSay(cid, type, msg)	npcHandler:onCreatureSay(cid, type, msg)	end
function onThink()						npcHandler:onThink()						end

npcHandler:addModule(FocusModule:new())

And here is my Map Editors' creatures.xml, look at the very bottom for the relevant npc:

Code:
<?xml version="1.0"?>

<creatures>
<creature looktype="56" name="Buck the Magnificent" type="monster"/>

<creature looktype="129" head="95" body="116" legs="121" feet="115" name="Achad" type="monster"/>
<creature looktype="194" name="Acolyte of the Cult" type="monster"/>
<creature looktype="194" name="Adept of the Cult" type="monster"/>
<creature looktype="137" head="113" body="120" legs="114" feet="132" name="Amazon" type="monster"/>
<creature looktype="79" name="Ancient Scarab" type="monster"/>
<creature looktype="12" head="3" body="105" legs="96" feet="114" name="Annihilon" type="monster"/>
<creature looktype="201" name="Apocalypse" type="monster"/>
<creature looktype="23" name="Apprentice Sheng" type="monster"/>
<creature looktype="287" name="Arachir The Ancient One" type="monster"/>
<creature looktype="87" name="Arkhothep" type="monster"/>
<creature looktype="88" name="Ashmunrah" type="monster"/>
<creature looktype="152" head="114" body="114" legs="114" feet="114"  addon1="1" addon2="1" name="Assassin" type="monster"/>
<creature looktype="261" name="Avalanche" type="monster"/>
<creature looktype="71" name="Axeitus Headbanger" type="monster"/>
<creature looktype="226" name="Azure Frog" type="monster"/>

<creature looktype="105" name="Badger" type="monster"/>
<creature looktype="129" head="58" body="59" legs="45" feet="114" name="Bandit" type="monster"/>
<creature looktype="78" name="Banshee" type="monster"/>
<creature looktype="264" name="Barbaria" type="monster"/>
<creature looktype="255" name="Barbarian Bloodwalker" type="monster"/>
<creature looktype="264" name="Barbarian Brutetamer" type="monster"/>
<creature looktype="253" name="Barbarian Headsplitter" type="monster"/>
<creature looktype="254" name="Barbarian Skullhunter" type="monster"/>
<creature looktype="122" name="Bat" type="monster"/>
<creature looktype="201" name="Bazir" type="monster"/>
<creature looktype="16" name="Bear" type="monster"/>
<creature looktype="55" name="Behemoth" type="monster"/>
<creature looktype="17" name="Beholder" type="monster"/>
<creature looktype="233" name="Betrayed Wraith" type="monster"/>
<creature looktype="281" name="Big Boss Trolliver" type="monster"/>
<creature looktype="131" head="114" body="114" legs="114" feet="114" addon1="1" addon2="1" name="Black Knight" type="monster"/>
<creature looktype="13" name="Black Sheep" type="monster"/>
<creature looktype="49" name="Blazing Fire Elemental" type="monster"/>
<creature looktype="246" name="Blightwalker" type="monster"/>
<creature looktype="242" name="Blistering Fire Elemental" type="monster"/>
<creature looktype="200" name="Blood Crab" type="monster"/>
<creature looktype="42" name="Bloodpaw" type="monster"/>
<creature looktype="80" name="Blue Djinn" type="monster"/>
<creature looktype="299" name="Bog Raider" type="monster"/>
<creature looktype="101" name="Bonebeast" type="monster"/>
<creature looktype="231" name="Bones" type="monster"/>
<creature looktype="25" name="Bovinus" type="monster"/>
<creature looktype="256" name="Braindeath" type="monster"/>
<creature looktype="98" name="Brutus Bloodbeard" type="monster"/>
<creature looktype="45" name="Bug" type="monster"/>
<creature looktype="213" name="Butterfly" type="monster"/>

<creature looktype="196" name="Captain Jones" type="monster"/>
<creature looktype="120" name="Carniphila" type="monster"/>
<creature looktype="192" name="Carrion Worm" type="monster"/>
<creature looktype="276" name="Cat" type="monster"/>
<creature looktype="56" name="Cave Rat" type="monster"/>
<creature looktype="124" name="Centipede" type="monster"/>
<creature looktype="259" name="Chakoya Toolshaper" type="monster"/>
<creature looktype="249" name="Chakoya Tribewarden" type="monster"/>
<creature looktype="260" name="Chakoya Windcaller" type="monster"/>
<creature looktype="293" name="Charged Energy Elemental" type="monster"/>
<creature looktype="111" name="Chicken" type="monster"/>
<creature looktype="81" name="Cobra" type="monster"/>
<creature looktype="284" name="Cockroach" type="monster"/>
<creature looktype="129" name="Colerian the Barbarian" type="monster"/>
<creature looktype="226" name="Coral Frog" type="monster"/>
<creature looktype="241" name="Countess Sorrow" type="monster"/>
<creature looktype="112" name="Crab" type="monster"/>
<creature looktype="226" name="Crimson Frog" type="monster"/>
<creature looktype="119" name="Crocodile" type="monster"/>
<creature looktype="100" name="Crypt Shambler" type="monster"/>
<creature looktype="263" name="Crystal Spider" type="monster"/>
<creature looktype="100" name="Cursed Gladiator" type="monster"/>
<creature looktype="22" name="Cyclops" type="monster"/>
<creature looktype="280" name="Cyclops Drone" type="monster"/>
<creature looktype="277" name="Cyclops Smith" type="monster"/>

<creature looktype="255" name="Darakan the Executioner" type="monster"/>
<creature looktype="133" name="Dark Apprentice" type="monster"/>
<creature looktype="133" name="Dark Magician" type="monster" addon1="1" addon2="1"/>
<creature looktype="225" name="Dark Monk" type="monster"/>
<creature looktype="234" name="Dark Torturer" type="monster"/>
<creature looktype="151" head="115" body="76" legs="35" feet="117" addon2="2" name="Deadeye Devious" type="monster"/>
<creature looktype="231" name="Deathbringer" type="monster"/>
<creature looktype="102" name="Deathslicer" type="monster"/>
<creature looktype="226" name="Deathspawn" type="monster"/>
<creature looktype="31" name="Deer" type="monster"/>
<creature looktype="238" name="Defiler" type="monster"/>
<creature looktype="204" name="Demodras" type="monster"/>
<creature looktype="35" name="Demon" type="monster"/>
<creature looktype="37" name="Demon Skeleton" type="monster"/>
<creature looktype="35" name="Demongoblin" type="monster"/>
<creature looktype="236" name="Destroyer" type="monster"/>
<creature looktype="63" name="Dharalion" type="monster"/>
<creature looktype="237" name="Diabolic Imp" type="monster"/>
<creature looktype="287" name="Diblis The Fair" type="monster"/>
<creature looktype="87" name="Dipthrah" type="monster"/>
<creature looktype="250" name="Dire Penguin" type="monster"/>
<creature looktype="32" name="Dog" type="monster"/>
<creature looktype="231" name="Dracola" type="monster"/>
<creature looktype="34" name="Dragon" type="monster"/>
<creature looktype="271" name="Dragon Hatchling" type="monster"/>
<creature looktype="39" name="Dragon Lord" type="monster"/>
<creature looktype="272" name="Dragon Lord Hatchling" type="monster"/>
<creature looktype="34" name="Drasilla" type="monster"/>
<creature looktype="101" name="Dreadbeast" type="monster"/>
<creature looktype="137" name="Dryad" type="monster" addon1="1" addon2="1"/>
<creature looktype="69" name="Dwarf" type="monster"/>
<creature itemid="1551" name="Dwarf Dispenser" type="monster"/>
<creature looktype="66" name="Dwarf Geomancer" type="monster"/>
<creature looktype="70" name="Dwarf Guard" type="monster"/>
<creature looktype="160" head="115" body="77" legs="93" feet="114" name="Dwarf Henchman" type="monster"/>
<creature looktype="160" head="77" body="102" legs="97" feet="116" name="Dwarf Miner" type="monster"/>
<creature looktype="71" name="Dwarf Soldier" type="monster"/>
<creature looktype="215" name="Dworc Fleshhunter" type="monster"/>
<creature looktype="216" name="Dworc Venomsniper" type="monster"/>
<creature looktype="214" name="Dworc Voodoomaster" type="monster"/>

<creature looktype="301" name="Earth Elemental" type="monster"/>
<creature looktype="285" name="Earth Overlord" type="monster"/>
<creature looktype="103" name="Efreet" type="monster"/>
<creature looktype="108" name="Elder Beholder" type="monster"/>
<creature looktype="211" name="Elephant" type="monster"/>
<creature looktype="62" name="Elf" type="monster"/>
<creature looktype="63" name="Elf Arcanist" type="monster"/>
<creature looktype="64" name="Elf Scout" type="monster"/>
<creature looktype="293" name="Energy Elemental" type="monster"/>
<creature looktype="290" name="Energy Overlord" type="monster"/>
<creature looktype="193" name="Enlightened Of the Cult" type="monster"/>
<creature looktype="109" name="Eye Of The Seven" type="monster"/>

<creature looktype="29" name="Fallen Mooh'tah Master Ghar" type="monster"/>
<creature looktype="206" name="Fernfang" type="monster"/>
<creature looktype="229" name="Ferumbras" type="monster"/>
<creature looktype="40" name="Fire Devil" type="monster"/>
<creature looktype="49" name="Fire Elemental" type="monster"/>
<creature looktype="243" name="Fire Overlord" type="monster"/>
<creature itemid="1551" name="Flamethrower" type="monster"/>
<creature looktype="212" name="Flamingo" type="monster"/>
<creature looktype="240" name="Fluffy" type="monster"/>
<creature looktype="70" name="Foreman Kneebiter" type="monster"/>
<creature looktype="110" name="Freegoiz" type="monster"/>
<creature looktype="248" name="Frost Dragon" type="monster"/>
<creature looktype="283" name="Frost Dragon Hatchling" type="monster"/>
<creature looktype="257" name="Frost Giant" type="monster"/>
<creature looktype="265" name="Frost Giantess" type="monster"/>
<creature looktype="53" name="Frost Troll" type="monster"/>
<creature looktype="52" name="Frostfur" type="monster"/>
<creature looktype="149" name="Fury" type="monster"/>

<creature looktype="95" name="Gargoyle" type="monster"/>
<creature looktype="109" name="Gazer" type="monster"/>
<creature looktype="202" name="General Murius" type="monster"/>
<creature looktype="12" name="Ghazbaran" type="monster"/>
<creature looktype="48" name="Ghost" type="monster"/>
<creature looktype="18" name="Ghoul" type="monster"/>
<creature looktype="38" name="Giant Spider" type="monster"/>
<creature looktype="252" name="Gnorre Chyllson" type="monster"/>
<creature looktype="61" name="Goblin" type="monster"/>
<creature looktype="296" name="Goblin Assassin" type="monster"/>
<creature looktype="61" name="Goblin Leader" type="monster"/>
<creature looktype="297" name="Goblin Scavenger" type="monster"/>
<creature looktype="12" name="Golgordan" type="monster"/>
<creature looktype="193" name="Grandfather Tridian" type="monster"/>
<creature looktype="99" name="Gravelord Oshuran" type="monster"/>
<creature looktype="51" name="Green Djinn" type="monster"/>
<creature looktype="224" name="Green frog" type="monster"/>
<creature looktype="300" name="Grim Reaper" type="monster"/>
<creature looktype="2" name="Grimgor Guteater" type="monster"/>
<creature looktype="67" name="Grorlam" type="monster"/>
<creature looktype="61" name="Grynch Clan Goblin" type="monster"/>

<creature looktype="8" name="Hacker" type="monster"/>
<creature looktype="116" name="Hairman The Huge" type="monster"/>
<creature looktype="230" name="Hand of Cursed Fate" type="monster"/>
<creature itemid="389" name="Hell Hole" type="monster"/>
<creature looktype="243" name="Hellfire Fighter" type="monster"/>
<creature looktype="12" name="Hellgorak" type="monster"/>
<creature looktype="240" name="Hellhound" type="monster"/>
<creature looktype="73" name="Hero" type="monster"/>
<creature looktype="113" name="High Templar Cobrass" type="monster"/>
<creature looktype="129" head="95" body="116" legs="121" feet="115" name="Hunter" type="monster"/>
<creature looktype="258" name="Husky" type="monster"/>
<creature looktype="94" name="Hyaena" type="monster"/>
<creature looktype="121" name="Hydra" type="monster"/>

<creature looktype="261" name="Ice Golem" type="monster"/>
<creature looktype="11" name="Ice Overlord" type="monster"/>
<creature looktype="149" head="0" body="47" legs="105" feet="105" addons="0" name="Ice Witch" type="monster"/>
<creature looktype="201" name="Infernatil" type="monster"/>
<creature looktype="15" name="Island Troll" type="monster"/>

<creature looktype="285" name="Jagged Earth Elemental" type="monster"/>
<creature looktype="244" name="Juggernaut" type="monster"/>
<creature looktype="120" name="Jungle Maw" type="monster"/>

<creature looktype="125" name="Kitty" type="monster"/>
<creature looktype="116" name="Kongra" type="monster"/>
<creature looktype="99" name="Koshei the Deathless" type="monster"/>
<creature looktype="103" name="Kreebosh the Exile" type="monster"/>

<creature looktype="82" name="Larva" type="monster"/>
<creature looktype="12" name="Latrivan" type="monster"/>
<creature itemid="389" name="Lavahole" type="monster"/>
<creature looktype="155" head="77" body="0" legs="76" feet="132" addon1="1" addon2="2" name="Lethal Lissy" type="monster"/>
<creature looktype="99" name="Lich" type="monster"/>
<creature looktype="41" name="Lion" type="monster"/>
<creature looktype="114" name="Lizard Sentinel" type="monster"/>
<creature looktype="115" name="Lizard Snakecharmer" type="monster"/>
<creature looktype="113" name="Lizard Templar" type="monster"/>
<creature looktype="242" name="Lord of the Elements" type="monster"/>
<creature looktype="232" name="Lost Soul" type="monster"/>

<creature looktype="14" name="Mad Sheep" type="monster"/>
<creature looktype="66" name="Mad Technomancer" type="monster"/>
<creature looktype="66" name="Madareth" type="monster"/>
<creature itemid="1551" name="Magic Pillar" type="monster"/>
<creature itemid="1551" name="Magicthrower" type="monster"/>
<creature looktype="89" name="Mahrdis" type="monster"/>
<creature looktype="199" name="Mammoth" type="monster"/>
<creature looktype="128" name="Man in the Cave" type="monster"/>
<creature looktype="104" name="Marid" type="monster"/>
<creature looktype="244" name="Massacre" type="monster"/>
<creature looktype="285" name="Massive Earth Elemental" type="monster"/>
<creature looktype="290" name="Massive Energy Elemental" type="monster"/>
<creature looktype="242" name="Massive Fire Elemental" type="monster"/>
<creature looktype="11" name="Massive Water Elemental" type="monster"/>
<creature looktype="102" name="Mechanical Fighter" type="monster"/>
<creature looktype="117" name="Merlkin" type="monster"/>
<creature looktype="92" name="Mimic" type="monster"/>
<creature looktype="237" name="Minishabaal" type="monster"/>
<creature looktype="25" name="Minotaur" type="monster"/>
<creature looktype="24" name="Minotaur Archer" type="monster"/>
<creature looktype="29" name="Minotaur Guard" type="monster"/>
<creature looktype="23" name="Minotaur Mage" type="monster"/>
<creature looktype="57" name="Monk" type="monster"/>
<creature looktype="201" name="Morgaroth" type="monster"/>
<creature looktype="85" name="Morguthis" type="monster"/>
<creature looktype="234" name="Mr. Punish" type="monster"/>
<creature looktype="301" name="Muddy Earth Elemental" type="monster"/>
<creature looktype="65" name="Mummy" type="monster"/>
<creature looktype="56" name="Munster" type="monster"/>

<creature looktype="9" name="Necromancer" type="monster"/>
<creature looktype="209" name="Necropharus" type="monster"/>
<creature looktype="245" name="Nightmare" type="monster"/>
<creature looktype="146" head="114" body="20" legs="22" feet="2" addon2="2" name="Nomad" type="monster"/>
<creature looktype="257" name="Norgle Glacierbeard" type="monster"/>
<creature looktype="133" name="Novice Of the Cult" type="monster"/>

<creature looktype="84" name="Omruc" type="monster"/>
<creature looktype="5" name="Orc" type="monster"/>
<creature looktype="8" name="Orc Berserker" type="monster"/>
<creature looktype="59" name="Orc Leader" type="monster"/>
<creature looktype="4" name="Orc Rider" type="monster"/>
<creature looktype="6" name="Orc Shaman" type="monster"/>
<creature looktype="50" name="Orc Spearman" type="monster"/>
<creature looktype="2" name="Orc Warlord" type="monster"/>
<creature looktype="7" name="Orc Warrior" type="monster"/>
<creature looktype="224" name="Orchid Frog" type="monster"/>
<creature looktype="59" name="Orcus the Cruel" type="monster"/>
<creature looktype="201" name="Orshabaal" type="monster"/>
<creature looktype="290" name="Overcharged Energy Elemental" type="monster"/>

<creature looktype="123" name="Panda" type="monster"/>
<creature looktype="217" name="Parrot" type="monster"/>
<creature looktype="250" name="Penguin" type="monster"/>
<creature looktype="241" name="Phantasm" type="monster"/>
<creature looktype="60" name="Pig" type="monster"/>
<creature itemid="1551" name="Pillar" type="monster"/>
<creature looktype="97" name="Pirate Buccaneer" type="monster"/>
<creature looktype="98" name="Pirate Corsair" type="monster"/>
<creature looktype="96" name="Pirate Cutthroat" type="monster"/>
<creature looktype="196" name="Pirate Ghost" type="monster"/>
<creature looktype="93" name="Pirate Marauder" type="monster"/>
<creature looktype="195" name="Pirate Skeleton" type="monster"/>
<creature looktype="247" name="Plaguesmith" type="monster"/>
<creature itemid="1551" name="Plaguethrower" type="monster"/>
<creature looktype="129" name="Poacher" type="monster" addon1="1"/>
<creature looktype="36" name="Poison Spider" type="monster"/>
<creature looktype="42" name="Polar Bear" type="monster"/>
<creature looktype="58" name="Priestess" type="monster"/>
<creature looktype="8" name="Primitive" type="monster"/>

<creature looktype="46" name="Quara Constrictor" type="monster"/>
<creature looktype="46" name="Quara Constrictor Scout" type="monster"/>
<creature looktype="47" name="Quara Hydromancer" type="monster"/>
<creature looktype="47" name="Quara Hydromancer Scout" type="monster"/>
<creature looktype="72" name="Quara Mantassin" type="monster"/>
<creature looktype="72" name="Quara Mantassin Scout" type="monster"/>
<creature looktype="77" name="Quara Pincher" type="monster"/>
<creature looktype="77" name="Quara Pincher Scout" type="monster"/>
<creature looktype="20" name="Quara Predator" type="monster"/>
<creature looktype="20" name="Quara Predator Scout" type="monster"/>

<creature looktype="74" name="Rabbit" type="monster"/>
<creature looktype="91" name="Rahemos" type="monster"/>
<creature looktype="21" name="Rat" type="monster"/>
<creature looktype="11" name="Roaring Water Elemental" type="monster"/>
<creature looktype="95" name="Rocky" type="monster"/>
<creature looktype="151" head="95" body="94" legs="117" feet="97" addon1="1" name="Ron the Ripper" type="monster"/>
<creature looktype="26" name="Rotworm" type="monster"/>
<creature looktype="295" name="Rotworm Queen" type="monster"/>
<creature looktype="152" head="114" body="114" legs="114" feet="114" addon1="1" addon2="1" name="Rukor Zad" type="monster"/>

<creature looktype="83" name="Scarab" type="monster"/>
<creature looktype="43" name="Scorpion" type="monster"/>
<creature looktype="275" name="Sea Serpent" type="monster"/>
<creature looktype="223" name="Seagull" type="monster"/>
<creature looktype="220" name="Serpent Spawn" type="monster"/>
<creature looktype="14" name="Sheep" type="monster"/>
<creature itemid="1551" name="Shredderthrower" type="monster"/>
<creature looktype="118" name="Sibang" type="monster"/>
<creature looktype="262" name="Silver Rabbit" type="monster"/>
<creature looktype="287" name="Sir Valorcrest" type="monster"/>
<creature looktype="33" name="Skeleton" type="monster"/>
<creature looktype="298" name="Skeleton Warrior" type="monster"/>
<creature looktype="106" name="Skunk" type="monster"/>
<creature looktype="286" name="Slick Water Elemental" type="monster"/>
<creature looktype="101" name="Slim" type="monster"/>
<creature looktype="19" name="Slime" type="monster"/>
<creature looktype="134" head="95" body="57" legs="113" feet="115" name="Smuggler" type="monster"/>
<creature looktype="134" head="95" body="57" legs="113" feet="115" name="Smuggler Baron Silvertoe" type="monster"/>
<creature looktype="28" name="Snake" type="monster"/>
<creature looktype="19" name="Son of Verminor" type="monster"/>
<creature looktype="235" name="Spectre" type="monster"/>
<creature looktype="30" name="Spider" type="monster"/>
<creature looktype="67" name="Spirit of Earth" type="monster"/>
<creature looktype="243" name="Spirit of Fire" type="monster"/>
<creature looktype="11" name="Spirit of Water" type="monster"/>
<creature looktype="221" name="Spit Nettle" type="monster"/>
<creature looktype="274" name="Squirrel" type="monster"/>
<creature looktype="128" head="95" body="116" legs="95" feet="114" name="Stalker" type="monster"/>
<creature looktype="67" name="Stone Golem" type="monster"/>
<creature looktype="55" name="Stonecracker" type="monster"/>
<creature looktype="129" name="Svoren The Mad" type="monster"/>
<creature looktype="76" name="Swamp Troll" type="monster"/>

<creature looktype="219" name="Tarantula" type="monster"/>
<creature looktype="218" name="Terror Bird" type="monster"/>
<creature looktype="86" name="Thalas" type="monster"/>
<creature looktype="238" name="The Abomination" type="monster"/>
<creature looktype="3" name="The Big Bad One" type="monster"/>
<creature looktype="287" name="The Count" type="monster"/>
<creature looktype="58" name="The Dark Dancer" type="monster"/>
<creature looktype="210" name="The Evil Eye" type="monster"/>
<creature looktype="226" name="The Frog Prince" type="monster"/>
<creature looktype="264" name="The Hag" type="monster"/>
<creature looktype="116" name="The Hairy One" type="monster"/>
<creature looktype="74" name="The Halloween Hare" type="monster"/>
<creature looktype="230" name="The Handmaiden" type="monster"/>
<creature looktype="207" name="The Horned Fox" type="monster"/>
<creature looktype="237" name="The Imperor" type="monster"/>
<creature looktype="234" name="The Masked Marauder" type="monster"/>
<creature looktype="35" name="The Obliverator" type="monster"/>
<creature looktype="277" name="The Old Whopper" type="monster"/>
<creature looktype="208" name="The Old Widow" type="monster"/>
<creature looktype="55" name="The Pit Lord" type="monster"/>
<creature looktype="238" name="The Plasmother" type="monster"/>
<creature looktype="237" name="The Ruthless Herald" type="monster"/>
<creature looktype="68" name="The Weakened Count" type="monster"/>
<creature looktype="134" head="114" body="97" legs="38" feet="117" name="Thief" type="monster"/>
<creature looktype="198" name="Thornback Tortoise" type="monster"/>
<creature looktype="46" name="Thul" type="monster"/>
<creature looktype="45" name="Tibia Bug" type="monster"/>
<creature looktype="125" name="Tiger" type="monster"/>
<creature looktype="120" name="Tiquandas Revenge" type="monster"/>
<creature looktype="222" name="Toad" type="monster"/>
<creature looktype="197" name="Tortoise" type="monster"/>
<creature looktype="15" name="Troll" type="monster"/>
<creature looktype="281" name="Troll Champion" type="monster"/>

<creature looktype="231" name="Undead Dragon" type="monster"/>
<creature looktype="270" name="Undead Jester" type="monster" addon1="1" addon2="1"/>
<creature looktype="37" name="Undead Minion" type="monster"/>
<creature looktype="35" name="Ungreez" type="monster"/>
<creature looktype="35" name="Ushuriel" type="monster"/>

<creature looktype="139" head="113" body="57" legs="95" feet="113" name="Valkyrie" type="monster"/>
<creature looktype="68" name="Vampire" type="monster"/>
<creature looktype="90" name="Vashresamun" type="monster"/>
<creature looktype="201" name="Verminor" type="monster"/>

<creature looktype="3" name="War Wolf" type="monster"/>
<creature looktype="130" head="19" body="71" legs="128" feet="128" name="Warlock" type="monster" addon1="1" addon2="1"/>
<creature looktype="2" name="Warlord Ruzad" type="monster"/>
<creature looktype="44" name="Wasp" type="monster"/>
<creature looktype="11" name="Water Elemental" type="monster"/>
<creature looktype="263" name="Webster" type="monster"/>
<creature looktype="131" head="57" body="57" legs="57" feet="57" name="Wild Warrior" type="monster"/>
<creature looktype="52" name="Winter Wolf" type="monster"/>
<creature looktype="294" name="Wisp" type="monster"/>
<creature looktype="54" name="Witch" type="monster"/>
<creature looktype="27" name="Wolf" type="monster"/>
<creature looktype="291" name="Wyrm" type="monster"/>
<creature looktype="27" name="Wyvern" type="monster"/>

<creature looktype="139" head="113" body="57" legs="95" feet="113" name="Xenia" type="monster"/>

<creature looktype="54" name="Yaga the Crone" type="monster"/>
<creature look type="149" head="0" body="47" legs="105" feet="105" addons="0" name="Yakchal" type="monster"/>
<creature looktype="110" name="Yeti" type="monster"/>
<creature looktype="275" name="Young Sea Serpent" type="monster"/>

<creature looktype="130" head="0" body="96" legs="91" feet="114" name="Zarabustor" type="monster"/>
<creature looktype="287" name="Zevelon Duskbringer" type="monster"/>
<creature looktype="12" name="Zoralurk" type="monster"/>
<creature looktype="12" name="Zugurosh" type="monster"/>

<creature looktype="227" name="Blue Butterfly" type="monster"/>
<creature looktype="228" name="Red Butterfly" type="monster"/>
<creature looktype="10" name="Yellow Butterfly" type="monster"/>


<creature looktype="75" name="Gamemaster" type="monster"/>
<creature looktype="266" name="CM Outfit" type="monster"/>
          <!-- Female outfits -->
<creature looktype="136" addons="3" name="Citizen Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="137" addons="3" name="Hunter Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="138" addons="3" name="Mage Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="139" addons="3" name="Knight Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="140" addons="3" name="Noblewoman Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="141" addons="3" name="Summoner Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="142" addons="3" name="Warrior Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="147" addons="3" name="Barbarian Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="148" addons="3" name="Druid Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="149" addons="3" name="Wizard Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="150" addons="3" name="Oriental Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="155" addons="3" name="Pirate Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="156" addons="3" name="Assassin Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="157" addons="3" name="Beggar Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="158" addons="3" name="Shaman Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="252" addons="3" name="Norsewoman Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="269" addons="3" name="Nightmare Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="270" addons="3" name="Jester Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="279" addons="3" name="Brotherhood Outfit" type="monster" addon1="1" addon2="1"/>
	<!-- Male outfits -->
<creature looktype="128" addons="3" name="Citizen Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="129" addons="3" name="Hunter Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="130" addons="3" name="Mage Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="131" addons="3" name="Knight Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="132" addons="3" name="Nobleman Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="133" addons="3" name="Summoner Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="134" addons="3" name="Warrior Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="143" addons="3" name="Barbarian Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="144" addons="3" name="Druid Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="145" addons="3" name="Wizard Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="146" addons="3" name="Oriental Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="151" addons="3" name="Pirate Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="152" addons="3" name="Assassin Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="153" addons="3" name="Beggar Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="154" addons="3" name="Shaman Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="251" addons="3" name="Norseman Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="268" addons="3" name="Nightmare Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="273" addons="3" name="Jester Outfit" type="monster" addon1="1" addon2="1"/>
<creature looktype="278" addons="3" name="Brotherhood Outfit" type="monster" addon1="1" addon2="1"/>
	<!-- Archdemon -->
<creature looktype="12" addons="3" name="Archdemon Outfit" type="monster" addon1="1" addon2="1"/>
	<!-- Elf outfits -->
<creature looktype="159" addons="3" name="Elf"/>
	<!-- Dwarf outfits -->
<creature looktype="160" addons="3" name="Dwarf"/>

<creature looktype="127" name="Eddy" type="npc"/>
<creature looktype="252" name="Thalanush" type="npc"/>
<creature looktype="252" name="Baratuush" type="npc"/>
<creature looktype="140" name="Medusa" head="120" body="113" legs="114" feet="132" type="npc"/>
<creature itemid="4011" name="Pothead" type="npc"/>
</creatures>

Thanks so much for the help. Let me know if you need more info.
 
Last edited:
Status
Not open for further replies.
Back
Top