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. 2)

Good morning, Apoc

thanks for the quick response, but since the SVN update, Hb crashes when I select singular as CC!
Will not even a log!

A picture of the error window, I saving me, because there is always only possible between "fault-search online" "end program" "and debug program"

lg
 
Have you fixed the interupt problem with Prot Pallies yet? I've noticed that you have updated protection.cs but just making sure.
 
What Class are you?: Paladin
What Spec are you?: Protection
What 'context' is the bot in? (Instance, BG, Normal): Combat Bot (In instance and in normal area)
What level are you?: 85
What revision of Singular are you using?: Singular v2 $Revision: 423 $
Have you made any modifications to Singular?: No
Are you using a branched build, or the trunk build? (Only viable for developers):n/a
What version of Honorbuddy are you using?: Honorbuddy v2.0.0.5418

Please provide an explanation of the bug. The more detail, the easier it will be to resolve.
It seems that the spell Shield of Righteous is not cast at all during combat. I tested it on single and multi target (on multitarget it uses correctly Inquisition)
Attach your log to your post! Attached
 

Attachments

What Class are you?: Paladin
What Spec are you?: Protection
What 'context' is the bot in? (Instance, BG, Normal): Combat Bot (In instance and in normal area)
What level are you?: 85
What revision of Singular are you using?: Singular v2 $Revision: 423 $
Have you made any modifications to Singular?: No
Are you using a branched build, or the trunk build? (Only viable for developers):n/a
What version of Honorbuddy are you using?: Honorbuddy v2.0.0.5418

Please provide an explanation of the bug. The more detail, the easier it will be to resolve.
It seems that the spell Shield of Righteous is not cast at all during combat. I tested it on single and multi target (on multitarget it uses correctly Inquisition)
Attach your log to your post! Attached

It'll only use SoR at 3 HP if single-target tanking. (Its highest priority single-target).

Same deal with multi-target. Though, its priority drops down to just above Judgement (which is last)
 
The problem is that in single target the SoR is not used at all. I stayed on a single target dummy for 5 minutes and not a single SoR was used. My holy power was on 3 all the time

Edit: attach the log file from that 5 minutes
 

Attachments

Last edited:
The problem is that in single target the SoR is not used at all. I stayed on a single target dummy for 5 minutes and not a single SoR was used. My holy power was on 3 all the time

Edit: attach the log file from that 5 minutes

If you have a way to print out some debug stuff (maybe the console plugin someone released a while ago)

Can you print out how much holy power you have?

Code:
Logging.Write(StyxWoW.Me.CurrentHolyPower.ToString());
 
what do you mean to print out debug stuff? Kinda newb with the whole HB
 
I've noticed while questing on my DK it will continue to move to the targeted location however if it encounters combat it will not clear the location instead it will walk towards it and turn around if the location is behind the mob Also while using frost Dk will stop using spells during combat and eventually die if cant kill w/o spells
btw using kick's 68-80 questing.
any fix for this?
 
Hey guys, trying to lvl a DK but I get this alot: [Singular] No viable target! NOT GOOD!" Then the toon turn around and get owned from behind while he run to the next mob.

Log is too big to post here.
 
why the freakin fkn hell singular for feral druid never works????
it just stands there and never attacks
happens on both my druids
just casts rejuv spells
 
why the freakin fkn hell singular for feral druid never works????
it just stands there and never attacks
happens on both my druids
just casts rejuv spells

Working out a bug with druids atm. Once I have it fixed I'll commit.
 
Fixed the problem with feral druids.

Also, added a few more things to the "ignore mobs" list. I really need to find out if there's a specific flag set or something for the "dummy" mobs.
 
The problem is that in single target the SoR is not used at all. I stayed on a single target dummy for 5 minutes and not a single SoR was used. My holy power was on 3 all the time

Edit: attach the log file from that 5 minutes

First time poster, I also had this trouble, no SotR used solo or in dungs,

Checked Protection.cs and found this in the single target rotation part

new Decorator(
ret => Unit.NearbyUnfriendlyUnits.Count(a => a.Distance < 8) <= 1,
new PrioritySelector(
//Single target
Spell.Cast("Shield of Righteous", ret => StyxWoW.Me.CurrentHolyPower == 3),

Replaced it with Shield of the Righteous, haven't had a chance to test.

Hope it helps ^^

Edit: Now working while questing, assume same with bosses
 
Last edited:
First time poster, I also had this trouble, no SotR used solo or in dungs,

Checked Protection.cs and found this in the single target rotation part

new Decorator(
ret => Unit.NearbyUnfriendlyUnits.Count(a => a.Distance < 8) <= 1,
new PrioritySelector(
//Single target
Spell.Cast("Shield of Righteous", ret => StyxWoW.Me.CurrentHolyPower == 3),

Replaced it with Shield of the Righteous, haven't had a chance to test.

Hope it helps ^^

Edit: Now working while questing, assume same with bosses


Yeap, that solved it for me :D And I had checke it and missed it ^^

Thanks for posting mate
 
First time poster, I also had this trouble, no SotR used solo or in dungs,

Checked Protection.cs and found this in the single target rotation part

new Decorator(
ret => Unit.NearbyUnfriendlyUnits.Count(a => a.Distance < 8) <= 1,
new PrioritySelector(
//Single target
Spell.Cast("Shield of Righteous", ret => StyxWoW.Me.CurrentHolyPower == 3),

Replaced it with Shield of the Righteous, haven't had a chance to test.

Hope it helps ^^

Edit: Now working while questing, assume same with bosses

Well... /facepalm.

Committed the change. Nice find. (Sometimes, I just plain can't notice little spelling mistakes like that :()
 
After updating Singular tonight my toon lvl 80 Shadowpriest wont attack when going into combat. It casts 2 dots and pops trinkets and uses potions, then it doesn't do anything more and dies from beeing attacked. FYI.
 
After updating Singular tonight my toon lvl 80 Shadowpriest wont attack when going into combat. It casts 2 dots and pops trinkets and uses potions, then it doesn't do anything more and dies from beeing attacked. FYI.

Will check that in a moment.

I've been working on some "stuff" for the UI since we've had a few people (rightly so) calling it bland, or hard to use.

SingularAutoGui.png


That's what I've come up with so far. Everything is auto-generated so there's no crazy UI code to worry about. (And yes, it pulls the theme from HB itself :D)

So far, not a whole lot is supported (just checkboxes and integer settings). Just seeing where I can go with "how good will it look?" from auto-generating the UI. If you have any suggestions/comments, please do let me know.
 
That looks great so far. At least for a general tab :)
Keep that basic setup of one box per "ability" idea you have going on.

You could put the never use trinkets after the Trinket 1...
:checkbox: Use Trinket 1
:checkbox: Never use Trinket 1

Or maybe on the same line just behind it. Aesthetics, I love em.
 
That looks great so far. At least for a general tab :)
Keep that basic setup of one box per "ability" idea you have going on.

You could put the never use trinkets after the Trinket 1...
:checkbox: Use Trinket 1
:checkbox: Never use Trinket 1

Or maybe on the same line just behind it. Aesthetics, I love em.

At the moment, they're sorted by "type" of setting. So combo boxes will always come after checkboxes. I may add some more stuff later to tweak the display, but don't take my word for it.
 
Sounds great Apoc.
You are packaging this with the HB release correct?
 
Back
Top