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

10.82 new mounts/outfits

strutZ

Australian OT Member {AKA Beastn}
Joined
Nov 16, 2014
Messages
1,391
Solutions
7
Reaction score
550
Hey all,

Probably really simple, but how do you find out the looktype/id of the new outfits and mounts from 10.82? I found the Halloween outfit and Pirate Master on here but I would love to know how to find them =)
 
Code:
<outfit type="0" looktype="749" name="Sea Dog" premium="1" unlocked="0" enabled="1" />
<outfit type="1" looktype="750" name="Sea Dog" premium="1" unlocked="0" enabled="1" />
 
Code:
<outfit type="0" looktype="749" name="Sea Dog" premium="1" unlocked="0" enabled="1" />
<outfit type="1" looktype="750" name="Sea Dog" premium="1" unlocked="0" enabled="1" />
Close but all the new outfits/mounts are as follows 10.77- 10.82

Female
Code:
    <outfit type="0" looktype="724" name="Evoker" premium="0" unlocked="1" enabled="1" />
    <outfit type="0" looktype="732" name="Seaweaver" premium="0" unlocked="1" enabled="1" />
    <outfit type="0" looktype="745" name="Recruiter" premium="0" unlocked="1" enabled="1" />  
    <outfit type="0" looktype="749" name="Sea Dog" premium="0" unlocked="1" enabled="1" />
    <outfit type="0" looktype="759" name="Halloween" premium="0" unlocked="1" enabled="1" />

Male
Code:
    <outfit type="1" looktype="725" name="Evoker" premium="0" unlocked="1" enabled="1" />
    <outfit type="1" looktype="733" name="Seaweaver" premium="0" unlocked="1" enabled="1" />
    <outfit type="1" looktype="746" name="Recruiter" premium="0" unlocked="1" enabled="1" />
    <outfit type="1" looktype="750" name="Sea Dog" premium="0" unlocked="1" enabled="1" />
    <outfit type="1" looktype="760" name="Halloween" premium="0" unlocked="1" enabled="1" />

Mounts
Code:
    <mount id="75" clientid="726" name="Flitterkatzen" speed="10" premium="yes" />
    <mount id="76" clientid="727" name="Venompaw" speed="10" premium="yes" />
    <mount id="77" clientid="728" name="Batcat" speed="10" premium="yes" />
    <mount id="78" clientid="734" name="Sea Devil" speed="10" premium="yes" />
    <mount id="79" clientid="735" name="Coralripper" speed="10" premium="yes" />
    <mount id="80" clientid="736" name="Plumfish" speed="10" premium="yes" />
    <mount id="81" clientid="738" name="Gorongra" speed="10" premium="yes" />
    <mount id="82" clientid="739" name="Noctungra" speed="10" premium="yes" />
    <mount id="83" clientid="740" name="Silverneck" speed="10" premium="yes" />
    <mount id="84" clientid="761" name="Haydes Dog 1" speed="10" premium="yes" />
    <mount id="85" clientid="762" name="Haydes Dog 2" speed="10" premium="yes" />
    <mount id="86" clientid="763" name="Haydes Dog 3" speed="10" premium="yes" />

I have no clue wtf to call this mount
latest

HAHAHA So it is now "Haydes Dog"
 
Code:
    <mount id="84" clientid="761" name="Kimera" speed="10" premium="yes" />
    <mount id="85" clientid="762" name="Kimera Devil" speed="10" premium="yes" />
    <mount id="86" clientid="763" name="Shadow Beast" speed="10" premium="yes" />
It's Kimera.
 
Code:
    <mount id="84" clientid="761" name="Kimera" speed="10" premium="yes" />
    <mount id="85" clientid="762" name="Kimera Devil" speed="10" premium="yes" />
    <mount id="86" clientid="763" name="Shadow Beast" speed="10" premium="yes" />
It's Kimera.
Can i ask where you found the name? o.0
 
Google.
But it matches to mount. I was watching movie named "merlin" and there was kimera on one episode. Its beast combined with scorpion and something from other world.
 
