Attack table plugin
Moderators: Fridmarr, Worldie, Aergis, _Chloe
9 posts
• Page 1 of 1
Attack table plugin
I am working on a plugin that shows CTC and all that good stuff. I know that many use a macro for the 102.4% but I have found that during a fight things can drastically change, like brez for starters, trinkets, enchants procing and usage.
So here is what I have so far and I was thinking about maybe adding some other good stuff to it but will see.
Basic setup (my UI look here is elvui) the bar is RED when I am not block capped.

It will turn black when block cap against the current target is reached.

Basically on the HUD it shows avoidance % and mitigation %, avoidance being miss + dodge + parry adjusted for target level.

So here is what I have so far and I was thinking about maybe adding some other good stuff to it but will see.
Basic setup (my UI look here is elvui) the bar is RED when I am not block capped.

It will turn black when block cap against the current target is reached.

Basically on the HUD it shows avoidance % and mitigation %, avoidance being miss + dodge + parry adjusted for target level.

Uncomfortable truth : We're all pugs.
- BlackNet
- Posts: 74
- Joined: Tue Feb 09, 2010 7:25 am
Re: Attack table plugin
If you're using 102.4%, you should not be level-adjusting the hit/dodge/parry/block percentages by .6% (that's where the extra 2.4% comes from).
Forwarding this to the Addons forum.
Forwarding this to the Addons forum.
Gladiator Psiven, 90 Tankadin
85 Dru, 85 Mage, 85 DK, 70 War, 70 Pal, 60 Priest, 60 Lock, 64 Rogue
Longtime addict of Space - Glory Through Conquest
85 Dru, 85 Mage, 85 DK, 70 War, 70 Pal, 60 Priest, 60 Lock, 64 Rogue
Longtime addict of Space - Glory Through Conquest
-

PsiVen - Moderator
- Posts: 4334
- Joined: Fri Jun 01, 2007 5:28 pm
- Location: On a Boat
Re: Attack table plugin
I did adjust dodge/parry/block for levels and what I used for hit was this
so with the 102.4% does that take into account the 4.4% or 5% base miss?
- Code: Select all
hit = round(102.4-(basemisschance+dodge+parry+block),2)
so with the 102.4% does that take into account the 4.4% or 5% base miss?
Uncomfortable truth : We're all pugs.
- BlackNet
- Posts: 74
- Joined: Tue Feb 09, 2010 7:25 am
Re: Attack table plugin
For the 102,4% number you need the spreadsheet numbers, so your spreadsheet dodge parry and miss (5%).
-

RedAces - Posts: 500
- Joined: Tue Dec 01, 2009 9:39 am
- Location: Germany
Re: Attack table plugin
BlackNet wrote:I did adjust dodge/parry/block for levels and what I used for hit was this
- Code: Select all
hit = round(102.4-(basemisschance+dodge+parry+block),2)
so with the 102.4% does that take into account the 4.4% or 5% base miss?
If you are adjusting Dodge Parry and Block to a ?? mob, then you use 4.4% for miss and full CTC is achieved at 100%, not 102.4%.
-

lythac - Moderator
- Posts: 2577
- Joined: Wed Sep 24, 2008 8:10 am
Re: Attack table plugin
- Code: Select all
if leveldifference >= 0 then
dodge = (GetDodgeChance()-leveldifference*.2)
parry = (GetParryChance()-leveldifference*.2)
block = (GetBlockChance()-leveldifference*.2)
else
dodge = GetDodgeChance()+abs(leveldifference*.2)
parry = GetParryChance()+abs(leveldifference*.2)
block = GetBlockChance()+abs(leveldifference*.2)
end
Uncomfortable truth : We're all pugs.
- BlackNet
- Posts: 74
- Joined: Tue Feb 09, 2010 7:25 am
Re: Attack table plugin
If you are adjusting the stats, then you achieve CTC at 100%.
Facebook Maintankadin Group
theckhd wrote:Fuck no, we've seen what you do to guilds. Just imagine what you could do to an entire country. Just visiting the US might be enough to make the southern states try to secede again.
-

Worldie - Global Mod
- Posts: 11928
- Joined: Sun Sep 02, 2007 1:49 pm
- Location: Italy
Re: Attack table plugin
Ok, that's out of the way. I think I am going to work on adding raid buff's, food buff's, etc. into a testing mode
Uncomfortable truth : We're all pugs.
- BlackNet
- Posts: 74
- Joined: Tue Feb 09, 2010 7:25 am
9 posts
• Page 1 of 1
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 5 guests
