Achei por ai esse script
local voce = 206 local lvl = 300 local voc = 207 local outfit = {lookType=237,lookHead=20,lookAddons=0,lookLegs=40,lookBody=30,lookFeet=50} -- Zmiana outfitu w id? local outfitTime = 10999999 local napis = "Transform Master" local effekt = 32 ----------------------kod----------------------------- if getPlayerVocation(cid) == voce and getPlayerLevel(cid) >= lvl then doPlayerSetVocation(cid,voc) doSetCreatureOutfit(cid, outfit, outfitTime) doPlayerSay(cid,napis,16) local pos = getPlayerPosition(cid) doSendMagicEffect(pos,effekt) else doPlayerSendCancel(cid,"Voce Nao tem Level ou Vocation") end return 1 end
Porém,seria meio tenso o player ter que digitar transformar1 transformar 2 etc... pq nãao consigo por várias transformações com 1 comando alguem help?