Pyrotek503
New member
- Joined
- Feb 1, 2023
- RedCents
- 34¢
- RGMercs Build?
- 1.0
- What level is the character?
- 113
I noticed all of my chars (same level range) are not recognizing a named is a named, I guess. When "Burn Always" is on, it allows the rotation.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Yes. The extended target shown in the screenshot was the current target of my group. Im pretty new to everything so I really dont know if I am missing something. Is there some other resource that I am supposed to be using to utilize that feature?Was the named list screenshot when the named was up? because it seems to not be seeing it if that is the case.
Warrior, Beast, Druid, Bard, Cleric, Rogue. All 114 AND 115What class are you checking the burn rotation on lets check all your settings.

---@return boolean
function RGMercUtils.BurnCheck()
local settings = RGMercConfig:GetSettings()
local autoBurn = settings.BurnAuto and
((RGMercUtils.GetXTHaterCount() >= settings.BurnMobCount) or (RGMercUtils.IsNamed(mq.TLO.Target) and settings.BurnNamed))
local alwaysBurn = (settings.BurnAlways and settings.BurnAuto)
return autoBurn or alwaysBurn
end
Line 1881 in rgmercs_utils.Lua on my computer.What exactly did you remove? i suspect you broke it ever not burning
