Addon Modifications - Step Tracking & Heal Parsing

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » General » Addon modifications - step tracking & heal parsing
Addon modifications - step tracking & heal parsing
 Bahamut.Cypan
Offline
Server: Bahamut
Game: FFXI
user: Cypan
Posts: 18
By Bahamut.Cypan 2022-08-21 18:33:28
Link | Quote | Reply
 
Disclaimer: I did not write the bulk of code and I simply modified existing addons to serve a new purpose.

Steps: Debuffed addon modified to track DNC steps https://github.com/Cypan-Bahamut/Steps

Healboard: scoreboard repurposed to parse healing done instead https://github.com/Cypan-Bahamut/healboard

Spongeboard: scoreboard repurposed to parse healing received instead https://github.com/Cypan-Bahamut/spongeboard
[+]
 Bismarck.Drakelth
Offline
Server: Bismarck
Game: FFXI
user: drakelth
Posts: 680
By Bismarck.Drakelth 2022-08-21 21:27:08
Link | Quote | Reply
 
We have been wanting a cure parse for ages!
[+]
Offline
Posts: 313
By Torzak 2022-08-21 22:56:10
Link | Quote | Reply
 
Why is healboard's command shortcut hd instead of hb?

Why within Spongeboard.lua the addon name is healboard, and the command is healboard?

Why is Spongeboard using the same descriptor of hps as healboard? Could we use DTS? Damage Taken / sec? Maybe?

When visibly shown on the screen, both of these addons show //sb help as a kind of help text, the same as scoreboard. (Fix in the display.lua)
Offline
Posts: 1109
By DaneBlood 2022-08-21 23:33:05
Link | Quote | Reply
 
Would it be possible to ad -na/erase tracking and percentage of the time they take something off?
 Bahamut.Cypan
Offline
Server: Bahamut
Game: FFXI
user: Cypan
Posts: 18
By Bahamut.Cypan 2022-08-22 00:06:33
Link | Quote | Reply
 
Torzak said: »
Why is healboard's command shortcut hd instead of hb?

Why within Spongeboard.lua the addon name is healboard, and the command is healboard?

Why is Spongeboard using the same descriptor of hps as healboard? Could we use DTS? Damage Taken / sec? Maybe?

When visibly shown on the screen, both of these addons show //sb help as a kind of help text, the same as scoreboard. (Fix in the display.lua)

Because the shortcut 'hb' was already used by another common healing addon and I didn't want to cause conflicts.

That one is pure sloppiness on my part and due to the fact that I was the only one using healboard and spongeboard for a long time; I always used the shortcut version and didn't pay attention to the extended version of the command code. I setup a command within gearswap to control scoreboard, healboard, and spongeboard all at once with //gs c visible and //gs c reset while maintaining the extended filters and reporting commands within scoreboard only.

Again, this was laziness on my part since I was the only one viewing it and knew what I was looking at without much concern for descriptions. Overall I had a specific goal in mind and didn't attend much to the rest for those two. I'm on a hiatus from the game and can update these when I return to be more polished for community use. For now I simply wanted to share what I had done so far within the limited capabilities.
[+]
 Bahamut.Cypan
Offline
Server: Bahamut
Game: FFXI
user: Cypan
Posts: 18
By Bahamut.Cypan 2022-08-22 00:08:51
Link | Quote | Reply
 
DaneBlood said: »
Would it be possible to ad -na/erase tracking and percentage of the time they take something off?

I have another addon that's in its infancy design stage to track debuffs and buffs on party members in a visible table, and to be able to track dispelled buffs as well (consider odyssey tank getting dispelled and knowing exactly when and what was dispelled) but I never got around to digging into it enough to be usable code.

I'll circle back to it again one day and will share it here if I get it working.
[+]
 Asura.Arico
Offline
Server: Asura
Game: FFXI
user: Tename
Posts: 535
By Asura.Arico 2022-08-22 02:44:36
Link | Quote | Reply
 
DaneBlood said: »
Would it be possible to ad -na/erase tracking and percentage of the time they take something off?

wouldn't be very useful in the everyone has a yagrush era imo
 Bahamut.Cypan
Offline
Server: Bahamut
Game: FFXI
user: Cypan
Posts: 18
By Bahamut.Cypan 2022-08-22 19:02:41
Link | Quote | Reply
 
Feel free to submit issues/requests in github directly and I'll go through them once I return.
Offline
By Rubenator 2022-08-24 15:01:43
Link | Quote | Reply
 
Bahamut.Cypan said: »
Disclaimer: I did not write the bulk of code and I simply modified existing addons to serve a new purpose.

Steps: Debuffed addon modified to track DNC steps https://github.com/Cypan-Bahamut/Steps

Healboard: scoreboard repurposed to parse healing done instead https://github.com/Cypan-Bahamut/healboard

Spongeboard: scoreboard repurposed to parse healing received instead https://github.com/Cypan-Bahamut/spongeboard
You do whatever you like with your development time but... seems rather impractical/inefficient to copy scoreboard into this many addons rather than just updating scoreboard to handle that stuff too (rather than instead).
Offline
Posts: 1109
By DaneBlood 2022-08-24 18:20:45
Link | Quote | Reply
 
Asura.Arico said: »
wouldn't be very useful in the everyone has a yagrush era imo

You would think that but i got in a lot of hot waters for requesting a whm with yagrush for a full aeonic run.


Anyway though i still think this would be a fun parse especial with the percentage as it will give a score benefits to the faster reacting whm
[+]
necroskull Necro Bump Detected! [217 days between previous and next post]
Offline
Posts: 1109
By DaneBlood 2023-03-29 08:26:13
Link | Quote | Reply
 
Updating this

I still cannot get healboard to work
It never show anything in the display box
Log in to post.