I was reading through the change notes and I found where a couple of yrs back they stated:
I have been looking at old MQ2 docs and never ran across these gems.
Now wait a minute you say, I already know those... Ok fine. However I have been trying like the dickens to find an easy and elegant way to temporarily halt my puller so I could AFK, or finish some long casting buff that the puller needs who otherwise runs outa range for the next pull before it fires, or stop and reload KA on another toon (say my main) or whatever.
So maybe MainTank, MainAssist and Puller aren't earth-shattering on their own... Alas I was going through the KissAssist code to verify that the multitude of previously unpublished aliases are actually implemented so I could update the KA wiki factually when I came upon the /backoff cmd. Again, you might say, but Incog, that's been there, you new? Well yes, after a long hiatus I feel new, but the point is, in testing /backoff in the field, it does exactly what I was looking for: an easy and elegant temporary halt to pulling without /mqp or /end which have their own inherent potential problems.
Now combine my two discoveries, and you get toggled on a hotkey:
I think it's kinda cool.
Hit the Thanks, daddy needs a new pair of krono
Rich (BB code):
12 October 2008 by ieatacid
- Added BuffDuration to target type. It takes the buff name or number as a parameter and returns a ticks type.
- Added to Group TLO: string MainTank, string MainAssist, string Puller
- Added to groupmember type: bool MainTank, bool MainAssist, bool Puller
I have been looking at old MQ2 docs and never ran across these gems.
Now wait a minute you say, I already know those... Ok fine. However I have been trying like the dickens to find an easy and elegant way to temporarily halt my puller so I could AFK, or finish some long casting buff that the puller needs who otherwise runs outa range for the next pull before it fires, or stop and reload KA on another toon (say my main) or whatever.
So maybe MainTank, MainAssist and Puller aren't earth-shattering on their own... Alas I was going through the KissAssist code to verify that the multitude of previously unpublished aliases are actually implemented so I could update the KA wiki factually when I came upon the /backoff cmd. Again, you might say, but Incog, that's been there, you new? Well yes, after a long hiatus I feel new, but the point is, in testing /backoff in the field, it does exactly what I was looking for: an easy and elegant temporary halt to pulling without /mqp or /end which have their own inherent potential problems.
Now combine my two discoveries, and you get toggled on a hotkey:
Rich (BB code):
//bct %{Group.Puller} //backoff
I think it's kinda cool.
Hit the Thanks, daddy needs a new pair of krono

