walter
Active Member
- Joined
- Jun 25, 2012
- Messages
- 1,112
- Reaction score
- 10
walter, I've been modding out madness sorceror spec a little bit so I could use it myself (I just don't like using lightning build)
Here's the changed function:
All I really did was change the name of affliction to its changed name and the debuf of crushing darkness. I have tried to use !MyBuffs.Contains("Wrath (3)") on crushing darkness and lightning strike, but this does not seem to work and it ends up casting cd or lightning strike without full wrath. It seems just putting !MyBuffs.Contains("Wrath") works a little better, but force lightning will only run until wrath is up 1 or 2 points and then stop, and fully cast the crushing darkness, which wastes time.
Any suggestions would be appreciated. In the mean time I'm also going to mess with the healing, perhaps make a dps healing method, because when companion health gets low, it spends most of its time trying to cast its basic heal, and without a healer spec just burns through mana and can't keep up with the damage the companion is receiving anyways.
If I have extra time I'll try to add in mounting, like Joe's has, as simply being mounted in outdoor areas not only increases speed, but seems to get me past a lot of mesh issues where the bot seems to not be stuck, and running back and forth in the "infinite triangle", but once mounted it goes past this for some bizarre reason.
I will load up SVN and update it. Thanks a bunch!