| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple Scrolling Loot (SimpleScrollingLoot) is a lightweight, zero-dependency loot notification addon for World of Warcraft. It renders its own notification rows and never uses Blizzard Scrolling Combat Text.
Current release: 0.5.0.
Version 0.5.0 targets the complete current Classic family:
The package contains separate Vanilla and TBC TOC metadata while sharing one Lua implementation. Runtime checks use both the loaded TOC flavor and Blizzard project constants, then verify every critical API before registering loot events. Retail, Mists of Pandaria Classic, and other clients remain disabled.
Offline Lua and metadata tests cover both target families. The settings and positioning workflow introduced in 0.4.0 was confirmed in the current Classic Era client. Version 0.5.0 adds repeatable test notifications while positioning and passed offline validation. The exact build report and complete Era, Hardcore, and TBC loot matrix remain outstanding; see COMPATIBILITY.md.
You can use /ssl, /ssloot, or /simplescrollingloot:
Extract the SimpleScrollingLoot directory into your World of Warcraft installation folder:
World of Warcraft/<client>/Interface/AddOns/
Restart WoW or reload UI with /reload.
Keep these two files together on Windows and double-click the .cmd launcher:
This is the shared deployment tool for Simple Scrolling Loot, Better Loot Rolls, and Simple Arsenal Swap. It uses the existing ssh minipc connection, tests all three projects on MINIPC, stages and validates all three downloads, and then synchronizes their current runtime files into the Classic Era AddOns folder. It does not touch WoW SavedVariables. The window closes automatically after success and stays open on an error so the failure message can be read.
Open settings with /ssloot. The panel separates everyday choices from advanced controls:
Every control includes a visible explanation and takes effect immediately. Use Preview Notifications at any time. To change the starting position, click Move Notifications. The settings window closes so the blue box is unobstructed. Use Test Notifications as often as needed, drag the blue box into place, and click Save to lock it and return to settings.
Report a reproducible issue at https://github.com/Sukecz/SimpleScrollingLoot/issues. Include your WoW version, locale, exact loot scenario, and /ssloot debug api output. Do not include account, API, or authentication secrets in a report.
Every push and pull request runs Lua 5.1 syntax, regression, and TOC consistency checks. Only version tags in the form v* package and upload a build to CurseForge project 1624616 and create a matching GitHub release. Tags containing alpha or beta publish that release type; other version tags publish a Release.
Before creating a release tag, add a repository Actions secret named CF_API_TOKEN with a CurseForge author upload token. The token is never stored in this repository. Only publish a Release after testing it in the intended WoW client.
MIT License
| Back | FazBrowse Home | New Git URL |