in protocol 8.6 is as follows:
<outfit id = "1" quest = "40850">
<list gender = "0" lookType = "136" name = "Citizen" />
<list gender = "1" lookType = "128" name = "Citizen" />
</ outfit>
but in the 10x it is like this:
<! - Female outfits ->
<outfit type = "0" looktype = "136" name = "Citizen" premium = "no" unlocked = "yes" enabled = "yes" />
<! - Male outfits ->
<outfit type = "1" looktype = "128" name = "Citizen" premium = "no" unlocked = "yes" enabled = "yes" />
how do I put a quest for "storage" that makes them win?
<outfit id = "1" quest = "40850">
<list gender = "0" lookType = "136" name = "Citizen" />
<list gender = "1" lookType = "128" name = "Citizen" />
</ outfit>
but in the 10x it is like this:
<! - Female outfits ->
<outfit type = "0" looktype = "136" name = "Citizen" premium = "no" unlocked = "yes" enabled = "yes" />
<! - Male outfits ->
<outfit type = "1" looktype = "128" name = "Citizen" premium = "no" unlocked = "yes" enabled = "yes" />
how do I put a quest for "storage" that makes them win?