Ir para conteúdo

[7.92] Comando /outfit


Tileup

Posts Recomendados

Bom, esse é meu primeiro topico aqui no Xtibia e trago a voces o comando /outfit feita por talkactions e nao pelas sources, para otservers 7.92 (so foi testado nessa versao).

 

Esse comando é igual ao /newtype de ots 8.4+ que faz mudar o outfit do propio.

 

Começando:

 

va em talkactions/scripts copie um arquivo .lua qualquer, renomeie-o para "outfit" abra o, apague o que esta dentro, e cole isso:

 

function onSay(cid, words, param)

local aceso = 5

local effect = 2

 

if words == '/outfit 2' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 2}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 3' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 3}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 4' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 4}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 5' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 5}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 6' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 6}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 7' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 7}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 8' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 8}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 9' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 9}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 10' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 10}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 11' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 11}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 12' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 12}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 13' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 13}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 14' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 14}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 15' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 15}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 16' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 16}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 17' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 17}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 18' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 18}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 19' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 19}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 20' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 20}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 21' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 21}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 22' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 22}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 23' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 23}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 24' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 24}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 25' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 25}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 26' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 26}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 27' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 27}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 28' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 28}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 29' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 29}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 30' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 30}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 31' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 31}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 32' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 32}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 33' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 33}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 34' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 34}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 35' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 35}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 36' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 36}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 37' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 37}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 38' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 38}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 39' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 39}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 40' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 40}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 41' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 41}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 42' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 42}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 43' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 43}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 44' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 44}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 45' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 45}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 46' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 46}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 47' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 47}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 48' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 48}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 49' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 49}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 50' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 50}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 51' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 51}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 52' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 52}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 53' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 53}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 54' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 54}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 55' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 55}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 56' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 56}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 57' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 57}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 58' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 58}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 59' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 59}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 60' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 60}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 61' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 61}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 62' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 62}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 63' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 63}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 64' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 64}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 65' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 65}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 66' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 66}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 67' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 67}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 68' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 68}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 69' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 69}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 70' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 70}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 71' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 71}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 72' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 72}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 73' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 73}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 74' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 74}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 75' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 75}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 76' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 76}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 77' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 77}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 78' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 78}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 79' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 79}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 80' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 80}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 81' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 81}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 82' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 82}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 83' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 83}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 84' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 84}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 85' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 85}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 86' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 86}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 87' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 87}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 88' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 88}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 89' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 89}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 90' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 90}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 91' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 91}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 92' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 92}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 93' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 93}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 94' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 94}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 95' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 95}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 96' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 96}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 97' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 97}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 98' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 98}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 99' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 99}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 100' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 100}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 101' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 101}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 102' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 102}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 103' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 103}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 104' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 104}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 105' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 105}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 106' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 106}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 107' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 107}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 108' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 108}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 109' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 109}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 110' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 110}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 111' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 111}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 112' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 112}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 113' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 113}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 114' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 114}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 115' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 115}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 116' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 116}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 117' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 117}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 118' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 118}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 119' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 119}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 120' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 120}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 121' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 121}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 122' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 122}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 123' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 123}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 124' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 124}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 125' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 125}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 126' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 126}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 127' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 127}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 128' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 128}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 129' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 129}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 130' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 130}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 131' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 131}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 132' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 132}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 133' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 133}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 134' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 134}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 136' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 136}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 137' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 137}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 138' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 138}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 139' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 139}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 140' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 140}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 141' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 141}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 142' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 142}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 143' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 143}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 144' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 144}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 145' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 145}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 146' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 146}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 147' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 147}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 148' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 148}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 149' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 149}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 150' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 150}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 151' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 151}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 152' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 152}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 153' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 153}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 154' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 154}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 155' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 155}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 156' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 156}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 157' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 157}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 158' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 158}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 159' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 159}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 160' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 160}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 192' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 192}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 193' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 193}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == 'outfit 194' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 194}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == 'outfit 195' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 195}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 196' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 196}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 197' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 197}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 198' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 198}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 199' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 199}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 200' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 200}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 201' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 201}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 202' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 202}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 203' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 203}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 204' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 204}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 205' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 205}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 206' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 206}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 207' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 207}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 208' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 208}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 209' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 209}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 210' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 210}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 211' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 211}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 212' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 212}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 213' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 213}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 214' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 214}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 215' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 215}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 216' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 216}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 217' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 217}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 218' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 218}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 219' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 219}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 220' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 220}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 221' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 221}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 222' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 222}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 223' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 223}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 224' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 224}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 225' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 225}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 226' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 226}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 227' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 227}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 228' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 228}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 229' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 229}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 230' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 230}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 231' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 231}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 232' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 232}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 233' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 233}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 234' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 234}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 235' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 235}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 236' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 236}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 237' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 237}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 238' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 238}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 239' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 239}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 240' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 240}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 241' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 241}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 242' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 242}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 243' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 243}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 244' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 244}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 245' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 245}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 246' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 246}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 247' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 247}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 248' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 248}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 249' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 249}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 250' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 250}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 251' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 251}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 252' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 252}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 253' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 253}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 254' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 254}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 255' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 255}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 256' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 256}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 257' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 257}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 258' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 258}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 259' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 259}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 260' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 260}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 261' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 261}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 262' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 262}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 263' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 263}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 264' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 264}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 265' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 265}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 266' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 266}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 301' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 301}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 302' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 302}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 303' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 303}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 304' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 304}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 305' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 305}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 306' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 306}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 307' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 307}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 308' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 308}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 309' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 309}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 310' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 310}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/outfit 311' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 311}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/gm' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 75}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

 

