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

create new outfits

defux

New Member
Joined
Jul 30, 2007
Messages
17
Reaction score
0
first of all sorry about my bad english...

I'd like to know if in a OTserver i can make new outfits, not modifying the other's old outfits. Can I do this with tibia??

thanks
 
first of all sorry about my bad english...

I'd like to know if in a OTserver i can make new outfits, not modifying the other's old outfits. Can I do this with tibia??

thanks
 
defux said:
first of all sorry about my bad english...

I'd like to know if in a OTserver i can make new outfits, not modifying the other's old outfits. Can I do this with tibia??

thanks

Yes you can, go to data/outfits.xml and add this:
Code:
	<!-- Gamemaster outfits -->
	<outfit type="2" looktype="73" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="75" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="266" addons="3" name="Customer Support" premium="0"/>
	<outfit type="2" looktype="12" addons="3" name="Archdemon" premium="0"/>

This are the new outfits ;)
 
defux said:
first of all sorry about my bad english...

I'd like to know if in a OTserver i can make new outfits, not modifying the other's old outfits. Can I do this with tibia??

thanks

Yes you can, go to data/outfits.xml and add this:
Code:
	<!-- Gamemaster outfits -->
	<outfit type="2" looktype="73" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="75" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="266" addons="3" name="Customer Support" premium="0"/>
	<outfit type="2" looktype="12" addons="3" name="Archdemon" premium="0"/>

This are the new outfits ;)
 
Wollets said:
defux said:
first of all sorry about my bad english...

I'd like to know if in a OTserver i can make new outfits, not modifying the other's old outfits. Can I do this with tibia??

thanks

Yes you can, go to data/outfits.xml and add this:
Code:
	<!-- Gamemaster outfits -->
	<outfit type="2" looktype="73" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="75" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="266" addons="3" name="Customer Support" premium="0"/>
	<outfit type="2" looktype="12" addons="3" name="Archdemon" premium="0"/>

This are the new outfits ;)

But you put the gms sex to 2? because that crash the server when the gm logins
 
Wollets said:
defux said:
first of all sorry about my bad english...

I'd like to know if in a OTserver i can make new outfits, not modifying the other's old outfits. Can I do this with tibia??

thanks

Yes you can, go to data/outfits.xml and add this:
Code:
	<!-- Gamemaster outfits -->
	<outfit type="2" looktype="73" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="75" addons="3" name="Gamemaster" premium="1"/>
	<outfit type="2" looktype="266" addons="3" name="Customer Support" premium="0"/>
	<outfit type="2" looktype="12" addons="3" name="Archdemon" premium="0"/>

This are the new outfits ;)

But you put the gms sex to 2? because that crash the server when the gm logins
 
Back
Top