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

[8.4]NPC give Outfit <no addon>

Kamikade

New Member
Joined
Jan 18, 2008
Messages
140
Reaction score
0
Location
Poland/Rzeszów
I need Npc who give my mission. I must give itemss for him andd when I give him this items hi give my assassin outfit/// setPlayerStorageValue(cid, 15050, 1) please help TFS 0.3.1
 
Go to outfits.xml in \data\XML inside you can add for example

Code:
	<outfit type="1" looktype="151" enabled="1" name="Pirate" premium="1" quest="29071"/>

then if you have the storagevalue 29071 then you'l have the outfit without the addons.

Don't forget to +rep me if i helped you =)


//Massen
 
Go to outfits.xml in \data\XML inside you can add for example

Code:
	<outfit type="1" looktype="151" enabled="1" name="Pirate" premium="1" quest="29071"/>

then if you have the storagevalue 29071 then you'l have the outfit without the addons.

Don't forget to +rep me if i helped you =)


//Massen




this not work for me man :(
have other way to do this?
 
Back
Top