• 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 some help finding the new outfit and mount ids for 10.78

silveralol

Advanced OT User
Joined
Mar 16, 2010
Messages
1,483
Solutions
9
Reaction score
215
well, in servers 10.78 have a new mounts and outfits, I just need the ID of each mount and outfit
thanks

UPPPPPPPPPPPPP!!!!!!!!!!!!!!!!!!
 
Last edited by a moderator:
New outfits:
Code:
    <outfit type="1" looktype="723" name="Spirit Caller" premium="1" unlocked="0" enabled="1" />
    <outfit type="1" looktype="725" name="Evoker" premium="1" unlocked="0" enabled="1" />
New mounts:
Code:
    <mount id="72" clientid="685" name="Shadow Hart" speed="20" premium="yes" />
    <mount id="73" clientid="686" name="Black Stag" speed="20" premium="yes" />
    <mount id="74" clientid="687" name="Emperor Deer" speed="20" premium="yes" />
    <mount id="75" clientid="726" name="Flitterkatzen" speed="20" premium="yes" />
    <mount id="76" clientid="727" name="Venompaw" speed="20" premium="yes" />
    <mount id="77" clientid="728" name="Batcat" speed="20" premium="yes" />

There are still missing 2 mounts tho.
 
New outfits:
Code:
    <outfit type="1" looktype="723" name="Spirit Caller" premium="1" unlocked="0" enabled="1" />
    <outfit type="1" looktype="725" name="Evoker" premium="1" unlocked="0" enabled="1" />
New mounts:
Code:
    <mount id="72" clientid="685" name="Shadow Hart" speed="20" premium="yes" />
    <mount id="73" clientid="686" name="Black Stag" speed="20" premium="yes" />
    <mount id="74" clientid="687" name="Emperor Deer" speed="20" premium="yes" />
    <mount id="75" clientid="726" name="Flitterkatzen" speed="20" premium="yes" />
    <mount id="76" clientid="727" name="Venompaw" speed="20" premium="yes" />
    <mount id="77" clientid="728" name="Batcat" speed="20" premium="yes" />

There are still missing 2 mounts tho.

There are three new mounts and an outfit from 10.78.
They are fish mounts and some outfit with a spear.

added link
http://tibia.wikia.com/wiki/Updates/10.78
 
Back
Top