elseif words == '/god' then

if getPlayerAccess(cid) >= aceso then

doSetCreatureOutfit(cid, {lookType = 266}, -1)

local pos = getPlayerPosition(cid)

else

doPlayerSendCancel(cid,"You can not execute this command.")

doSendMagicEffect(pos,effect)

end

end

return true

end

 

Salve e Feche.

 

Vermelho: em vermelho é o accesso que o propio vai prescisar para usar o comando nesse caso access 5 de GOD ou superior.

 

Azul: em azul é o efeito que vai dar quando alguem que nao tem o accesso requerido tentar executar.

 

Continuando, depois de ter colado e salvado o script agora temos que ir em talkactions/talkactions.xml

Abrindo ele cole isso no meio:

 

<talkaction words="/outfit 2" script="outfit.lua" />

<talkaction words="/outfit 3" script="outfit.lua" />

<talkaction words="/outfit 4" script="outfit.lua" />

<talkaction words="/outfit 5" script="outfit.lua" />

<talkaction words="/outfit 6" script="outfit.lua" />

<talkaction words="/outfit 7" script="outfit.lua" />

<talkaction words="/outfit 8" script="outfit.lua" />

<talkaction words="/outfit 9" script="outfit.lua" />

<talkaction words="/outfit 10" script="outfit.lua" />

<talkaction words="/outfit 11" script="outfit.lua" />

<talkaction words="/outfit 12" script="outfit.lua" />

<talkaction words="/outfit 13" script="outfit.lua" />

<talkaction words="/outfit 14" script="outfit.lua" />

<talkaction words="/outfit 15" script="outfit.lua" />

<talkaction words="/outfit 16" script="outfit.lua" />

<talkaction words="/outfit 17" script="outfit.lua" />

<talkaction words="/outfit 18" script="outfit.lua" />

<talkaction words="/outfit 19" script="outfit.lua" />

<talkaction words="/outfit 20" script="outfit.lua" />

<talkaction words="/outfit 21" script="outfit.lua" />

<talkaction words="/outfit 22" script="outfit.lua" />

<talkaction words="/outfit 23" script="outfit.lua" />

<talkaction words="/outfit 24" script="outfit.lua" />

<talkaction words="/outfit 25" script="outfit.lua" />

<talkaction words="/outfit 26" script="outfit.lua" />

<talkaction words="/outfit 27" script="outfit.lua" />

<talkaction words="/outfit 28" script="outfit.lua" />

<talkaction words="/outfit 29" script="outfit.lua" />

<talkaction words="/outfit 30" script="outfit.lua" />

<talkaction words="/outfit 31" script="outfit.lua" />

<talkaction words="/outfit 32" script="outfit.lua" />

<talkaction words="/outfit 33" script="outfit.lua" />

<talkaction words="/outfit 34" script="outfit.lua" />

<talkaction words="/outfit 35" script="outfit.lua" />

<talkaction words="/outfit 36" script="outfit.lua" />

<talkaction words="/outfit 37" script="outfit.lua" />

<talkaction words="/outfit 38" script="outfit.lua" />

<talkaction words="/outfit 39" script="outfit.lua" />

<talkaction words="/outfit 40" script="outfit.lua" />