Google.
But it matches to mount. I was watching movie named "merlin" and there was kimera on one episode. Its beast combined with scorpion and something from other world.
ahh so its not the 'offical' tibia name. Thats what i was after ;) Thanks anyways =)
 
I found that names in one of files mounts.xml i don't really know where exactly it was but i didn't make that names.

#edit
tibiaface.com
Code:
<?xml version="1.0" encoding="UTF-8"?>
<mounts>
   <mount id="1" clientid="368" name="Widow Queen" speed="10" premium="yes" />
   <mount id="2" clientid="369" name="Racing Bird" speed="10" premium="yes" />
   <mount id="3" clientid="370" name="War Bear" speed="10" premium="yes" />
   <mount id="4" clientid="371" name="Black Sheep" speed="10" premium="yes" />
   <mount id="5" clientid="372" name="Midnight Panther" speed="10" premium="yes" />
   <mount id="6" clientid="373" name="Draptor" speed="10" premium="yes" />
   <mount id="7" clientid="374" name="Titanica" speed="10" premium="yes" />
   <mount id="8" clientid="375" name="Tin Lizzard" speed="10" premium="yes" />
   <mount id="9" clientid="376" name="Blazebringer" speed="10" premium="yes" />
   <mount id="10" clientid="377" name="Rapid Boar" speed="10" premium="yes" />
   <mount id="11" clientid="378" name="Stampor" speed="10" premium="yes" />
   <mount id="12" clientid="379" name="Undead Cavebear" speed="10" premium="yes" />
   <mount id="13" clientid="387" name="Donkey" speed="10" premium="yes" />
   <mount id="14" clientid="388" name="Tiger Slug" speed="10" premium="yes" />
   <mount id="15" clientid="389" name="Uniwheel" speed="10" premium="yes" />
   <mount id="16" clientid="390" name="Crystal Wolf" speed="10" premium="yes" />
   <mount id="17" clientid="392" name="Brown War Horse" speed="10" premium="yes" />
   <mount id="18" clientid="401" name="Kingly Deer" speed="10" premium="yes" />
   <mount id="19" clientid="402" name="Tamed Panda" speed="10" premium="yes" />
   <mount id="20" clientid="405" name="Dromedary" speed="10" premium="yes" />
   <mount id="21" clientid="406" name="King Scorpion" speed="10" premium="yes" />
   <mount id="22" clientid="421" name="Rented Horse" speed="10" premium="no" />
   <mount id="23" clientid="426" name="Armoured War Horse" speed="10" premium="yes" />
   <mount id="24" clientid="427" name="Shadow Draptor" speed="10" premium="yes" />
   <mount id="25" clientid="437" name="Rented Horse" speed="10" premium="no" />
   <mount id="26" clientid="438" name="Rented Horse" speed="10" premium="no" />
   <mount id="27" clientid="447" name="Ladybug" speed="10" premium="yes" />
   <mount id="28" clientid="450" name="Manta" speed="10" premium="yes" />
   <mount id="29" clientid="502" name="Ironblight" speed="10" premium="yes" />
   <mount id="30" clientid="503" name="Magma Crawler" speed="10" premium="yes" />
   <mount id="31" clientid="506" name="Dragonling" speed="10" premium="yes" />
   <mount id="32" clientid="515" name="Gnarlhound" speed="10" premium="yes" />
   <mount id="33" clientid="521" name="Crimson Ray" speed="10" premium="yes" />
   <mount id="34" clientid="522" name="Steelbeak" speed="10" premium="yes" />
   <mount id="35" clientid="526" name="Water Buffalo" speed="10" premium="yes" />
   <mount id="36" clientid="546" name="Armoured Scorpion" speed="10" premium="yes" />
   <mount id="37" clientid="547" name="Armoured Dragonling" speed="10" premium="yes" />
   <mount id="38" clientid="548" name="Armoured Cavebear" speed="10" premium="yes" />
   <mount id="39" clientid="559" name="The Hellgrip" speed="10" premium="yes" />
   <mount id="40" clientid="571" name="Lion" speed="10" premium="yes" />
   <mount id="41" clientid="572" name="Golden Lion" speed="10" premium="yes" />
   <mount id="42" clientid="580" name="Shock Head" speed="10" premium="yes" />
   <mount id="43" clientid="606" name="Walker" speed="10" premium="yes" />
   <mount id="44" clientid="621" name="Azudocus" speed="10" premium="yes" />  
   <mount id="45" clientid="622" name="Carpacosaurus" speed="10" premium="yes" />
   <mount id="46" clientid="624" name="Death Crawler" speed="10" premium="yes" />  
   <mount id="47" clientid="626" name="Flamesteed" speed="10" premium="yes" />
   <mount id="48" clientid="627" name="Jade Lion" speed="10" premium="yes" />  
   <mount id="49" clientid="628" name="Jade Pincer" speed="10" premium="yes" />  
   <mount id="50" clientid="629" name="Nethersteed" speed="10" premium="yes" />  
   <mount id="51" clientid="630" name="Tempest" speed="10" premium="yes" />  
   <mount id="52" clientid="631" name="Winter King" speed="10" premium="yes" />
   <mount id="53" clientid="644" name="Doombringer" speed="10" premium="yes" />  
   <mount id="54" clientid="647" name="Woodland Prince" speed="10" premium="yes" />
   <mount id="55" clientid="648" name="Hailtorm Fury" speed="10" premium="yes" />
   <mount id="56" clientid="649" name="Siegebreaker" speed="10" premium="yes" />
   <mount id="57" clientid="650" name="Poisonbane" speed="10" premium="yes" />
   <mount id="58" clientid="651" name="Blackpelt" speed="10" premium="yes" />
   <mount id="59" clientid="669" name="Golden Dragonfly" speed="10" premium="yes" />
   <mount id="60" clientid="670" name="Steel Bee" speed="10" premium="yes" />
   <mount id="61" clientid="671" name="Copper Fly" speed="10" premium="yes" />
   <mount id="62" clientid="672" name="Tundra Rambler" speed="10" premium="yes" />
   <mount id="63" clientid="673" name="Highland Yak" speed="10" premium="yes" />
   <mount id="64" clientid="674" name="Glacier Vagabond" speed="10" premium="yes" />
   <mount id="65" clientid="688" name="Flying Divan" speed="10" premium="yes" />
   <mount id="66" clientid="689" name="Magic Carpet" speed="10" premium="yes" />
   <mount id="67" clientid="690" name="Floating Kashmir" speed="10" premium="yes" />
   <mount id="68" clientid="691" name="Ringtail Waccoon" speed="10" premium="yes" />
   <mount id="69" clientid="692" name="Night Waccoon" speed="10" premium="yes" />
   <mount id="70" clientid="693" name="Emerald Waccoon" speed="10" premium="yes" />
   <mount id="71" clientid="682" name="Glooth Glider" speed="10" premium="yes" />
   <mount id="72" clientid="685" name="Shadow Hart" speed="10" premium="yes" />
   <mount id="73" clientid="686" name="Black Stag" speed="10" premium="yes" />
   <mount id="74" clientid="687" name="Emperor Deer" speed="10" premium="yes" />
   <mount id="75" clientid="726" name="Flitterkatzen" speed="10" premium="yes" />
   <mount id="76" clientid="727" name="Venompaw" speed="10" premium="yes" />
   <mount id="77" clientid="728" name="Batcat" speed="10" premium="yes" />
   <mount id="78" clientid="734" name="Sea Devil" speed="10" premium="yes" />
   <mount id="79" clientid="735" name="Coralripper" speed="10" premium="yes" />
   <mount id="80" clientid="736" name="Plumfish" speed="10" premium="yes" />
   <mount id="81" clientid="738" name="Gorongra" speed="10" premium="yes" />
   <mount id="82" clientid="739" name="Noctungra" speed="10" premium="yes" />
   <mount id="83" clientid="740" name="Silverneck" speed="10" premium="yes" />
   <mount id="84" clientid="761" name="Kimera" speed="10" premium="yes" />
   <mount id="85" clientid="762" name="Kimera Devil" speed="10" premium="yes" />
   <mount id="86" clientid="763" name="Shadow Beast" speed="10" premium="yes" />
</mounts>
 
Back
Top