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

You can add quest="value" to outfits.xml, for example:
Code:
<outfit type="1" looktype="325" enabled="1" name="Yalaharian" premium="1" quest="12345"/>
And now, if player gets storage value "12345", setPlayerStorageValue(cid, 12345, 1), outfit will be unlocked.
 
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
 
Last edited:
Moderator Message: Please create threads in the correct sections at this forum, if you need help with scripts like this, the "Request and Support" section in the Lua & XML board seem to fit.

Thread moved.
 
Back
Top