Results: 4Comments by: Inagan
File: ChopEmUpMoreGood10-03-07
Found a bug with blood frenzy check...
Posted By: Inagan
Found a bug with blood frenzy checking which should now be fixed. Alternatively, to fix it, search for perc = perc + 0.02 * rank And replace it with perc = perc + 0.02 * lrank
File: ChopEmUpMoreGood10-02-07
Haven't been able to reproduce that...
Posted By: Inagan
Haven't been able to reproduce that unfortunately, was it only on a specific mob that this happened? Anyway I've updated it, it now checks the target for any debuff that lowers armor or increases damage dealt to said target (currently supports Blood Frenzy, Sunder Armor and Faerie Fire). The tooltip has also changed a bit, it n...
File: ChopEmUpMoreGood09-23-07
Cheers, I've added a "small" update...
Posted By: Inagan
Cheers, I've added a "small" update. Basically it fixes some of the math and automatically checks for talents such as Impale and Monster Slaying instead of being hardcoded. Also, if you're using any armor ignore gear or sundering low level mobs for example and notice a negative armor since this new version do not be alarmed; it...
File: ChopEmUpMoreGood09-22-07
Sorry about that, had forgot to add...
Posted By: Inagan
Sorry about that, had forgot to add the libraries, should be fixed now.