Warstorm Forum Guides Addons & Macros WBM Lite

WBM Lite

WBM Lite

Runshouse
Junior Member
2
04-12-2026, 08:04 PM
#1
# WBM Lite v1.1.1
A streamlined, modern, and pure-Lua replacement for the original Warstorm Bot Manager. Designed specifically for World of Warcraft 3.3.5a servers utilizing `.warstormbot` mechanics, WBM Lite strips away screen clutter in favor of a sleek Quick Launcher and a smart, party-wide command grid.
### ? What's New in v1.1.0
* **Smart Summon Toggles:** The Quick Launcher now features 5 dedicated checkboxes (Groups 1-5) beneath a widened Summon button. Select specific groups to summon, and the addon will perfectly format and route the `@groupX summon` commands directly to Party chat.
* **Auto-Group Detection:** The moment you join a Party or Raid, WBM Lite automatically detects the state change and enables all 5 summon checkboxes for you, ensuring you are immediately ready to summon your full team.
* **UI Layout Polish:** The Quick Launcher's layout has been optimized for actual gameplay workflow. The frequently used **Summon** button has been expanded and moved to the bottom, while **Disperse** has been tucked neatly into the top row.
* **Foolproof UI Polling:** The Summon button logic now directly reads the visual state of your checkboxes on the screen, completely eliminating database desyncs or silent macro failures.
---
### ? Core Features
* **Pure Lua & Scalable UI:** No more clunky XML files. The main interface is entirely Lua-driven and easily resizable—just hover over the main window and scroll your mouse wheel.
* **The Quick Launcher:** A draggable mini-dashboard featuring your most spammed commands: Summon (with group toggles), Follow, Stay, Free, Target Marking, and Disperse.
* **Multi-Click Disperse Control:** The Disperse button `Disp(X)` on the Quick Launcher supports multiple actions:
  * `Left-Click`: Enable Disperse at the current distance.
  * `Right-Click`: Disable Disperse.
  * `Middle-Click`: Cycle the disperse distance between 5, 7, and 10 yards.