<talkaction words="/outfit 41" script="outfit.lua" />

<talkaction words="/outfit 42" script="outfit.lua" />

<talkaction words="/outfit 43" script="outfit.lua" />

<talkaction words="/outfit 44" script="outfit.lua" />

<talkaction words="/outfit 45" script="outfit.lua" />

<talkaction words="/outfit 46" script="outfit.lua" />

<talkaction words="/outfit 47" script="outfit.lua" />

<talkaction words="/outfit 48" script="outfit.lua" />

<talkaction words="/outfit 49" script="outfit.lua" />

<talkaction words="/outfit 50" script="outfit.lua" />

<talkaction words="/outfit 51" script="outfit.lua" />

<talkaction words="/outfit 52" script="outfit.lua" />

<talkaction words="/outfit 53" script="outfit.lua" />

<talkaction words="/outfit 54" script="outfit.lua" />

<talkaction words="/outfit 55" script="outfit.lua" />

<talkaction words="/outfit 56" script="outfit.lua" />

<talkaction words="/outfit 57" script="outfit.lua" />

<talkaction words="/outfit 58" script="outfit.lua" />

<talkaction words="/outfit 59" script="outfit.lua" />

<talkaction words="/outfit 60" script="outfit.lua" />

<talkaction words="/outfit 61" script="outfit.lua" />

<talkaction words="/outfit 62" script="outfit.lua" />

<talkaction words="/outfit 63" script="outfit.lua" />

<talkaction words="/outfit 64" script="outfit.lua" />

<talkaction words="/outfit 65" script="outfit.lua" />

<talkaction words="/outfit 66" script="outfit.lua" />

<talkaction words="/outfit 67" script="outfit.lua" />

<talkaction words="/outfit 68" script="outfit.lua" />

<talkaction words="/outfit 69" script="outfit.lua" />

<talkaction words="/outfit 70" script="outfit.lua" />

<talkaction words="/outfit 71" script="outfit.lua" />

<talkaction words="/outfit 72" script="outfit.lua" />

<talkaction words="/outfit 73" script="outfit.lua" />

<talkaction words="/outfit 74" script="outfit.lua" />

<talkaction words="/outfit 75" script="outfit.lua" />

<talkaction words="/outfit 76" script="outfit.lua" />

<talkaction words="/outfit 77" script="outfit.lua" />

<talkaction words="/outfit 78" script="outfit.lua" />

<talkaction words="/outfit 79" script="outfit.lua" />

<talkaction words="/outfit 80" script="outfit.lua" />

<talkaction words="/outfit 81" script="outfit.lua" />

<talkaction words="/outfit 82" script="outfit.lua" />

<talkaction words="/outfit 83" script="outfit.lua" />

<talkaction words="/outfit 84" script="outfit.lua" />

<talkaction words="/outfit 85" script="outfit.lua" />

<talkaction words="/outfit 86" script="outfit.lua" />

<talkaction words="/outfit 87" script="outfit.lua" />

<talkaction words="/outfit 88" script="outfit.lua" />

<talkaction words="/outfit 89" script="outfit.lua" />

<talkaction words="/outfit 90" script="outfit.lua" />

<talkaction words="/outfit 91" script="outfit.lua" />

<talkaction words="/outfit 92" script="outfit.lua" />

<talkaction words="/outfit 93" script="outfit.lua" />

<talkaction words="/outfit 94" script="outfit.lua" />

<talkaction words="/outfit 95" script="outfit.lua" />

<talkaction words="/outfit 96" script="outfit.lua" />

<talkaction words="/outfit 97" script="outfit.lua" />

<talkaction words="/outfit 98" script="outfit.lua" />

<talkaction words="/outfit 99" script="outfit.lua" />

<talkaction words="/outfit 100" script="outfit.lua" />

<talkaction words="/outfit 101" script="outfit.lua" />

<talkaction words="/outfit 102" script="outfit.lua" />

<talkaction words="/outfit 103" script="outfit.lua" />

<talkaction words="/outfit 104" script="outfit.lua" />

<talkaction words="/outfit 105" script="outfit.lua" />

<talkaction words="/outfit 106" script="outfit.lua" />

<talkaction words="/outfit 107" script="outfit.lua" />

<talkaction words="/outfit 108" script="outfit.lua" />

<talkaction words="/outfit 109" script="outfit.lua" />

<talkaction words="/outfit 110" script="outfit.lua" />

