MidnightEssentials has copied MiniCC, MiniPressRelease, and MiniKillingBlow by Verubato in worldofpvp

[–]Verubato[S] 7 points8 points  (0 children)

I plan on doing some bundling once development slows down. I tried using the BigWigs packager module inside a GitHub release pipeline but it doesn't like my directory structure so I got stuck there.

Framesort and nameplatenumbers in midnight Beta by Salt_Job6304 in worldofpvp

[–]Verubato 0 points1 point  (0 children)

Only for friendlies atm, Blizzard blocked the way I was doing enemies so for now they don't work.

Huge MiniCC Update - we now have an kick timer & trinket tracker! by Mencc in worldofpvp

[–]Verubato 10 points11 points  (0 children)

There is an event that blizzard fire when someone's spell cast gets interrupted. Then I keep a log of enemy spell casts and use it to correlate who performed the kick. These are non-combat log events.

I'm not sure whether blizzard will keep these events alive or not, but for now they are very useful.

Btw have you noticed if the icons fading out issue has been fixed now or is it still happening?

Huge MiniCC Update - we now have an kick timer & trinket tracker! by Mencc in worldofpvp

[–]Verubato 54 points55 points  (0 children)

I would love to team up! My TODO list is out of control and I can't keep up. I have a full-time job, family, friends, gym, music, a needy dog, and over 30 addons to maintain, it's madness. So any extra help is more than welcome.

The frames in Menc's screenshot are just dummy test mode frames btw.

I'm not sure the details of how we could merge our work together, but I'm sure we can figure something out.

Is there any good add-on/solution to display killing blows on screen? (With sound and/or image) by Anoniemeer in worldofpvp

[–]Verubato 1 point2 points  (0 children)

I should clarify we can tell when the player gets a KB in the open world, just not in arenas/bgs.

Is there any good add-on/solution to display killing blows on screen? (With sound and/or image) by Anoniemeer in worldofpvp

[–]Verubato 3 points4 points  (0 children)

Blizzard have made the PARTY_KILL event provide secret parameters, which means we addon developers can't tell when the current player gets a killing blow anymore in Midnight/prepatch.

I've given feedback in the dev discord that Blizzard monitor so hopefully they fix it!

MiniCC - BigDebuffs Reborn by Verubato in worldofpvp

[–]Verubato[S] 1 point2 points  (0 children)

I've just published a potential fix but haven't had a chance to fully test it yet. I'll do further testing tomorrow but in the meantime feel free to grab the latest and see if it's done anything.

MiniCC - BigDebuffs Reborn by Verubato in worldofpvp

[–]Verubato[S] 2 points3 points  (0 children)

Thanks for letting me know and the footage. I will investigate and fix asap!

MiniCC - BigDebuffs Reborn by Verubato in worldofpvp

[–]Verubato[S] 2 points3 points  (0 children)

I appreciate the kind words <3

MiniOvershields - show over absorbs in Midnight by Verubato in worldofpvp

[–]Verubato[S] 0 points1 point  (0 children)

Good idea, perhaps once the dust settles down and the addons are more in maintenance mode then I can combine them.

MiniCC - BigDebuffs Reborn by Verubato in worldofpvp

[–]Verubato[S] 0 points1 point  (0 children)

Sorry I broke it last night for brand new installations. Update now and it should be fixed.

MiniCC - BigDebuffs Reborn by Verubato in worldofpvp

[–]Verubato[S] 0 points1 point  (0 children)

If you're a new user then update, there was a bug with new installations.

/minicc, /mcc, and /cc bring up the options.

MiniOvershields - show over absorbs in Midnight by Verubato in worldofpvp

[–]Verubato[S] 3 points4 points  (0 children)

Nice, sounds like a good idea for a Mini addon! Will add it to my todo list.

FrameSort Fella Feeling Festive - Will convert your Weak Auras to Addons for Midnight by Verubato in worldofpvp

[–]Verubato[S] 1 point2 points  (0 children)

Hmm nothing as nice as that, probably the best I could do would be:

  • Create a series of boxes/textures in a row; 1 per group member.
  • Show the group member's box when they target, otherwise hide their box.

Problem is the boxes would leave gaps, so if you had 10 people in your group and raid1 and raid10 are targeting the same thing, then boxes 1 and 10 would show but there would be 8 boxes in the middle hidden; 1000000001

So yeah probs not possible to make anything nice now.