• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[No Longer Needed] Npc that changes outfit of player

  • Thread starter Thread starter Xikini
  • Start date Start date
X

Xikini

Guest
I need an npc that changes the outfit of a player, but only if that player has a certain storage id.

Player - Hi
NPC - hello
Player - frog
(if player has quest done 'storage =30001'
NPC - You have turned into the outfit Frog. (outfit id 36)
(if player does not have quest done
NPC - You do not have the frog outfit





I need this npc because the tibia client is limited to 25 outfits. I want to make quests that give monster look-types for players to choose at anytime.

hopefully this npc can do more then 1 outfit as well!

inside outfits.xml I have this

XML:
	 <outfit id="36" quest="30001" premium="yes">
		<list gender="0-3" lookType="307" name="Mutated Bat"/>
	</outfit>

I also have an npc that gives you the storage value 30001
But the players cannot change their outfit because it is past outfit id 25 - which the client limits them too.
So I need this npc to change their outfit for them using keywords :o

Thank you and rep++ for whoever makes this

- - - Updated - - -

Bring
Up
My
Post
 
Last edited by a moderator:
Back
Top