<talkaction words="/outfit 111" script="outfit.lua" />

<talkaction words="/outfit 112" script="outfit.lua" />

<talkaction words="/outfit 113" script="outfit.lua" />

<talkaction words="/outfit 114" script="outfit.lua" />

<talkaction words="/outfit 115" script="outfit.lua" />

<talkaction words="/outfit 116" script="outfit.lua" />

<talkaction words="/outfit 117" script="outfit.lua" />

<talkaction words="/outfit 118" script="outfit.lua" />

<talkaction words="/outfit 119" script="outfit.lua" />

<talkaction words="/outfit 120" script="outfit.lua" />

<talkaction words="/outfit 121" script="outfit.lua" />

<talkaction words="/outfit 122" script="outfit.lua" />

<talkaction words="/outfit 123" script="outfit.lua" />

<talkaction words="/outfit 124" script="outfit.lua" />

<talkaction words="/outfit 125" script="outfit.lua" />

<talkaction words="/outfit 126" script="outfit.lua" />

<talkaction words="/outfit 127" script="outfit.lua" />

<talkaction words="/outfit 128" script="outfit.lua" />

<talkaction words="/outfit 129" script="outfit.lua" />

<talkaction words="/outfit 130" script="outfit.lua" />

<talkaction words="/outfit 131" script="outfit.lua" />

<talkaction words="/outfit 132" script="outfit.lua" />

<talkaction words="/outfit 133" script="outfit.lua" />

<talkaction words="/outfit 134" script="outfit.lua" />

<talkaction words="/outfit 136" script="outfit.lua" />

<talkaction words="/outfit 137" script="outfit.lua" />

<talkaction words="/outfit 138" script="outfit.lua" />

<talkaction words="/outfit 139" script="outfit.lua" />

<talkaction words="/outfit 140" script="outfit.lua" />

<talkaction words="/outfit 141" script="outfit.lua" />

<talkaction words="/outfit 142" script="outfit.lua" />

<talkaction words="/outfit 143" script="outfit.lua" />

<talkaction words="/outfit 144" script="outfit.lua" />

<talkaction words="/outfit 145" script="outfit.lua" />

<talkaction words="/outfit 146" script="outfit.lua" />

<talkaction words="/outfit 147" script="outfit.lua" />

<talkaction words="/outfit 148" script="outfit.lua" />

<talkaction words="/outfit 149" script="outfit.lua" />

<talkaction words="/outfit 150" script="outfit.lua" />

<talkaction words="/outfit 151" script="outfit.lua" />

<talkaction words="/outfit 152" script="outfit.lua" />

<talkaction words="/outfit 153" script="outfit.lua" />

<talkaction words="/outfit 154" script="outfit.lua" />

<talkaction words="/outfit 155" script="outfit.lua" />

<talkaction words="/outfit 156" script="outfit.lua" />

<talkaction words="/outfit 157" script="outfit.lua" />

<talkaction words="/outfit 158" script="outfit.lua" />

<talkaction words="/outfit 159" script="outfit.lua" />

<talkaction words="/outfit 160" script="outfit.lua" />

<talkaction words="/outfit 192" script="outfit.lua" />

<talkaction words="/outfit 193" script="outfit.lua" />

<talkaction words="/outfit 194" script="outfit.lua" />

<talkaction words="/outfit 195" script="outfit.lua" />

<talkaction words="/outfit 196" script="outfit.lua" />

<talkaction words="/outfit 197" script="outfit.lua" />

<talkaction words="/outfit 198" script="outfit.lua" />

<talkaction words="/outfit 199" script="outfit.lua" />

<talkaction words="/outfit 200" script="outfit.lua" />

<talkaction words="/outfit 201" script="outfit.lua" />

<talkaction words="/outfit 202" script="outfit.lua" />

<talkaction words="/outfit 203" script="outfit.lua" />

<talkaction words="/outfit 207" script="outfit.lua" />

<talkaction words="/outfit 205" script="outfit.lua" />

<talkaction words="/outfit 206" script="outfit.lua" />

<talkaction words="/outfit 207" script="outfit.lua" />

<talkaction words="/outfit 208" script="outfit.lua" />

<talkaction words="/outfit 209" script="outfit.lua" />

<talkaction words="/outfit 210" script="outfit.lua" />

<talkaction words="/outfit 211" script="outfit.lua" />

<talkaction words="/outfit 212" script="outfit.lua" />

