• 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.5 Outfit Men = Women?

Come on. This one's EASY!
Go into Global.lua, and change:

Male Outfits:
maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 251, 268, 273, 278, 289, 325, 328}

to

maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 251, 268, 273, 278, 289, 325, 329}

and

femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 252, 269, 270, 279, 288, 324, 329}

to

femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 252, 269, 270, 279, 288, 324, 328}

Afterward, go into Outfits.xml

Under Female Outfits, change:

<outfit type="0" looktype="328" enabled="1" name="Wedding" premium="1"/>

to

<outfit type="0" looktype="329" enabled="1" name="Wedding" premium="1"/>

and under Male Outftis, change:

<outfit type="1" looktype="329" enabled="1" name="Wedding" premium="1"/>

to

<outfit type="1" looktype="328" enabled="1" name="Wedding" premium="1"/>

A very simple swap in numbers.. <_<
Restart your server, and you should be good.

Red
 
Back
Top