* **Smart Respec Dropdown:** Target any bot, click the **ReSpec** button in the main menu, and a dynamic dropdown will appear showing only their valid PvE specs. Click one to instantly push the command.
* **Aggressive Strategy Toggling:** The Enable/Disable AoE buttons chain multiple combat logic commands together (e.g., `co +aoe,-assist,-focus,?`) to guarantee bots prioritize the correct targets, and whisper you a confirmation.
* **Isolated Data:** WBM Lite uses its own entirely separate saved variables database, meaning it will never conflict with older versions of the addon.
---
### Installation
1. Download the latest release.
2. Extract the folder into your World of Warcraft directory: `\Interface\AddOns\`
3. Ensure the folder is strictly named `WBMLite` (remove any `-main` or `-master` suffixes).
4. Log in and ensure the addon is enabled in your character screen.
---
### Usage & Navigation
Type `/wbmlite` in chat or **Left-Click** the background of the Quick Launcher to open the main interface.
**The Quick Launcher**
* **Move it:** `Right-Click and Drag` the background to place it anywhere on your screen.
* **Mark Targets:** `Left-Click` the Skull icon to instantly mark your current target. `Right-Click` the icon to clear the mark.
* **Smart Summoning:** Check the numbered boxes (1-5) to select which groups you want to pull. Clicking **Summon** will print a separate command for each checked group to Party chat. If all 5 boxes (or 0 boxes) are checked, it defaults to a standard party-wide summon.
* **Quick Commands:** Instantly issue **Follow**, **Stay**, **Free**, or **Disperse** commands without opening the main window.
**The Main Interface**
* **Add Bot:** Select a class from the dropdown and click Add to spawn a random bot.
* **Set Form:** Select a formation (Shield, Line, Arrow, etc.) and click Set to apply it to your party.
* **Command Grid:** Features 15 essential, party-wide commands including Attack, Flee, Drink, Show Objects (LoS), and a hard Reset AI button for when bots get stuck in bad logic loops.
---
### Advanced: Custom Macros
Since WBM Lite intentionally removed hyper-specific role commands to save screen space, here is a quick guide on how to recreate those exact buttons using standard WoW macros. Just create a new macro, paste the line, and drag it to your action bar:
* **Move Tanks Only:** `/p @tank follow`
* **Park Healers:** `/p @heal stay`
* **Burn Boss:** `/p co +boost,?` *(Forces bots to pop their massive cooldowns and whispers confirmation)*
* **Stop Burn:** `/p co -boost,?`
* **Tank Face Away:** `/p co +behind,?` *(Forces melee/tanks to flank the boss to dodge frontal cleaves)*
* **Stop Flanking:** `/p co -behind,?`
---
### Credits
* **Author:** Runshouse
Attached Files
.zip
WBMLite1.1.1.zip
Size: 7.3 KB / Downloads: 58
Runshouse
04-12-2026, 08:04 PM #1

# WBM Lite v1.1.1
A streamlined, modern, and pure-Lua replacement for the original Warstorm Bot Manager. Designed specifically for World of Warcraft 3.3.5a servers utilizing `.warstormbot` mechanics, WBM Lite strips away screen clutter in favor of a sleek Quick Launcher and a smart, party-wide command grid.
### ? What's New in v1.1.0
* **Smart Summon Toggles:** The Quick Launcher now features 5 dedicated checkboxes (Groups 1-5) beneath a widened Summon button. Select specific groups to summon, and the addon will perfectly format and route the `@groupX summon` commands directly to Party chat.
* **Auto-Group Detection:** The moment you join a Party or Raid, WBM Lite automatically detects the state change and enables all 5 summon checkboxes for you, ensuring you are immediately ready to summon your full team.
* **UI Layout Polish:** The Quick Launcher's layout has been optimized for actual gameplay workflow. The frequently used **Summon** button has been expanded and moved to the bottom, while **Disperse** has been tucked neatly into the top row.
* **Foolproof UI Polling:** The Summon button logic now directly reads the visual state of your checkboxes on the screen, completely eliminating database desyncs or silent macro failures.
---
### ? Core Features
* **Pure Lua & Scalable UI:** No more clunky XML files. The main interface is entirely Lua-driven and easily resizable—just hover over the main window and scroll your mouse wheel.
* **The Quick Launcher:** A draggable mini-dashboard featuring your most spammed commands: Summon (with group toggles), Follow, Stay, Free, Target Marking, and Disperse.
* **Multi-Click Disperse Control:** The Disperse button `Disp(X)` on the Quick Launcher supports multiple actions:
  * `Left-Click`: Enable Disperse at the current distance.
  * `Right-Click`: Disable Disperse.
  * `Middle-Click`: Cycle the disperse distance between 5, 7, and 10 yards.
* **Smart Respec Dropdown:** Target any bot, click the **ReSpec** button in the main menu, and a dynamic dropdown will appear showing only their valid PvE specs. Click one to instantly push the command.
* **Aggressive Strategy Toggling:** The Enable/Disable AoE buttons chain multiple combat logic commands together (e.g., `co +aoe,-assist,-focus,?`) to guarantee bots prioritize the correct targets, and whisper you a confirmation.
* **Isolated Data:** WBM Lite uses its own entirely separate saved variables database, meaning it will never conflict with older versions of the addon.
---
### Installation
1. Download the latest release.
2. Extract the folder into your World of Warcraft directory: `\Interface\AddOns\`
3. Ensure the folder is strictly named `WBMLite` (remove any `-main` or `-master` suffixes).
4. Log in and ensure the addon is enabled in your character screen.
---
### Usage & Navigation
Type `/wbmlite` in chat or **Left-Click** the background of the Quick Launcher to open the main interface.
**The Quick Launcher**
* **Move it:** `Right-Click and Drag` the background to place it anywhere on your screen.
* **Mark Targets:** `Left-Click` the Skull icon to instantly mark your current target. `Right-Click` the icon to clear the mark.
* **Smart Summoning:** Check the numbered boxes (1-5) to select which groups you want to pull. Clicking **Summon** will print a separate command for each checked group to Party chat. If all 5 boxes (or 0 boxes) are checked, it defaults to a standard party-wide summon.
* **Quick Commands:** Instantly issue **Follow**, **Stay**, **Free**, or **Disperse** commands without opening the main window.
**The Main Interface**
* **Add Bot:** Select a class from the dropdown and click Add to spawn a random bot.
* **Set Form:** Select a formation (Shield, Line, Arrow, etc.) and click Set to apply it to your party.
* **Command Grid:** Features 15 essential, party-wide commands including Attack, Flee, Drink, Show Objects (LoS), and a hard Reset AI button for when bots get stuck in bad logic loops.
---
### Advanced: Custom Macros
Since WBM Lite intentionally removed hyper-specific role commands to save screen space, here is a quick guide on how to recreate those exact buttons using standard WoW macros. Just create a new macro, paste the line, and drag it to your action bar:
* **Move Tanks Only:** `/p @tank follow`
* **Park Healers:** `/p @heal stay`
* **Burn Boss:** `/p co +boost,?` *(Forces bots to pop their massive cooldowns and whispers confirmation)*
* **Stop Burn:** `/p co -boost,?`
* **Tank Face Away:** `/p co +behind,?` *(Forces melee/tanks to flank the boss to dodge frontal cleaves)*
* **Stop Flanking:** `/p co -behind,?`
---
### Credits
* **Author:** Runshouse

Attached Files
.zip
WBMLite1.1.1.zip
Size: 7.3 KB / Downloads: 58

albertocp8
Junior Member
5
04-23-2026, 06:53 PM
#2
Great, thank you so much for the contribution, I'm already using it
albertocp8
04-23-2026, 06:53 PM #2

Great, thank you so much for the contribution, I'm already using it

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)