<talkaction words="/outfit 213" script="outfit.lua" />

<talkaction words="/outfit 214" script="outfit.lua" />

<talkaction words="/outfit 215" script="outfit.lua" />

<talkaction words="/outfit 216" script="outfit.lua" />

<talkaction words="/outfit 217" script="outfit.lua" />

<talkaction words="/outfit 218" script="outfit.lua" />

<talkaction words="/outfit 219" script="outfit.lua" />

<talkaction words="/outfit 220" script="outfit.lua" />

<talkaction words="/outfit 221" script="outfit.lua" />

<talkaction words="/outfit 222" script="outfit.lua" />

<talkaction words="/outfit 223" script="outfit.lua" />

<talkaction words="/outfit 224" script="outfit.lua" />

<talkaction words="/outfit 225" script="outfit.lua" />

<talkaction words="/outfit 226" script="outfit.lua" />

<talkaction words="/outfit 227" script="outfit.lua" />

<talkaction words="/outfit 228" script="outfit.lua" />

<talkaction words="/outfit 229" script="outfit.lua" />

<talkaction words="/outfit 230" script="outfit.lua" />

<talkaction words="/outfit 231" script="outfit.lua" />

<talkaction words="/outfit 232" script="outfit.lua" />

<talkaction words="/outfit 233" script="outfit.lua" />

<talkaction words="/outfit 234" script="outfit.lua" />

<talkaction words="/outfit 235" script="outfit.lua" />

<talkaction words="/outfit 236" script="outfit.lua" />

<talkaction words="/outfit 237" script="outfit.lua" />

<talkaction words="/outfit 238" script="outfit.lua" />

<talkaction words="/outfit 239" script="outfit.lua" />

<talkaction words="/outfit 240" script="outfit.lua" />

<talkaction words="/outfit 241" script="outfit.lua" />

<talkaction words="/outfit 242" script="outfit.lua" />

<talkaction words="/outfit 243" script="outfit.lua" />

<talkaction words="/outfit 244" script="outfit.lua" />

<talkaction words="/outfit 245" script="outfit.lua" />

<talkaction words="/outfit 246" script="outfit.lua" />

<talkaction words="/outfit 247" script="outfit.lua" />

<talkaction words="/outfit 248" script="outfit.lua" />

<talkaction words="/outfit 249" script="outfit.lua" />

<talkaction words="/outfit 250" script="outfit.lua" />

<talkaction words="/outfit 251" script="outfit.lua" />

<talkaction words="/outfit 252" script="outfit.lua" />

<talkaction words="/outfit 253" script="outfit.lua" />

<talkaction words="/outfit 254" script="outfit.lua" />

<talkaction words="/outfit 255" script="outfit.lua" />

<talkaction words="/outfit 256" script="outfit.lua" />

<talkaction words="/outfit 257" script="outfit.lua" />

<talkaction words="/outfit 258" script="outfit.lua" />

<talkaction words="/outfit 259" script="outfit.lua" />

<talkaction words="/outfit 260" script="outfit.lua" />

<talkaction words="/outfit 261" script="outfit.lua" />

<talkaction words="/outfit 262" script="outfit.lua" />

<talkaction words="/outfit 263" script="outfit.lua" />

<talkaction words="/outfit 264" script="outfit.lua" />

<talkaction words="/outfit 265" script="outfit.lua" />

<talkaction words="/outfit 266" script="outfit.lua" />

<talkaction words="/outfit 301" script="outfit.lua" />

<talkaction words="/outfit 302" script="outfit.lua" />

<talkaction words="/outfit 303" script="outfit.lua" />

<talkaction words="/outfit 304" script="outfit.lua" />

<talkaction words="/outfit 305" script="outfit.lua" />

<talkaction words="/outfit 306" script="outfit.lua" />

<talkaction words="/outfit 307" script="outfit.lua" />

<talkaction words="/outfit 308" script="outfit.lua" />

<talkaction words="/outfit 309" script="outfit.lua" />

<talkaction words="/outfit 310" script="outfit.lua" />

<talkaction words="/outfit 311" script="outfit.lua" />

<talkaction words="/gm" script="outfit.lua" />

<talkaction words="/god" script="outfit.lua" />

 

Salve e Feche.

 

Feito isso agora so colocar seu o Ot online e executar o comando!

 

 

Espero que gostem!

 

 

comentem!

Editado por Tileup
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...