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)

What Class are you?: Warlock
What Spec are you?: Destruction
What 'context' is the bot in? (Instance, BG, Normal): Normal/Quest
What level are you?: 13
What revision of Singular are you using?: 2.5.6441.507 (revision 864)
Have you made any modifications to Singular?: no
What version of Honorbuddy are you using? 2.5.6441.507 (revision 864)

Issue: My lock just spams immolate the whole time not casting incinerate which i think would speed up my killing, or is this the fastest way to kill?
 
What Class are you?: Death Knight
What Spec are you?: Blood
What 'context' is the bot in? (Instance, BG, Normal): Normal/Questing/Instance
What level are you?: 88
What revision of Singular are you using?: Honorbuddy 2.5.6519.513
Have you made any modifications to Singular?: None
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?: Honorbuddy 2.5.6519.513

Lichborne casts immediately upon entering combat while questing. I did not notice it while in an instance, but was doing lower level runs and it didn't matter. This ties into my other concern/request: Is it possible to have interrupts disabled so the user can cast them when appropriate? Strangulate and Mind Freeze pop on any spell, and sometimes are not available when needed. Perhaps I have missed the option in settings? Other than that, the Singular Blood DK has been great for tanking in instances and questing alike. Thanks for all the hard work. One more thing, perhaps setting a spell/interrupt/talent use percent to 0 would disable its control by the CC?

View attachment 1620 2012-11-13 16.49.txt
 
What Class are you?: Paladin
What Spec are you?: Prot
What 'context' is the bot in? (Instance, BG, Normal): Questing
What level are you?: 90
What revision of Singular are you using?: Latest .zip Bobby posted
Have you made any modifications to Singular?: None
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?: Latest Stable

I'd like to see ret and prot paladins use excess Holy Power on Word of Glory when out of combat and low on heatlh, before eating. It would make grinding/questing much faster, as you would almost never have to stop and eat. Basically, Word of Glory if Holy Power > 1 and HP < X%. No log, as it's more of a feature request.. not a bug. :cool:
 
Same info as above ^^

However, I'm noticing it is targeting dead mobs and trying to kill them. It's been happening on quite a few of my toons. This log is from today with a 87 hunter while questing.
 
Blood PvP

This is the routine file I use as Blood in PvP, I find it to be much more effective than default, if you have Roiling Blood. I think all I added was Crimson Scourge help and Soul Reaper. It can still be improved but this dude is a beast, averages 10k+ dps 3-4k hps, 10mil damage / 2mil heals (depends on bg etc heavily of course)

Edit: Singular has misspelled 'roiling' so I had to fix that.
 

Attachments

Last edited:
Hello Folks.

Mage request.
Which lines I have to erase (or change into a comment) to delete the use of sheep?

edit: I?ve changed line 229 in Singular/ClassSpecific/Mage/common.cs from return true into return false.

As a test I pulled 10 lowhealth mobs and the bot didn?t use polymorph. Shoul?d be okay. No errors with the change.
 
Last edited:
Hey guys,

Ive been using the protection warrior cc allot and noticed it never used Heroic Strike or Cleave even though they are listed in the cc. Ive fixed that by setting the entire rage dump part above the rage generating part, it should increase dps by quite allot because they are both of the gcd. Im not sure why they were listed below the generating part in the first place but now it uses hs as intended

Code:
                        // Dump Rage - throttle Cleave and Heroic Strike since off GCD
                        new Throttle( 
                            new PrioritySelector(
                                Spell.Cast("Cleave", ret => UseAOE && (Me.CurrentRage >= RageDump || HasUltimatum)),
                                Spell.Cast("Heroic Strike", ret => Me.CurrentRage >= RageDump || HasUltimatum)
                                )
                            ),
							
                        // Generate Rage
                        Spell.Cast("Shield Slam", ret => Me.CurrentRage < RageBuild ),
                        Spell.Cast("Revenge", ret => Me.CurrentRage < RageBuild ),
                        Spell.Cast("Devastate", ret => !((WoWUnit)ret).HasAura("Weakened Armor", 3) && Unit.NearbyGroupMembers.Any(m => m.Class == WoWClass.Druid)),
                        Spell.Cast("Thunder Clap", ret => ((WoWUnit)ret).Distance < 8f && !((WoWUnit)ret).ActiveAuras.ContainsKey("Weakened Blows")),

                        // Filler
                        Spell.Cast("Devastate"),

Hope i helped abit, Thnx for the great cc!

Edit: The profile also doesn't use shield block at all (no matter what hp %), for me that doesn't matter as i am using it to quest&lvl but in heroics it should be up as much as possible. Also i think it shouldn't be bound to player hp as some healers (druids for example) keep your health high most of the time even though you take damage.
 
Last edited:
how come as elemental while questing it never heals itself in combat? ive gotten a lot of deaths due to this :(
eleax123, Thanks for taking the time to post. The symptoms you described do not match the results of my testing, so will need to provide some detail. A convenient template is provided in post #4 of this thread that you can copy and paste when posting. Filling in the blanks will lead you to provide the information needed. At a minimum a log file is always needed with any report of a problem or support request. Please see How to Attach a Log File (w/pictures) [CLICK HERE]. Thanks again and good luck with your Shaman, Bobby53
 
What Class are you?: Warlock
What Spec are you?: Destruction
What 'context' is the bot in? (Instance, BG, Normal): Normal/Quest
What level are you?: 13
What revision of Singular are you using?: 2.5.6441.507 (revision 864)
Have you made any modifications to Singular?: no
What version of Honorbuddy are you using? 2.5.6441.507 (revision 864)

Issue: My lock just spams immolate the whole time not casting incinerate which i think would speed up my killing, or is this the fastest way to kill?
Imc, Sorry for the issue, however Warlock was the one class not much had been done on yet for MoP. Take a look at the first couple posts in this thread for status updates. You'll should see support added in the next release. At that point, if you still have an issue be sure to attach log file as it is always needed with any report of a problem or support request. You can visit How to Attach a Log File (w/pictures) [CLICK HERE] for steps. Thanks again and good luck with your Warlock, Bobby53
 
What Class are you?: Paladin
What Spec are you?: Prot
What 'context' is the bot in? (Instance, BG, Normal): Questing
What level are you?: 90
What revision of Singular are you using?: Latest .zip Bobby posted
Have you made any modifications to Singular?: None
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?: Latest Stable

I'd like to see ret and prot paladins use excess Holy Power on Word of Glory when out of combat and low on heatlh, before eating. It would make grinding/questing much faster, as you would almost never have to stop and eat. Basically, Word of Glory if Holy Power > 1 and HP < X%. No log, as it's more of a feature request.. not a bug. :cool:
Obliv, Thanks for the post and will look at that. Some of the other classes (like Warlock) are being focused on as they aren't really serviceable at the moment. Please be sure to always attach a complete log file with your posts so version and configuration information is available. Thanks again for taking the time to post and good luck with your Paladin, -Bobby53
 
Same info as above ^^

However, I'm noticing it is targeting dead mobs and trying to kill them. It's been happening on quite a few of my toons. This log is from today with a 87 hunter while questing.
Obliv, Thanks for the log. That is a known issue and being looked into. -Bobby53
 
2 things about Druid

1st & foremost my 29 Tauren Druid seems to be casting Healing Touch after every kill..I have the thresh hold set to 20..I assume that means 20% of total health.. & Use Predator's Swiftness heal to 60..

I've changed the values..still seems to be ignored Druid will kill cast 1 healing touch in most cases unneeded & continue on..

2nd thing is Wild Charge..I attempt to use it while not in form..it doesn't succeed & I stand there looking as hot as I do until I switch to cat form then wild charge..

Skip the noform charge altogether & say only use charge while in form :-)

/salute
Jaladhjin, Thanks for taking the time to post. A convenient template is provided in post #4 of this thread that you can copy and paste when posting. Filling in the blanks will lead you to provide the information needed. At a minimum a log file is always needed with any report of a problem or support request. Please see How to Attach a Log File (w/pictures) [CLICK HERE].

The problem is that the current resting logic is referencing a different setting for the cut-off health level. The previous incarnation of the Druid class (Cata and previous) had a large number of settings. In an upcoming release I will be pruning the options some and verifying that those remaining are wired up to the class so they are recognized correctly.

Wild Charge issue fixed in next release.

