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
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
Thank you and rep++ for whoever makes this
- - - Updated - - -
Bring
Up
My
Post
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
Thank you and rep++ for whoever makes this
- - - Updated - - -
Bring
Up
My
Post
Last edited by a moderator: