Changes since last public release:
* Thrash code changed again to accurately reflect behavior on live servers.
* Pulverize buff duration is no longer totally wrong.
* Handy presets added to the UI that will allow you to select
None/Self/Raid buffs conveniently.
* Experimental Armory (battle.net) import.
Notes:
The Rake bug with Primal Fury is explicitly not modeled since I expect
that to be fixed sooner rather than later. If there's massive demand
I could model it but "Well, your dps kind of sucks now" is about the
only conclusion one would draw from that (if it was a major difference
to something that has perfect play).
The Armory Import feature uses a combination of the battle.net
Community Platform API, screen scraping the advanced armory page[0],
and a static item cache, and should be viewed as something that is
experimental.
Known issues:
* Armory Import does not correctly detect professions in all cases.
Blame Blizzard. Once battle.net actually gives more than one
profession in the response this will work automatically.
* Armory Import will select tinkers and the engineering cloak enchant
even if you no longer have the required skill in each profession.
(Intentional, see previous issue)
* Armory Import will only select Mixology if you have >= 510 skill,
and not 500. (Intentional, assuming the player cares more about the
Agi flask. Click the button if you are at 500, and are using a Stam
flask.)
* Imported weapon DPS may be off by anything ranging from 0.01 to 1
DPS depending on your weapon. The worst case is if I take
battle.net's data at face value since it returns post haste
rating/caster form AP weapon damage that I'm converting to weapon DPS
due to rounding errors. However unless your weapon is awful, it will
use the values stored in the item cache instead (you'll still see
rounding but it's the difference between 743.9 and 743.89. If you
care that much about that, edit the field yourself.)
* Armory Import only currently supports us.battle.net and
eu.battle.net (It does however appear to properly support characters
with accents and Cyrillic.)
Download at: http://mew-wow-druid-model.googlecode.com/files/Mew-20110705.zip
Regards,
Yawning
[0]: Yes this is currently required. No, I'm not happy about it.