What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Good auto fighter, dont lift many fingers!

yadanos

New Member
Joined
Jun 4, 2012
Messages
84
Reaction score
0
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:

// 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!
 
Back
Top