Capping Battleground Timers

Capping Battleground Timers

8M Downloads

Battleground Blitz AB/DWG Potential Issue

rbgdevx opened this issue ยท 7 comments

commented

if aIncrease > 60 or hIncrease > 60 or aIncrease < 0 or hIncrease < 0 then -- Scores can reduce in DG

In Battleground Blitz solo q rbg mode in Arathi Basin and Deepwind Gorge if a team has all 5 bases the point increase per tick is now 65pts which i think might clear the interface with the current logic of > 60 here. Is it possible to change this to > 65? or does this need to support some old version of DWG with cart still in which it would need an additional check?

Let me know if that makes sense as i've confirmed the point increase with 5 bases to be 65 per tick or 32.5 per second at 2 seconds a tick on those maps.

commented

separately its worth noting that timers in blitz mode are 30 seconds to capture, not 60. Although its not addon breaking at the moment since at 30 seconds left the bar just goes away anyways.