#how to detect each TOGC boss wisely

15 messages · Page 1 of 1 (latest)

last niche
#

Hi guys I have a auto ert note which is used for ULD when a zone ID is changed then the corresponding note will changed and show me some tips what should I do for different boss fight . but that is not goging to work in TOGC cause the zone ID will always be same.. is there a way That I can have a flag showing which boss fight I am currently in ? I was cojnsidering using the target name boss if it equal to the expected boss name but that is not stable cause there are some add which your target is not necessary the boss and also it is of low performance . any idea on this ? Gurus thx a lot in advance

pearl swan
#

best you can do is look at the subzone text

signal cobalt
#

Note that it doesn't return anything useful when called outside an instance

last niche
#

yes this is exactlyt what I want thanks a lot for the useful api I will tryu to add a condition

#

@signal cobalt but there is another thing is the trigger event how can I set the event before becasue there is a zone change what I use is below ervents ZONE_CHANGED ZONE_CHANGED_NEW_AREA ZONE_CHANGED_INDOORS PLAYER_REGEN_ENABLED PLAYER_ENTERING_WORLD

#

is there a event called when one boss is killed ? also for toc first boss it is like 1 boss - 2 twin boss - 1 boss . and will the api works duringh the figth ?

pearl swan
#

PLAYER_REGEN_ENABLED triggers when you leave combat

last niche
#

Hi guys I refer the existing one ert note and create my own

#

now I can successfully find the next avlaible live boss. but the problem is the refresh when I first enter the dungeon.. ideally ZONE_CHANGED ZONE_CHANGED_NEW_AREA ZONE_CHANGED_INDOORS PLAYER_REGEN_ENABLED PLAYER_ENTERING_WORLD these events wiil be triggered when I first enter the dungeon.. but the problem is those events are not fired and hence the mrt note is not changed accordingly . everytime I need to open weakauras and change sth in the custom option then the note will be successfully refreshed. anyh ideas ?

#

by the way I need to explain more about my wa. here is the logic I add a cusotmer option prefix and then when I want to automatically update mrt note I can write different one based on differet class . for example warrior-Northrend Beasts and the wa is simply when a boss is killed it will automatically find the next boss suitable note and upodate in my screen .

pearl swan
#

PLAYER_ENTERING_WORLD fires before weakauras is loaded usually

#

try WA_DELAYED_PLAYER_ENTERING_WORLD