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

Lua Outfit Quest NPC

GM Lee

Mapper/Scripter
Joined
Jun 23, 2008
Messages
104
Reaction score
2
Location
Poland, Puławy
Hello!
It's easy to make addon npc who just gives you addons to your outfits but on rl tibia there are also outfit quests

Like shaman outfit, beggar outfit etc...

I wanna know how to make npc just to give you outfit without any addons the example could also be with beggar or assassin outfit ;P

I know that there is an option to disable outfit ( players can wear them ) but don't know how make that outfit quest.;/

I don't have to get full script at once coz u can jsut tell me how to do that, I like learning new things ;]

Your faithfully
GM Lee
 
This didn't work for me, but here's some advice:

- You can add/remove player outfits in data/XML/vocations.xml

- Function for adding outfits might be (not 100% sure will it work):
Code:
	doPlayerAddOutfit(cid,looktype,addons)
 
Back
Top