Skip to content

Commit c963dfe

Browse files
committed
Rename entrypoint macro from bot_loader.mac to xiris_bot.mac for consistency and clarity
1 parent 557b43e commit c963dfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A high-level overview of the folder layout and key responsibilities:
4949
| `xiris_common/` | Core includes for casting, healing, buffing, debuffing, commands |
5050
| `xiris_class_ini/` | Base INI templates per class to standardize role behavior |
5151
| `xiris_trade_ini/` | Loot rules and trade-in configurations |
52-
| `bot_loader.mac` | Entrypoint macro that loads class macros based on active INI |
52+
| `xiris_bot.mac` | Entrypoint macro that loads class macros based on active INI |
5353
| `bot_*.mac` | Class-specific macro logic (e.g., `bot_pal.mac`, `bot_rog.mac`) |
5454
| `*.ini` | Character-specific overrides for macros and thresholds |
5555
| [`README.md`](https://README.md) | This document |
@@ -60,7 +60,7 @@ ASCII flow of macro loading and initialization:
6060
```
6161
[Start]
6262
63-
bot_loader.mac reads INI → determines class
63+
xiris_bot.mac reads INI → determines class
6464
6565
Include core libraries (xiris_common)
6666
@@ -81,7 +81,7 @@ Enter heartbeat loop
8181
4. Adjust thresholds (health, mana, cooldowns, follow distance) in your `bot_<class>_Charname.ini`.
8282
5. Launch EverQuest with MacroQuest2. In-game, execute:
8383
```
84-
/macro bot_loader
84+
/macro xiris_bot
8585
```
8686

8787

0 commit comments

Comments
 (0)