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

Another LUA question... help

Status
Not open for further replies.

JoSePh15_

Well-Known Member
Joined
Jan 28, 2010
Messages
1,766
Reaction score
59
LUA:
		doPlayerAddOutfitId(cid, 255, 0) -- outfit id, if no addon put 0
its working fine and it adds the storage value as i took that outfit id but it isn't added to the character chooses actually, how to fix this? help plx xd
 
LUA:
<outfit id="32" default="0" premium="yes">
		<list gender="0-3" lookType="255" name="Bloodwalker"/>
	</outfit>
Should it be like that? ;)
 
Then use this in the script:
LUA:
		doPlayerAddOutfitId(cid, 32, 0) -- outfit id, if no addon put 0
 
Status
Not open for further replies.
Back
Top