Np. Sage Mode: if(getPlayerVocation(cid) == 9) then doSetCreatureOutfit(cid, { lookType = 1920, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0 }, 30000) local pos = getPlayerPosition(cid) doSendMagicEffect(pos,13) elseif(getPlayerVocation(cid) == 11) then doSetCreatureOutfit(cid, { lookType = 1916, lookHead = 0, lookBody = 0, lookLegs = 0, lookFeet = 0, lookAddons = 0 }, 30000) local pos = getPlayerPosition(cid) doSendMagicEffect(pos,13) elseif(getPlayerVocation(cid) >= 13 and getPlayerVocation(cid) <= 20) then local pos = getPlayerPosition(cid) pos.x=pos.x+1 doSendMagicEffect(pos,585)