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

Locker - A 'Quick' CC By Apoc

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
 

Attachments

Last edited:
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

That's very odd, I can't really debug it, as I don't have a level 80 to debug with!

Glad to hear it tanked a war/rogue though. :)

I'll look into the issue, but I'm not sure how much I can fix.

As for your log; I *think* I see the issue. However, I'm not entirely positive, so I'll leave it be 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
 
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

Where would conflag fall into the rotation?
 
it fits in just after immolate so imolate>conflag>chaos incinerate as filler
 
Check the first post, readjusted the casting order. Let me know if its any better now.
 
Thanks ill test it now and get back to you if there is any problems...

Working Great an extra 1k dps on my lock :D

Is it possible to edit if adds are attacked in the profile and is it implementable for destruction since fighting adds lowers dps considerably and i get complaints about dps from group members in instances

Managed to find it myself cheers again :D
 
Last edited:
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.
 
Last edited:
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.

getting this also, its also not using health funnel at all.

Also bane of agony is set to cast on self and not enemy in locker.combat so it just stands there getting invalid target spammed
 
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.

It's not really a 'rotation' per-se. It'll keep the buffs up if there are any to put up, then cast Conflag->CB->Incinerate when off cooldown. (In the case of destro)

It should be filling out the time with Incinerate.

As for the soul link bug; that's a fairly simple fix.

Locker.cs line 468

Find:
Code:
CreateBuffCast("Soul Link"),
Replace it with
Code:
CreateBuffCast("Soul Link", () => Me.Pet != null),
 
Casting Bane of Agony on MYSELF?

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?)
 

Attachments

Last edited:
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?)

confirm it is edited it on mine and it casts it now
 
Nice.

I worked it out.

Problem I seem to have now is that it doesn't summon my felguard. Never used to have this problem before. Nothing in the Log about why it won't.
 
New build coming in a minute or two, once VS stops having a shitfit.

Edit:

New build up, fixes a bunch of issues, including the bot failing to cast spells.
 
Last edited:
Is the bot supposed to not attack when the player gains aggro over the pet? Cause mines doing that
 
running much smoother now, cast order is sorted and summoning/health funnel are working, will keep testing
 
Bot seems to keep using soulburn for no apparent reason whenever it's off cooldown, any reason for this? As far as I can tell, only soulfire uses it.
 
Back
Top