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

DeepsDK - A DPS CC for CombatBot

Is this still working? I load with lazy raider/ Combat bot and quest bot and it does not fight with any. I load the empty profile. It just auto swings. Doesn't buff up or anything. Any help??
 
I took this in to Heart of Fear tonight and it did pretty well considering I had to use Unholy Blight instead of Plague Leech. I really wish I knew why it won't work unless I have PL talented.
 
Is this still working? I load with lazy raider/ Combat bot and quest bot and it does not fight with any. I load the empty profile. It just auto swings. Doesn't buff up or anything. Any help??
Load up a blank profile.
 
@Not2Legit

Can you post the CC that you're currently using along with the talents you got spec'd? I'm still trying to figure out this Plague Leech/Unholy Blight thing...
 
using for heroics top the dps chart everytime 50+, almost ilvl 460 be able to try in raid, im sure it will still kick arse.
I first up couldnt get it to work i had plague leech, swapped to unholy blight all working.
Used both 2h and DW preferring DW as its higher dps but 2hand still goes hard. really well done man thanks
also i use on both combat and lazyraider no problems just super dps ;)

+rep
 
Yeah, great CC. I also use it to grind, gather etc..
I added movement and a GUI to tweak settings and disable movement, facing ....

But, the OP don't want I post my reworked version.
 
lil hint
PHP:
            if (b.CreatureRank == WoWUnitClassificationType.WorldBoss || bossList.Contains(b.Entry) )
should be
PHP:
            if (b.IsBoss || bossList.Contains(b.Entry) )

yours is not wrong, but IsBoss checks for WorldBoss type, for Dungeon/Raidbosses (CurrentMap) and so on, so it uses a bit more details for identifying a boss :)
the boss list should be obsolete with this, except you want to keep some rare mobs on this list or non boss npcs within a boss fight
 
am i doing something wrong loaded lazyraider/combat bot with this routine and blank profile that not2legit linked and just keeps autoattacking ?

nvm it was the v 2 cc that doesnt do anything
 
Last edited:
Just tried this on my level 74 2H DK. didn't work for some reason. I tried both LazyRaider and CombatBot each with a blank profile.
After looking through the log I noticed it keeps looking for Unholy Blight, which I didn't have talented.
System.Collections.Generic.KeyNotFoundException: The specified spell could not be found: Unholy Blight
at Styx.CommonBot.SpellCollection.get_Item(String index)
at DeepsDK.DeepsDK.Combat() in c:\Users\Wearloga\Desktop\honor buddy\Routines\DeepsDK\DeepsDK.cs:line 275
at Styx.CommonBot.Routines.CombatRoutine.(Object )
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.TreeRoot.()
So we know that either that part of the bot needs to be rewritten or the first page shouldn't state that all three talents are implemented.

Edit: okay, I changed my talents, but now it gets stuck on Outbreak:
System.Collections.Generic.KeyNotFoundException: The specified spell could not be found: Outbreak
at Styx.CommonBot.SpellCollection.get_Item(String index)
at DeepsDK.DeepsDK.Combat() in c:\Users\Wearloga\Desktop\honor buddy\Routines\DeepsDK\DeepsDK.cs:line 301
at Styx.CommonBot.Routines.CombatRoutine.(Object )
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.TreeRoot.()
Which means that this CC will only work from level 81 up.
 
Last edited:
Any chane you could paus the bot? If I want to raise ally or something...
 
Any chane you could paus the bot? If I want to raise ally or something...
 
@wearloga

Yeah I'm not sure why the CC is requiring Unholy Blight...I'm having the same problem until I spec it. Not2Legit says the version he modded is working with Plague Leech tho I'm not sure how. I posted my questions...just waiting for him to respond.
 
So, CC works great, but its weird it locks me up like fps drop to 0 almost every so often when fighting, Any idea?
 
I've done 6 LFR bosses tonight with this CC. First of all thank you very much for the CC, great work.
The only thing that annoys me is most of the time it doesn't use "Soul Reaper" when boss is below 35% health, even though there is available rune for it.
Is this intented? Or can you fix it please?
 
Any chance of adding in Death Siphon? It does great damage, and the healing side makes it easier.
 
Does only autoattack here. Tried with CombatBot and others, same result. What's wrong?
 
Does only autoattack here. Tried with CombatBot and others, same result. What's wrong?

only downside to this bot is the looting, how do I disable it? It greeded on an item I needed and lost because of it :(
 
Must say i just loooove this CR thanks alot for sharing <3 keep up the good work m8
 
this does not support leveling does it? doesn't seem to work for my lvl 67
 
Back
Top