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

Singular - A community driven All-In-One CC - It Just Plain Works - (Pt. 3)

Al3xwh1t3, The behavior described for Charge/Intercept is by design. The comment on the option to Disable Movement indicates that it won't disable class specific abilities like Charge, Intercept, Blink, etc. The configuration for movement has been modified in the next release. You will be able to choose whether to disable all movement (including class abilities), only non-ability movement, or have it auto-detect and behave appropriately. The auto-detect feature will recognize if you are running under LazyRaider and disable all movement without having to change a setting. -Bobby53


would be nice, to include a similar feature for mage class for polymorph. It?s stupid behavior to sheep an add in a 5 man group while making dailys or something else, or making quests alone and the bot sheeps a lowlife add like a worm.
 
anyway to fix the DK trying to use death grip on tapped mobs? he will just sit there spamming it over and over again and it doesnt work because somebody tagged the mob and it is grey.
monsieursean, Casting Death Grip on a mob tagged by another player does work. There was possibly a different problem occurring (like the mob was immune for some reason and you had Resilient Grip glyph?) Would need more info (like a log file) to be able to assist. Bobby53
 
Last edited:
hmm what else. As frostmage i use on my own petnova to trigger icy venes and ignore the range to target, even at meleerange i use it. And the cc seems not to use the mage frostnova, so very poor use of shatter ability. The CC doesnt use petnova at melee range. would be nice to change that also imo.
 
Wow! Ret paladin uses no Seals, no Auras, no Blessing of Kings, no Hammer of Wrath, no Templar's Verdict, no Exorcism and no Flash of Light (which crits after killing mobs). Log file if you want...
Now I'm having the same problem with my feral druid. How do I fix Singular so it once again uses spells and not just auto-attack please? Thanks!

View attachment 29880 2012-10-21 20.33.txt
 
je ne comprend pas quand j'ai un add derri?re moi mon personnage se retourne pas comment fair pour qu il soi face
 
I do not understand when I add one behind my character will not return to how fair it so that face
 
Hello, haveing an issue with FPS lag. When the CC enters combat my FPS drops down to like 5 or 6 , then after combat it gose back up to like 60. I seam to only have this problem with the mult-class CC's. Clu, Singular. Single class CC's like Beastmaster, or some warrior CC's do not do this. Here is a log hope it helps.


Sooo Any ideas? or am I just screwed? Also I have changed my wow priority to high in contorl alt dlt. it made a small change but still laggy..
 
What Class are you?: Warlock
What Spec are you?: Affliction
What 'context' is the bot in? (Instance, BG, Normal): normal PvE (grind or combat bot)
What level are you?: 90
What revision of Singular are you using?: latest
Have you made any modifications to Singular?: nope
What version of Honorbuddy are you using?: latest

1) On pull bot is casting Soulburn, but *not* casting soulswap to use the soulburn
2) bot casts no offensive spells during 'pull', since soulswap is not going off.

Intended behavior seems to be casting soulburn + soulswap, and in all cases the soulburn is cast at the proper time, but the soul swap never goes off.
I believe the following code is the problem, but am not handy enough with the API and syntax to figure out how to correct it:

[Behavior(BehaviorType.Pull, WoWClass.Warlock, WoWSpec.WarlockAffliction, WoWContext.All)]
public static Composite CreateWarlockAfflictionNormalPull()
{
return new PrioritySelector(
Safers.EnsureTarget(),
Movement.CreateMoveToLosBehavior(),
Movement.CreateFaceTargetBehavior(),
Spell.WaitForCast(true),
Helpers.Common.CreateAutoAttack(true),
Spell.BuffSelf("Soulburn"),
Spell.Cast("Soul Swap"),

Movement.CreateMoveToTargetBehavior(true, 35f)
);
}
 
Completely untested, but if you add the following into your rotation, it may work.

Spell.Cast("Misdirection", target=>StyxWoW.Me.Pet, ret=>StyxWoW.Me.GotAlivePet),

I reccomend NOT using the glyph with this code, as it will cast misdirection non-stop, as the glyph causes it to have no cooldown.

Spell.Cast("Misdirection", target=>StyxWoW.Me.Pet, ret=>StyxWoW.Me.GotAlivePet && !StyxWoW.Me.Pet.HasAura("Misdirection")),

That version will only cast it when your pet does not have the misdirect buff, but it still might be too often. (every 4 seconds?) It might be possible to check how much threat you have relative to your pet, or implement a timer or something, but thats more than I want to deal with at this time.

