I understand how to add the outfits to the xml and everything it's just how do i make it so you can use those outfits later on or enable them if you will, by doing something say like a quest?
Oh and here is the code i'm using so far :
doPlayerAddOutfit(cid, 136 , 0)
but I'm guessing this is only for addons and not the actual looktype, so how would i go about this?
Is there another vairable I could add to the outfits.xml that would allow this?
<outfit type="0" looktype="136" enabled="0" name="Citizen" premium="0"/>
Oh and here is the code i'm using so far :
doPlayerAddOutfit(cid, 136 , 0)
but I'm guessing this is only for addons and not the actual looktype, so how would i go about this?
Is there another vairable I could add to the outfits.xml that would allow this?
<outfit type="0" looktype="136" enabled="0" name="Citizen" premium="0"/>
Last edited: