Apoc,
posted your changes to the new build regarding the soulstone and healthstone and now the bot is working correctly on a LVL 80 in AV, just destroyed a warrior and rogue using meta and HoG with a felguard. good job on the CC and thanks for posting fixes.
*EDIT*
scratch that, not re-summoning felguard on spirit heal and not re-buffing other than unending breath, also casting Soul Harvest on spirit heal but default CC is doing that as well so not attributing that to your CC still good job least im doing damage now
major error uploaded log moving back to default CC for now
Apoc is there any possibility you could quickly add conflagrate to the destruction rotation would boost dps a lot!
Thanks
p.s. i tried to do it but it just bugged out since i dont know how to configure cooldowns
Im unsure why but it only seems to run through the rotation once any idea how i can fix this?
Sorry about double post
Found another small bug.
When you die and res it tries to cast soul link before summoning pet then does nothing.
should maybe look likeCreateBuffCast("Soulnurn"),
CreateBuffCast("Soulburn"),
Im unsure why but it only seems to run through the rotation once any idea how i can fix this?
Sorry about double post
Found another small bug.
When you die and res it tries to cast soul link before summoning pet then does nothing.
CreateBuffCast("Soul Link"),
CreateBuffCast("Soul Link", () => Me.Pet != null),
Seems to be trying to cast Bane of Agony on myself. Then it stops doing anything and stands there while pet kills the mob.
I went into the Locker combat.cs and changed agony to Doom in demonology because of the talents to get 50% chance of getting a demon (saw agony didn't have the () => Me.CurrentTarget in demonology spec so that might have been the issue that i mentioned about targetting itself?)