Thanks for the post and good luck with your Druid, Bobby53
Thanks again and good luck with your Shaman, Bobby53
 
Hey guys,

Ive been using the protection warrior cc allot and noticed it never used Heroic Strike or Cleave even though they are listed in the cc. Ive fixed that by setting the entire rage dump part above the rage generating part, it should increase dps by quite allot because they are both of the gcd. Im not sure why they were listed below the generating part in the first place but now it uses hs as intended

Code:
                        // Dump Rage - throttle Cleave and Heroic Strike since off GCD
                        new Throttle( 
                            new PrioritySelector(
                                Spell.Cast("Cleave", ret => UseAOE && (Me.CurrentRage >= RageDump || HasUltimatum)),
                                Spell.Cast("Heroic Strike", ret => Me.CurrentRage >= RageDump || HasUltimatum)
                                )
                            ),
                            
                        // Generate Rage
                        Spell.Cast("Shield Slam", ret => Me.CurrentRage < RageBuild ),
                        Spell.Cast("Revenge", ret => Me.CurrentRage < RageBuild ),
                        Spell.Cast("Devastate", ret => !((WoWUnit)ret).HasAura("Weakened Armor", 3) && Unit.NearbyGroupMembers.Any(m => m.Class == WoWClass.Druid)),
                        Spell.Cast("Thunder Clap", ret => ((WoWUnit)ret).Distance < 8f && !((WoWUnit)ret).ActiveAuras.ContainsKey("Weakened Blows")),

                        // Filler
                        Spell.Cast("Devastate"),

Hope i helped abit, Thnx for the great cc!

Edit: The profile also doesn't use shield block at all (no matter what hp %), for me that doesn't matter as i am using it to quest&lvl but in heroics it should be up as much as possible. Also i think it shouldn't be bound to player hp as some healers (druids for example) keep your health high most of the time even though you take damage.
Malloot, Thanks for taking the time to post. However, the symptom described of never casting Heroic Strike or Cleave does not match the results of my testing. I wasn't able to reproduce the error of not casting Shield Block either. I would be happy to look into these further, but would need the details described in the first couple posts of this thread. A convenient template is provided in post #4 of this thread that you can copy and paste when posting. Filling in the blanks will lead you to provide the information needed. At a minimum a log file is always needed with any report of a problem or support request. Please see How to Attach a Log File (w/pictures) [CLICK HERE]. Thanks again and good luck with your Shaman, Bobby53
 
Last edited:
Not an issue but a request.

could you please delete/disable wand usage for casters? It doesn?t make sense anymore to autoattack with a wand.
 
Hi i only have one problem with locks on destro spec, tho am telling him to use voidwalker it keep summoning felhunter. using grindbot while this happen
 
Hi,

i added Light's Hammer and Execution Sentence to Retribution and Protection
Thought it's a nice dps gain (ES/LH) and a lil bit of healing (LH)

Based on Singular v3 trunk rev 1160
 

Attachments

I dont understand the logic behind the combat routine for the fire mage (and possibly all specs for mage). If it pulls multiple mobs, it will polymorph one which seems like a smart move, then throw an AE right behind it? seems counter-intuitive.
 
I noticed that using Singular on my Shaman (Enhancementl Spec) the bot likes to target horde totems, wolves, etc.. I miss the good ole days of Shamwow. Too bad it is no longer being updated. I tried the version and is in the forums and it seems like to get its ass kicked for several seconds before it decides to attack plus several other issues which makes it useless for Enhancement spec.
 
Not an issue but a request.

could you please delete/disable wand usage for casters? It doesn?t make sense anymore to autoattack with a wand.
It shouldn't be wanding, although there is an unused user setting for it. I'll remove the setting in the next release, but if you are seeing any wand usage post your log and I'll get it resolved. -Bobby53
 
Hi,

i added Light's Hammer and Execution Sentence to Retribution and Protection
Thought it's a nice dps gain (ES/LH) and a lil bit of healing (LH)

Based on Singular v3 trunk rev 1160
Stormchasing, Thanks for the post. Paladins have only been looked at for discrete issues, so will be looking at them in detail and factoring in those changes. Thanks for passing along, Bobby53
 
Back
Top