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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: Singular--DO NOT DELETE

i am using the default singular with bgbuddy as a night elf r druid. is there a way you can stop if from casting wrath and healing instead. i can't tell you how many times i have died cus the bot casts wrath instead of healing myself. Thank you. also can you add in an option for resto druid to use cc or something.

also can we please get the routine to use lifeblooms or add hte option. can you make an option to use the soul of the forest proc to refresh lifeblooms or clone an enemy using cds or something?

symbiosis is set to true for enabline. yet it never casts symbio on anyone to use it?

I set the hotkey for movment to true but every key i have set when pressed does not suspend the bot like it says it should.

also there is an option for wild mushroom but it never cast shroom ever.
bbiagllla, I will look into the Wild Mushroom support further as it still needs some refinement. As for the others, please see Reporting Bugs [CLICK HERE] for details on how to post info needed to research (LOGMARK very important for the items you are posting about to set an anchor for what you saw within the log file). I have added additional logging in the next release for Resto Druids that should assist in identifying decision making relative to healing vs Wrath. Thanks for the post, Bobby53
 
Hunter doesnt choose the right Pet in "Scenarios". Looks like he doesnt summon the same Pet like in Instances?

*edit* - Tell me if you need a Logfile for this?!
 
You should make an option Attack Out of combat like tuanha cc when i quest with tyrael and hb i need to pres one spell first befor he starts the rotation if there was an Option attack out of combat its nice then the mob that you target it wil use the spell so you dont need to pres one spell manually and the rest automate
 
For retribution paladins, templar's verdict needs to be higher in the priority when you are holy-power capped. It wastes potential holy power by using holy-power generating abilities when you're already at full holy power.
 
dungeon monk healer

So i am leveling a monk atm in dungeon as healer,

a problem with it is that it dont follow the tank when he is LOS,

it just standing there and trying to heal while he is LOS

another thing is that its almost just using soothing mist and not like life cocoon if its needed

and when playing healer monk he heals the target to full health and still continues to heal to the soothing mist is done casting even if the other party members have low health.
here is the LOG

i am level 67 atm alliance

Regards


if you want anymore explaination just tell me what you want to know to understand the problem and i will give you that information
 

Attachments

Guys i just came back to wow and encountered a difference since i was online last. Honorbuddy in questing mode using singular and cava/kick's profiles simply wont defend if attacked. strange thing is that before it was possible to just click it (dunno if it was a part of singular before) now im curently in Winterspring at lvl 54 and act as a horde feeder :( any help would be much appreciated, the bot simply runs to the next mob in the quest ignoring horde attacker(s)

Edit: somehow it only refuses to attack opposite fraction under my destro lock or balance druid, shaman works fine...
 
group healing Disc priest

Been trying to get Singular to use Renew but no matter what i set the % to it simply will not use it. im a lvl 33 priest disc. please help.
 

Attachments

  • lvl 33 priest disc.webp
    lvl 33 priest disc.webp
    26.3 KB · Views: 289
Probably an issue with honorbuddy but if the the bot is stopped while questing and then started again it will attack all mobs constantly : /
 
I have "Use AOE Attacks" set to True. When my Destro Warlock's minion was attacked by multiple mobs Singular didn't use the Rain of Fire spell. When the minion's health got low Singular focused on healing the minion.
 
The toon, after completing the quest " The Scryer's Dilemma" , instead of leaving the area, keeps attacking the (neutral) water fiends.

edit: i had to zip the file, but because apparently, it will not ever stop, because the mobs keep spawning.
 

Attachments

Hi as title says i have problem with running combat routines i tried questing, gather, dungeon, bg, tyreal, lazyraider and autoangler. none of these will attack (run the combat routine) i tried with different combat routines aswell.
please help ^^

log - 1 fight with a random mob (im warlock so pet killed it without me doing anything) using lazyraider and profile singular.
 

Attachments

So im using the singular combat routine for rouge, and I've noticed that its not using the ability Shadow Blades. How can I make the routine use Shadow Blades?
 
View attachment 9360 2014-01-03 23.22.zip

Hello, here is BIG log from bg games.

My problem:
Rogue does not always in stealth, even i set in settings "use stealth always - true", also he is does not eat in stealth, i even set this - "eat in stealth".

I use BGBuddy. And ShutUp and Glue plugins.

I write here that i send this bug-report after fix another bug, but i think these bugs does not related to each other.
 
Hi,

i have added Druid Flight Form - cause its faster than cast Mount ;)


Mountmanager.cs
Code:
            if (StyxWoW.Me.Class == WoWClass.Druid && SpellManager.HasSpell("Flight Form") && SingularSettings.Instance.Druid().UseTravelForm && StyxWoW.Me.IsOutdoors)
            {
                e.Cancel = true;
                SpellManager.Cast("Flight Form");
                return;
            }

            if (StyxWoW.Me.Class == WoWClass.Druid && SpellManager.HasSpell("Swift Flight Form") && SingularSettings.Instance.Druid().UseTravelForm && StyxWoW.Me.IsOutdoors)
            {
                e.Cancel = true;
                SpellManager.Cast("Swift Flight Form");
                return;
            }
 
Divine Purpose and WoG

There is a problem with divine purpose detection:
ClassSpecific\Paladin\Common.cs:200 (part of WordofGlory mechanic with 1 hp)
req => Me.CurrentHolyPower >= 1 && Me.HealthPercent <= PaladinSettings.SelfWordOfGloryHealth1 || Me.ActiveAuras.ContainsKey("Divine Purpose"),
This works bad I think, 2 possibilities: Health settings+1hp OR dp proc with NO Health settings, so it uses WoG even at full health, wasting GCD and 3 HP.

Better to change it for something like that:

req => Me.HealthPercent <= PaladinSettings.SelfWordOfGloryHealth1 && ((Me.CurrentHolyPower >= 1 ) || (Me.ActiveAuras.ContainsKey("Divine Purpose"))),

Or may be create independet check for DP (with 3 hp health settings) before HP count checks it should work fine.
 
Problem with rogue. My bot selects a target when already having aggro (botpoi switch target) and keep running around fighting up to 2-3 mobs while beeing chased by another. It also happens that the bot just stand stupid doing nothing while beeing attacked because botpoi ignores mob. I died so many times of this that it ain't funny anymore. Forced to quest with raidbot/lazyraider until its fixed. Thanks for a good routine so far. Btw, this started to happen after last couple of updates. Was fine before, so might be bot issue, not CC. Pls notify the dev for bot if that's issue.
 

Attachments

If Mana Bottle is in the Bags, Rogue try to use it

[08:23:37.210 D] (Singular) [WoWRedError] You can't use that item
[08:23:37.143 N] Used Minor Mana Potion!

*edit* ok not only Rogues, my DK is getting this msg too.
 

Attachments

Back
Top