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

Change outfit permanent

Zaphery

New Member
Joined
Dec 14, 2009
Messages
28
Reaction score
0
Hello i'm using tfs 0.2 and i use this command for change outfits
Lua:
function onUse(cid, item, frompos, item2, topos)
local outfit = {lookType=285,lookHead=0,lookAddons=0,lookLegs=0,lookBody=0,lookFeet=0} 
doSetCreatureOutfit(cid, outfit, -1) 
end

but when i relog the player have his old outfit, how can i insert the looktype on the sql data base or change the outfit permanent after relog too?
 
Back
Top