Raven

2M Downloads

Blizzard hotfix in 11/16/23 removed CheckInteractDistance()

BigFire321 opened this issue ยท 2 comments

commented

26x [ADDON_ACTION_BLOCKED] AddOn 'Raven' tried to call the protected function 'CheckInteractDistance()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function CheckInteractDistance' [string "@Raven/Conditions.lua"]:226: in function <Raven/Conditions.lua:224> [string "@Raven/Conditions.lua"]:833: in function UpdateConditions'
[string "@Raven/Main.lua"]:1278: in function `Update'
[string "@Raven/Main.lua"]:936: in function <Raven/Main.lua:932>

Locals:
_ = Frame {
RegisterEvent = defined @!BugGrabber/BugGrabber.lua:487
0 =
UnregisterEvent = defined @!BugGrabber/BugGrabber.lua:487
SetScript = defined @!BugGrabber/BugGrabber.lua:487
}
event = "ADDON_ACTION_BLOCKED"
events =

{
ADDON_ACTION_BLOCKED = defined @!BugGrabber/BugGrabber.lua:553
ADDON_ACTION_FORBIDDEN = defined @!BugGrabber/BugGrabber.lua:553
PLAYER_LOGIN = defined @!BugGrabber/BugGrabber.lua:547
LUA_WARNING = defined @!BugGrabber/BugGrabber.lua:562
ADDON_LOADED = defined @!BugGrabber/BugGrabber.lua:507
}

commented

I have the same Problem

commented

That's a sad one.

Looks like Blizzard is blocking addons from reading range information to prevent boss mods from telling players to spread/stack, and the functionality in Raven is a casualty of that.

Anyway, thanks for the report. I removed range check support from conditions.