Page 1 of 10

[ADDON] WarTriage 1.0.6

Posted: Fri Nov 12, 2021 3:13 pm
by Talladego
WarTriage (v1.0.6)

WarTriage is an addon for the lazy or incompetent healer that needs automatic assistance to help decide which player to heal.
The addon creates a macro which you put on your hotbar. When the macro is clicked the party/scenario/warband-member most in need of heals will be targeted.
The macro icon will glow when there is a new player in need of heals. The glow will be more intense the more hurt the player is.
Only players within healing range will be selected and a limited line-of sight check will be performed.
On the Settings tab you can enable/disable features or the addon entirely. On the Priorities tab you can adjust the behaviour of the selection algorithm.
Slash command to change settings: /wartriage or /wt (requires LibSlash)

Image

Image

Download: WarTriage (v1.0.6)

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 3:22 pm
by wargrimnir
This is pretty wild.

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 4:31 pm
by Infexion
Absolutely amazing work, this is exactly what i was looking for! You rock dude!

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 4:32 pm
by Cyrinael
Is there a way to get this running for all players in heal range, not only for those in grp/wb?

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 4:37 pm
by wargrimnir
Cyrinael wrote: Fri Nov 12, 2021 4:32 pm Is there a way to get this running for all players in heal range, not only for those in grp/wb?
Unlikely, i suspect it's reading the information from the party/warband/scenario group members. I don't believe the API exposes nearby players like that without explicitly targeting them first.

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 4:40 pm
by Talladego
Cyrinael wrote: Fri Nov 12, 2021 4:32 pm Is there a way to get this running for all players in heal range, not only for those in grp/wb?
No, not that I know of.
The information exposed by the client to the Lua scripting engine is limited to what you can get from the API.
For the same reason you cannot check Line of Sight until you have already targeted a player.

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 8:56 pm
by sullemunk
Reminds me of the BuffButton i made years ago.. works rather simmular as well from what i can see

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 9:55 pm
by Tillirage
is this nerfedbutton lol

Re: [ADDON] WarTriage 1.0.5

Posted: Fri Nov 12, 2021 10:39 pm
by ExcretusMaximus
Tillirage wrote: Fri Nov 12, 2021 9:55 pm is this nerfedbutton lol
Wargrimner wrote: Fri Nov 12, 2021 8:44 pm Question: If nerfed buttons was disabled due to the ability of the addon to make decisions and play the game for the player would this addon be considered to be under the same jurisdictions seeing as it plays the game for the player by picking their targets for them and healing for them?

If I am understanding this addon correctly.

Just curious.

It targets the player with the lowest health, and that is all; you still need to do all the casting and ability selection yourself.

Re: [ADDON] WarTriage 1.0.5

Posted: Sat Nov 13, 2021 2:25 am
by Omegus
I'm surprised someone finally released a public version of this concept.

Edit: the anti-NB checks allows for click casting on allies, so the next step is to have the add-on pick which healing ability to use based on the target's health. So long as it's activated by a clickable window swapping abilities to be cast it shouldn't be blocked by the anti-NB stuff by design.