You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Plugin available in modern compiles that replacing for loops looking at group, a
39
39
#### Everquest Build
40
40
While Xiris bot would work with UF, the MQ2 Plugin requirements mean that only the ROF2 build of Everquest will work properly without a huge degredation of service and code changes.
41
41
### Loading
42
-
#### bot_loader.mac
43
-
This macro will load the class specific macro. Think of this as a bootstrapper, or loader. The best way to accomplish loading the macro on all toons is to create a single hotkey on your tank wit the line: ```/dgza /mac bot_loader ${Me.Name} Xiria Xirea 85```
42
+
#### xiris_bot.mac
43
+
This macro will load the class specific macro. Think of this as a bootstrapper, or loader. The best way to accomplish loading the macro on all toons is to create a single hotkey on your tank wit the line: ```/dgza /mac xiris_bot ${Me.Name} Xiria Xirea 85```
44
44
The arguments in that command can be described as
45
45
1.`/dgza` this is a MQ2Dannet command that *everyone in zone do this command*
46
-
2.`/mac bot_loader` load this macro
46
+
2.`/mac xiris_bot` load this macro
47
47
3.`${Me.Name}` This toon is MT - note this could be a hard set name, however, in a hotkey this will resolve to whomever clicked the hotkey. Allows for easy copying of UIs and hotkeys between your tanks and not having to edit every hotkey.
48
48
4.`Xiria Xirea` These toons are ST and TT
49
49
5.`85` This is the default healpoint for the MT
@@ -96,6 +96,7 @@ Hotkey that is used on the MT to call assist on the MT's current target, and has
96
96
### Buffing
97
97
Hotkey or command that is used to tell all available buffers to walk through the raid buffing each group (and single target buff defined memembers with special buffs)
98
98
`/rs doraidbuff ALL`
99
+
Note: You should create a spell set named "buff" that holds the buff spell setup, and "default" for your default setup.
99
100
100
101
### Debuffing
101
102
Hotkey or command that is used to tell all available debuffers to debuff the current target. Note: usually debuffers will also debuff on the Attack call, but sometimes you want to predebuff a target (if its rooted like in Tacvi) or force them to re-debuff all at the same time.
9.`/dgt DoInfusion` Tells everyone to hit Infusion of the Faithful AA
194
195
10.`/dgt SetupRaid` A mostly internal or event used event. Describes the raid mode currerntly running, defaults to.. DEFAULT. Calls SetupRaid which pulls from xiris_common INI. Sets lists of group leaders, and DI available clerics
195
196
12.`/dgt RefreshXTarget` Used to manually force raid to refresh their XTarget list.
197
+
13.`/dt MeleeOverride TRUE|FALSE` Used to manually force a toon to start/stop meleeing (ie: casters/priests)
196
198
### xiris_curing.inc
197
199
#### Overview
198
200
XirisBot curing handlers. This library has several events that can be fired via hotkey, or auto cures driven by the curing section in the toon ini files. Note that this file is responsible for a toons self-need-cure checks - something to be familiar with.
0 commit comments