no 1*, troque isso..
if isCreature(cid) == TRUE then doSendMagicEffect(getCreaturePosition(cid), efeitos[getPlayerVocation(cid)]) addEvent(doEffect, delay*1000, cid) end
por isso...
if isCreature(cid) == TRUE then if getPlayerMana(cid) >= 1 then doSendMagicEffect(getCreaturePosition(cid), efeitos[getPlayerVocation(cid)]) end addEvent(doEffect, delay*1000, cid) end
no 2* vai no actions.xml
e ache a tag desse script e adcione isso no final da tag..
allowfaruse="1"
ficando +/- assim..
<action itemid="2391-2394;12617" event="script" value="catch.lua" allowfaruse="1"/>






info
Grupo: Visconde
Registrado: 10/02/11
Posts: 377
Reputação: +78
para esse efeito só sair se o player tiver mana >= 1
e como eu coloco para conseguir dar use mais longe( tipo 1 ou 2 sqm) n sei se é assim q fala =X