BigWigsMods / Capping

Battleground timers and other PvP features.
26 stars 46 forks source link

Battleground Blitz AB/DWG Potential Issue #150

Open rbgdevx opened 3 weeks ago

rbgdevx commented 3 weeks ago

https://github.com/BigWigsMods/Capping/blob/54d7e54672593adcf95cf38d7471b9022a172313/Core.lua#L394

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.

rbgdevx commented 3 weeks ago

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.

funkydude commented 1 week ago

Is this a temporary pvp mode?

rbgdevx commented 4 days ago

This is a new permanent feature in WoW now, started out as a brawl to introduce it and now as of Season 1 in TWW its officially a rated mode where you can solo Q rated battle grounds formerly called "Battleground Blitz" which is now just "Solo Q Rated Battlegrounds".

rbgdevx commented 2 days ago

There's also a new API for it as well C_PvP.IsSoloRBG() although i noticed when entering a game that info doesn't immediately become available until after a few seconds or so