promotional bannermobile promotional banner

Boney World Bosses

A WoW Classic addon + companion app that automatically detects world boss activity (Kazzak and Doomwalker) and reports it to your Discord server
Back to Files

BoneyWorldBosses.zip

File nameBoneyWorldBosses.zip
Uploader
BoneyWoWBoneyWoW
Uploaded
Apr 23, 2026
Downloads
118
Size
16.3 KB
Flavors
Classic TBC
File ID
7970538
Type
R
Release
Supported game versions
  • 2.5.5

What's new

Fix stuck Next button in setup wizard (v3.4.1)

On WoW Classic Era 1.15 the StaticPopup framework doesn't populate dialog.button1 / dialog.editBox as direct fields on every popup, so the EditBoxOnTextChanged handler's parent.button1:Enable() call was a silent no-op — Next stayed disabled even after the user typed a valid snowflake. Add PopupButton1 / PopupEditBox helpers that fall back to the _G[name .. "Button1"] / _G[name .. "EditBox"] lookups which have always worked. Route all popup-field access through the helpers so the wizard is robust across flavors. While here: rename step 1's label from "Discord Guild ID" to "Discord ID" per user request. Update the two chat-log confirmations to stay distinct after the rename: step 1: "Discord ID saved." step 2: "Discord User ID saved." (was "Discord ID saved.") - BoneyWorldBosses.lua: add popup-field helpers, route wizard handlers through them, relabel step 1, bump to 3.4.1 - BoneyWorldBosses.toc: bump to 3.4.1