Again, completely untested. Use at your own risk.

Edited to avoid MD spam, since u need to check your aura, not pet one.
You need to put
Code:
Spell.Cast("Misdirection", target=>StyxWoW.Me.Pet, ret=>StyxWoW.Me.GotAlivePet && !StyxWoW.Me.HasAura("Misdirection")),
Before the line with multi-shot in your normal rotation.
Tested with MD glyphed, works like a charm, only one minor problem it casts MD twice in a row, probably coz no GCD on it, but this is not a problem at all.
 
What Class are you?: priest
What Spec are you?: shadow
What 'context' is the bot in? (Instance, BG, Normal): normal
What level are you?: 90
What revision of Singular are you using?: newest
Have you made any modifications to Singular?: no
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?: latest

its not using devouring plague at all. im only doing grinding mobs, and it never uses devouring plague. it gets up to 3 orbs, and then it just stays at 3 orbs forever, and the orbs are never used.

because of this i stopped using singular.

i checked the logs, and it never even tries to cast it.

log: Download 5280 2012-10-24 00.52.txt from Sendspace.com - send big files the easy way
 
Last edited:
What Class are you?: priest
What Spec are you?: shadow
What 'context' is the bot in? (Instance, BG, Normal): normal
What level are you?: 90
What revision of Singular are you using?: newest
Have you made any modifications to Singular?: no
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?: latest

its not using devouring plague at all. im only doing grinding mobs, and it never uses devouring plague. it gets up to 3 orbs, and then it just stays at 3 orbs forever, and the orbs are never used.

because of this i stopped using singular.

i checked the logs, and it never even tries to cast it.

log: Download 5280 2012-10-24 00.52.txt from Sendspace.com - send big files the easy way
Jagarock, My apologies for the issue and thank for taking the time to post about it. Please attach your log to the post (I don't access links to 3rd party sites.) If you receive a message saying it is too large compress to .zip before uploading. I will need the version number of HonorBuddy in use, but that will be in the log file so I will just keep an eye out for it to be attached and will make sure it gets looked at. Thanks again for the post and good luck with your Priest, Bobby53
 
just throwing it out there are you able to put in a option for the rogues to stay stealthed in bg's? they look like bots when they sit at a base/flag and they are mounted instead of stealthd
 
Is there a list anymore of what classes/specs are supported? I have every toon so I was trying to figure out which one to work on next. I was going with my Lock but it appears Afflic isn't working too swift. It spams "[Singular] Casting Soul Harvest on Myself" which is a passive ability now.
 
Is there anyone that can tell me why the Feral Druid doesn't work please?
noamchomsky, My apologies for not responding more quickly. There have been a lot of changes to Feral Druid recently. To use that version, you will need to download the HonorBuddy BETA [CLICK HERE] which contains the most recent Singular code. You can either switch to running the HonorBuddy BETA, or you can copy the Routines folder to the production version (Build .501) of HonorBuddy. Note: this isn't something you will need to do, it just so happens that the most recent version has not made it into the Production release yet. Thanks for the post and good luck with your Feral Druid, Bobby53
 
Is there a list anymore of what classes/specs are supported? I have every toon so I was trying to figure out which one to work on next. I was going with my Lock but it appears Afflic isn't working too swift. It spams "[Singular] Casting Soul Harvest on Myself" which is a passive ability now.
ripglider, Revisions were made to the Warlock code, although additional refinement may be needed. To get the latest version, you will need to download the HonorBuddy BETA [CLICK HERE] which as of right now contains the most recent Singular code. You can either switch to running the HonorBuddy BETA, or install to a separate folder and then copy the Routines folder to your current HB installation (Build .501). All classes should be functional in that verison. Note: this isn't something you will need to do going forward, it just so happens that the most recent version has not made it into the Production release yet. Thanks for the post and good luck with your Warlock, Bobby53
 
just throwing it out there are you able to put in a option for the rogues to stay stealthed in bg's? they look like bots when they sit at a base/flag and they are mounted instead of stealthd
incognitto, Yes will look at that providing that for both Rogues and Druids. -Bobby53
 
Hey,

I'm using Singular with my arms warrior for questing and inis.
I think everything is fine, except that the cc doesnt interrupt casts.
How can I change it?
 
Can you make Disc priests use Penance/Smite/Holy Fire to keep a 5 stack buff of evangelism on it? It will make mana management on raids waaaaaaaaaaaaaaay better.
 
Back
Top