@fireelement
Obrigado Por Ajudar Mas Não Esta Funcionando Configurei Assim :
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, FALSE)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, TRUE)
function onCastSpell(cid, var)
local storage = 13540
local msg = {"Voce Nao e Vip.", "Health Vip"}
if getPlayerStorageValue(uid, storage) == true then
doCreatureAddHealth(cid, math.random(1000,1500))
doCreatureSay(cid, msg[2], TALKTYPE_ORANGE_1)
else
doPlayerSendCancel(cid, msg[1])
return true
end
return doCombat(cid, combat, var)
end
Alguém Pode Testar Ver Se Na Sua Versão Ele Funciona?
Desde Já Meus Agradecimentos!
ATT:Adm Revolution