• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

outfit by quest

luciano01

New Member
Joined
Aug 6, 2017
Messages
33
Reaction score
1
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?
 
Back
Top