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

Solved sqm set-oufit

titokere

Member
Joined
May 31, 2014
Messages
38
Reaction score
7
Hi people i need help with a movement action id (sqm)

Simple = if you stepin (X SQM with the action id xxx) your outfit change to
[1] = {lookType = 131, lookHead = 95, lookBody = 38, lookLegs = 94, lookFeet = 115, lookAddons = 0}

how i can do this?
 
it should work
Code:
player:setOutfit({lookType=12,lookHead=0,lookAddons=0,lookLegs=57,lookBody=15,lookFeet=85})
assuming that you declare the player
Code:
local player = Player(cid)
 
Back
Top