WoW-Pro Guides

WoW-Pro Guides

3M Downloads

In combat update

CodingDino opened this issue ยท 1 comments

commented

Submitted by Kuismar on Sun, 2010-08-22 19:11.

Not sure if the Waypoint Update was ever checked on a kill target or while in a vehicle. But when you do the quest in ZD where you ride the giant it doesn't seem to work. You are always in combat due to the undead, and once you kill one of the bosses it doesn't automatically check off the step and go to the next boss. You also can't manually check off a step while in combat.

Submitted by Silvann on Mon, 2010-08-23 10:51.

May I suggest a quick fix that should probably work? I dont have the code here with me at work, but it's something like this...

Keep things (the in combat restrictions) as they are, but in the RowsUpdate() function, put a if(combat) clause inside the rows loop and simply set the checkbuttons as checked if the step is completed (while still keeping the step visible). This should give a visual indication to the user that the step was completed. I just dont remember how the arrow is handled. If it's associated with the first non-completed, non-sticky step, then it should be updated automatically.

Then, when the player goes out of combat, force the RowsUpdate().

commented

Done and uploaded. Will look into seeing if I can make the guide actually update during combat in the future - these workarounds are irritating.