Ovale Spell Priority

Ovale Spell Priority

6M Downloads

8.25 bug Switching maps can cause some script errors and must be RELOAD to recover

fwater opened this issue ยท 0 comments

commented

Switching maps can cause some script errors and must be RELOAD to recover
Example

AddIcon enemies=1 help=main specialization=beast_mastery
{
if Charges(barbed_shot) == 2 spell(barbed_shot)
if pet.BuffRemaining(pet_frenzy_buff)<2 and pet.Buffpresent(pet_frenzy_buff) spell(barbed_shot)
if SpellCooldown(bestial_wrath)>40 or not SpellCooldown(bestial_wrath) spell(a_murder_of_crows)
if BuffRemaining(bestial_wrath_buff) >6 spell(a_murder_of_crows)
spell(bestial_wrath)
spell(kill_command)
Spell(chimaera_shot)
if Focus () >90 or BuffPresent(bestial_wrath_buff) spell(cobra_shot)
}

barbed_shot and bestial_wrath are nouseful after Switching maps

if not Stealthed() and not InCombat() Spell(stealth)

stealth is nouseful after Switching maps