I've modified Grid to show debuff stack count at the bottom right corner of center icon.
Center icon now also has a cooldown frame for displaying debuff duration.
If you want to see count down text for the duration, I've also coded a new module GridCooldownText, this is what it looks like:
So to put it into use, I've modified GridStatusRaidDebuff to display durations for:
Deadly Poison(Council)
Parasitic Shadowfiend(Illidan)
Curse of Boundless Agony(Kalecgos)
Burn(Brutallus)
Get this error when mousing over a "question mark" macro when you don't have the item, for example:
#show
#showtooltip
/use [button:1] Major Soulstone
/cast [button:2] Create Soulstone
Error: Cannot find a library instance of Babble-Spell-2.2.
Removed RatingBuster folder and downloaded a fresh copy via WAU. Yes, it's enabled. There is a Babble-Spell-3.0 present in the libs folder, but it's not being detected, don't know why.
Feature suggestion: When equiping an offhand, remember the bag where it came from, so when you equip a 2-hander, you can put the offhand back to where it came from, instead of having to manually move it from the backpack to the bag.
Anyone seen SPELL_DURABILITY_DAMAGE or SPELL_DURABILITY_DAMAGE_ALL go off yet?
I tried dying, spirit resing, repairing, repair all, but didn't see any event.
This has been on my todo list forever, part of it was because I didn't have much time to work on new features, but more so was because I was still trying to figure out the best way to implement it.
Well the wait is over, and here it is.
Auto fill gems in empty sockets
1. You can set the default gems for each type of empty socket using "/rb sum gem <red|yellow|blue|meta> <ItemID|Link>" or using the options window.
2. To specify the gem of your choice, you will need to give RatingBuster the ItemLink or the ItemID of the gem.
3. ItemLink example: type "/rb sum gem blue " (last char is a space) and link the gem (from your bags, AH, ItemSync or whatever), then press <enter>.
4. What if you can't link the gem? Well thats what ItemID is for. Find your gem on http://www.wowhead.com/ and look at the URL,
for example "" target="" data-ensure-absolute>http://www.wowhead.com/?item=32193", 32193 is the ItemID for that gem.
Go back in wow, type "/rb sum gem red 32193" and press <enter>.
Note1: If you have "/rb sum ignore gem" on, the auto fill gems won't work.
Note2: Meta gem conditions and SetBonuses work, so if you don't meet the conditions, StatSummary won't count them.
Note3: RatingBuster will only auto fill empty sockets, if the item already has some gems on it, it will remain.
Note4: Empty sockets filled by RatingBuster will keep the "Empty Socket Icon" so you can still eazily tell what color socket it is.
Note5: Gem text filled by RatingBuster will be shown in gray color to differentiate from real gems.
RatingBuster r60935 and StatLogic r60934 are now updated for the 2.4 change in "Spirit-Based Mana Regeneration", effects will only show on test server (and when 2.4 goes live).
I started working on the formula the moment test servers went up too.
So after a few hours of work, the new mana regen formula is a function of spi, int and level(class is no longer a parameter), the following data and formula is 100% accurate:
0
0
Center icon now also has a cooldown frame for displaying debuff duration.
If you want to see count down text for the duration, I've also coded a new module GridCooldownText, this is what it looks like:
So to put it into use, I've modified GridStatusRaidDebuff to display durations for:
Deadly Poison(Council)
Parasitic Shadowfiend(Illidan)
Curse of Boundless Agony(Kalecgos)
Burn(Brutallus)
0
0
File: Interface\AddOns\DrDamage\DrDamage.lua
Line: 993
Count: 1
Get this error when mousing over a "question mark" macro when you don't have the item, for example:
#show
#showtooltip
/use [button:1] Major Soulstone
/cast [button:2] Create Soulstone
when you don't have "Major Soulstone" in your bag
0
Fixed in Rev: 66013.
0
Fixed in rev: 65958, thanks.
0
0
Hmm, I actually do have a [Force Reactive Disk] in my bag, let me check.
EDIT: Proced 3 times, dura went down by 2 but didn't trigger the event.
0
0
I tried dying, spirit resing, repairing, repair all, but didn't see any event.
0
0
This has been on my todo list forever, part of it was because I didn't have much time to work on new features, but more so was because I was still trying to figure out the best way to implement it.
Well the wait is over, and here it is.
Auto fill gems in empty sockets
1. You can set the default gems for each type of empty socket using "/rb sum gem <red|yellow|blue|meta> <ItemID|Link>" or using the options window.
2. To specify the gem of your choice, you will need to give RatingBuster the ItemLink or the ItemID of the gem.
3. ItemLink example: type "/rb sum gem blue " (last char is a space) and link the gem (from your bags, AH, ItemSync or whatever), then press <enter>.
4. What if you can't link the gem? Well thats what ItemID is for. Find your gem on http://www.wowhead.com/ and look at the URL,
for example "" target="" data-ensure-absolute>http://www.wowhead.com/?item=32193", 32193 is the ItemID for that gem.
Go back in wow, type "/rb sum gem red 32193" and press <enter>.
Note1: If you have "/rb sum ignore gem" on, the auto fill gems won't work.
Note2: Meta gem conditions and SetBonuses work, so if you don't meet the conditions, StatSummary won't count them.
Note3: RatingBuster will only auto fill empty sockets, if the item already has some gems on it, it will remain.
Note4: Empty sockets filled by RatingBuster will keep the "Empty Socket Icon" so you can still eazily tell what color socket it is.
Note5: Gem text filled by RatingBuster will be shown in gray color to differentiate from real gems.
0
0
So after a few hours of work, the new mana regen formula is a function of spi, int and level(class is no longer a parameter), the following data and formula is 100% accurate:
ManaRegen(SPI, INT, LEVEL) = (0.001+SPI*BASE_REGEN[LEVEL]*(INT^0.5))*5
BASE_REGEN[LEVEL] = {
[1] = 0.034965
[2] = 0.034191
[3] = 0.033465
[4] = 0.032526
[5] = 0.031661
[6] = 0.031076
[7] = 0.030523
[8] = 0.029994
[9] = 0.029307
[10] = 0.028661
[11] = 0.027584
[12] = 0.026215
[13] = 0.025381
[14] = 0.0243
[15] = 0.023345
[16] = 0.022748
[17] = 0.021958
[18] = 0.021386
[19] = 0.02079
[20] = 0.020121
[21] = 0.019733
[22] = 0.019155
[23] = 0.018819
[24] = 0.018316
[25] = 0.017936
[26] = 0.017576
[27] = 0.017201
[28] = 0.016919
[29] = 0.016581
[30] = 0.016233
[31] = 0.015994
[32] = 0.015707
[33] = 0.015464
[34] = 0.015204
[35] = 0.014956
[36] = 0.014744
[37] = 0.014495
[38] = 0.014302
[39] = 0.014094
[40] = 0.013895
[41] = 0.013724
[42] = 0.013522
[43] = 0.013363
[44] = 0.013175
[45] = 0.012996
[46] = 0.012853
[47] = 0.012687
[48] = 0.012539
[49] = 0.012384
[50] = 0.012233
[51] = 0.012113
[52] = 0.011973
[53] = 0.011859
[54] = 0.011714
[55] = 0.011575
[56] = 0.011473
[57] = 0.011342
[58] = 0.011245
[59] = 0.01111
[60] = 0.010999
[61] = 0.0107
[62] = 0.010522
[63] = 0.01029
[64] = 0.010119
[65] = 0.009968
[66] = 0.009808
[67] = 0.009651
[68] = 0.009553
[69] = 0.009445
[70] = 0.009327
}
0