GladiusEx

GladiusEx

4M Downloads

Update for 9.2?

Bodify opened this issue · 18 comments

commented

Hey is this still being maintained for 9.2? Theres a few new PvP trinkets that would be nice to have added to the list :)

commented

You’re right, I should add those. I only saw one for now, is there a list with ID and duration?

commented

All the new trinkets are listed under this quest: https://www.wowhead.com/quest=65649/a-new-deal
Only the first two, Fastidious Resolve and Echoing Resolve, are replacement for your standard PvP trinket (Medallion/Adaptation).

So I believe these are the effects you're looking for:
https://www.wowhead.com/spell=363117/gladiators-fastidious-resolve
and
https://www.wowhead.com/spell=363121/gladiators-echoing-resolve

However they don't seem to add any buffs on the player using them, just like Adaptation, but I could be wrong. I haven't seen too many of them yet because most people went with the "Cosmic Resonator" trinket for damage first week, but u can choose another one next week so expecting to see it a lot more then from people testing it.

I would also love to have a few auras added to the list. All of them being Hunter specific.
Chimaeral Sting (PvP Talent) adds 3 effects to the enemy target. Only the second effect should arguably be added (3 second silence, Spider Venom, spellid 356727) but also having the first effect (90% slow, Scorpid Venom, spellid 356723) would be nice as a lower prio one for both Hunters and others to be able to spot and time when the silence will take effect.

Another aura is a 4 second stun from another Hunter PvP Talent called "Consecutive Concussion" which has spellid 357021

As for the other new PvP trinkets, I guess it would be nice to have them listed as cooldowns "just because", but I personally don't feel the need.

commented

Oh and theres also the new solo queue feature. All cooldowns reset every short round but GladiusEx doesn't take that into consideration. I don't really care about this as I mostly only do rated arena but hey if you can and want to theres that too :P

commented

All cooldowns reset every short round but GladiusEx doesn't take that into consideration.

I need to check if there's an event for new rounds.

commented

ARENA_PREP_OPPONENT_SPECIALIZATIONS,ARENA_TEAM_ROSTER_UPDATE,ARENA_OPPONENT_UPDATE,PLAYER_PVP_TALENT_UPDATE,PLAYER_ENTERING_WORLD

Any of these relevant during new rounds? I don't have the experience to test or edit lua unfortunately.

commented

The last one is, I’ll take a look, thanks

commented

I just published a new version with a few fixes, I'll get back into the actual code this week hopefully.

commented

In case this helps, this is the spell id of the gladiator's resolve buff that would really help to add to the pvp trinkets section:

362699

It's the same buff for both trinkets but can have stacks depending on which one you use, so if you could show stacks also that'd be great. using tmw for this in the meantime. The one with stacks has a 3min cd, other one has no cd so it would just be helpful to track the duration of the buff in the place of the trinket.

commented

In case this helps, this is the spell id of the gladiator's resolve buff that would really help to add to the pvp trinkets section:

362699

It's the same buff for both trinkets but can have stacks depending on which one you use, so if you could show stacks also that'd be great. using tmw for this in the meantime. The one with stacks has a 3min cd, other one has no cd so it would just be helpful to track the duration of the buff in the place of the trinket.

I did already add this to auras yes. It's a buff and should just be tracked on auras like every other buff. But seeing which trinket they have equipped where you normally see medallion would be key if that is possible to do. Just like how Adaptation and Relentless shows.

I just published a new version with a few fixes, I'll get back into the actual code this week hopefully.

I downloaded it and been using it since. I haven't really noticed any changes myself though.

commented

image

Example with the in-dev version
commented

But seeing which trinket they have equipped where you normally see medallion would be key if that is possible to do

New versions will have them. No guarantees they work, but I added them the same manner the other pvp trinkets are.

I downloaded it and been using it since. I haven't really noticed any changes myself though.

If you use the auras module you'll enjoy your game no longer crashing :).

In case this helps, this is the spell id of the gladiator's resolve buff that would really help to add to the pvp trinkets section:

362699

Should this be a super-low-prio classicon?

I would also love to have a few auras added to the list. All of them being Hunter specific. Chimaeral Sting (PvP Talent) adds 3 effects to the enemy target. Only the second effect should arguably be added (3 second silence, Spider Venom, spellid 356727) but also having the first effect (90% slow, Scorpid Venom, spellid 356723) would be nice as a lower prio one for both Hunters and others to be able to spot and time when the silence will take effect.

Another aura is a 4 second stun from another Hunter PvP Talent called "Consecutive Concussion" which has spellid 357021

Please open a new issue for that so I can track it separately.

commented

First batch in 17804e3c12efd5bed37b883b9e4aa702bf50fea2, will fix other things in gex and publish a new v.

commented

Looks great, thank you!

commented

In case this helps, this is the spell id of the gladiator's resolve buff that would really help to add to the pvp trinkets section:
362699

Should this be a super-low-prio classicon?

It's a pretty important aura, but then again so is seeing how long is left of the first cc you put on for example. I think a low-ish aura prio would be the correct way to filter it yes but for me personally I've also added a weakaura next to GEX's auras specificly for these trinket buffs and I feel like that is what most people would do and what makes the most sense. Unless you can somehow make it so where the trinket shows it displays duration of the buff when its procced, but idk if that is possible.

I would also love to have a few auras added to the list. All of them being Hunter specific. Chimaeral Sting (PvP Talent) adds 3 effects to the enemy target. Only the second effect should arguably be added (3 second silence, Spider Venom, spellid 356727) but also having the first effect (90% slow, Scorpid Venom, spellid 356723) would be nice as a lower prio one for both Hunters and others to be able to spot and time when the silence will take effect.
Another aura is a 4 second stun from another Hunter PvP Talent called "Consecutive Concussion" which has spellid 357021

Please open a new issue for that so I can track it separately.

Will do.

image

Example with the in-dev version

This is looking great, exactly the way I hoped it would!

commented

Any update on the in-dev version? I also wanted to ask if it's possible to track DR's from the start instead of finish? I know the addon Diminish does this and I might switch over to that for DR tracking if its not possible with ez fix in GladiusEx

commented

Any update on the in-dev version?

I wasn't home this week so I haven't been able to work on it.
I can publish the version I have it's just missing a few things (rogue disarm, stuff like aegis)

commented

I just published the 9.2 patch (v2.2), will work on the next version this weekend and hopefully publish it then.

commented

Thank you! I'll try it out tomorrow :)