TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
Solutions
-
Gabrielk's post in (Resolvido)retirar restrição de vocação was marked as the answerRestrição de vocação, você meche em movements
-
Gabrielk's post in (Resolvido)[RUNA] Destroy Field Bugada was marked as the answervai em actions e procura o arquivos destroyfield e troca por esse...
function onUse(cid, item, frompos, item2, topos)
fieldpos = topos
fieldpos.stackpos = 254
fielditem = getThingfromPos(fieldpos)
if getPlayerMagLevel(cid) >= 3 then
if fielditem.itemid > 0 and fielditem.itemid ~= 1497 and fielditem.itemid ~= 1498 then
doSendMagicEffect(topos,2)
doRemoveItem(fielditem.uid,1)
if item.type > 1 then
doChangeTypeItem(item.uid,item.type-1)
else
doRemoveItem(item.uid,1)
end
else
doSendMagicEffect(frompos,2)
return 0
end
else
doSendMagicEffect(frompos,2)
doPlayerSendCancel(cid,"You don't have the required magic level to use that rune.")
end
return 1
end