Hello this is my sucess story!
I had been looking for ages for a working wow bot that seamed safe, and then a friend of mine sold me a key to this bot cheap and I downloaded it.
It was relative easy to figure out how to install the bot and use it in combat since I was not interested in AFK questing or farming, I just wanted a bot that could fright for me since warlocks have pretty many skills to keep track on and I was bad on doing DPS! xD
But I had problems correcting the AOE spell hellfire from spamming to much and causing agros on me to much.
So I changed:
to
in the file:
CustomClasses\Singular\ClassSpecific\Warlock
"Demonology.cs"
since I am an Demonology warlock and now it works just perfect for my needs, think I removed a spell as well from the casting list... hmm not sure what spell it was atm.
I still get people saying Im a low DPSer, but now I'm doing much more then I was doing on my own, So im happy with that!
I had been looking for ages for a working wow bot that seamed safe, and then a friend of mine sold me a key to this bot cheap and I downloaded it.
It was relative easy to figure out how to install the bot and use it in combat since I was not interested in AFK questing or farming, I just wanted a bot that could fright for me since warlocks have pretty many skills to keep track on and I was bad on doing DPS! xD
But I had problems correcting the AOE spell hellfire from spamming to much and causing agros on me to much.
So I changed:
// AoE rotation
new Decorator(
ret => Unit.NearbyUnfriendlyUnits.Count(u => u.IsTargetingMeOrPet || u.IsTargetingMyPartyMember || u.IsTargetingMyRaidMember) >= 3,
to
// AoE rotation
new Decorator(
ret => Unit.NearbyUnfriendlyUnits.Count(u => u.IsTargetingMeOrPet || u.IsTargetingMyPartyMember || u.IsTargetingMyRaidMember) >= 9,
in the file:
CustomClasses\Singular\ClassSpecific\Warlock
"Demonology.cs"
since I am an Demonology warlock and now it works just perfect for my needs, think I removed a spell as well from the casting list... hmm not sure what spell it was atm.
I still get people saying Im a low DPSer, but now I'm doing much more then I was doing on my own, So im happy with that!