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

Windows OThire How add new Outfit (Looktype)

login12

void newbie scripter()
Joined
Feb 26, 2011
Messages
164
Reaction score
24
Location
Brazil
Hi guys,
I try add new outifit in this but i cant found similar archive like outfits.xml.
Someone can explain how i can do this?

I want put one looktype for addon, how i can make this ?
Version 7.72
 
https://github.com/TwistedScorpio/OTHire/blob/master/source/protocolgame.cpp#L950-L981

uint8_t lastFemaleOutfit = 0x8B; This is latest female Outfit number 139

uint8_t lastMaleOutfit = 0x83; This is latest male outfit number 131

GWWqQJi.png


You can add at the end of the outfits in object builder the new order of your outfits and adding each of the outfits you want. This step is similar to otx:
https://github.com/mattyx14/otxserver/issues/160#issuecomment-269038716 (SPANISH)
 
Back
Top