hello!!!
i have my runes with exhaust=0 and nothing changes, the runes still have exhaust :S
Can please someone help me???
Thanks!!
i have my runes with exhaust=0 and nothing changes, the runes still have exhaust :S
Code:
<rune name="Ultimate Mana Rune" id="2296" charges="1" lvl="1" maglv="8" mana="0" soul="0" exhaustion="0" prem="0" enabled="1" allowfaruse="1" script="new/ultimatemr.lua"></rune>
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, 1)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
function onCastSpell(cid, var)
doPlayerAddMana(cid, 10000)
doPlayerSay(cid, "Ultimate Mana Rune", TALKTYPE_ORANGE_1)
return doCombat(cid, combat, var)
end
Can please someone help me???
Thanks!!