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)

It would be nice if singular ( For palladin any spec ) when if was mounted it changed to crusader aura eg,

if mounted = true {
cast crusader aura
}
 
Been editing the hunter MM CC, but cannot get Aimed Shot! to work when Fire! procs.

Code:
Spell.Cast(82928 /*"Aimed Shot!"*/, ret => StyxWoW.Me.HasAura("Fire")),
I've also tried several other ways that's just currently what I tried using. Anyone have any ideas?

The aura is called "Fire!" and not "Fire" ;)

I have a working version at home, ill share it with you when im at home
 
Hey Apoc, got a bug report you for:
What Class are you?: Rogue
What Spec are you?: Combat
What 'context' is the bot in? (Instance, BG, Normal): Questing
What level are you?: 76
What revision of Singular are you using?: Revision 245
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?: HB 2.0.0.4620

Please provide an explanation of the bug. The more detail, the easier it will be to resolve.
- The bot has trouble with mobs that are flying. It will sit in stealth targetting the flying mob but unable to hit it with melee, and it never uses its ranged to bring it closer to the ground. So what needs to be added, is a check to see if its flying and if theres no available path to the target + the target is out of range, then use ranged weapon.

Attach your log to your post!
- I can't attach logs, says my attachment max has been reached.
 
Last edited:
i use atm 4620 but i cant start singular.. it comes out this error (revision 345)

Could not compile CC from C:\Users\Sascha\Desktop\WoW Apps\HonorBuddy old\CustomClasses\Singular!
File: Spell.cs Line: 68 Error: Cannot convert lambda expression to type 'TreeSharp.Composite' because it is not a delegate type
File: Spell.cs Line: 70 Error: The best overloaded method match for 'Styx.Logic.Combat.SpellManager.CanCast(Styx.Logic .Combat.WoWSpell, Styx.WoWInternals.WoWObjects.WoWUnit, bool, bool)' has some invalid arguments
File: Spell.cs Line: 70 Error: Argument '1': cannot convert from 'string' to 'Styx.Logic.Combat.WoWSpell'
which version do I need it to work?
 
What Class are you?: paladin
What Spec are you?: protection
What 'context' is the bot in? (Instance, BG, Normal): IB in settek farming mode
What level are you?: 85
What revision of Singular are you using?: $Revision: 336 $
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?: the current release (not latest test)

Please provide an explanation of the bug. The more detail, the easier it will be to resolve.

Paladin does not cast a seal on himself.

Logfile: http://dl.dropbox.com/u/465919/6-10-2011_11_52 PM 140 Log.zip
 
i use atm 4620 but i cant start singular.. it comes out this error (revision 345)


which version do I need it to work?

You will need the test version's from now on
 
I wanted to checkout revision 336, but the svn won't let me.
Would it be possible for me to have that rev plz ?

EDIT: never mind, figured it out.
 
Last edited:
Anyone else getting this?

Hi Everyone. Every time I try to start the bot, I keep getting this message. I was just curious where I exactly went wrong lol.

Starting the bot!
[UserSettings-v133(error)]: BEHAVIOR MAINTENANCE PROBLEM: An item with the same key has already been added.
FROM HERE:
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at BuddyWiki.CustomBehavior.UserSettings.UserSettings.UtilBuildConfigurationSettings() in c:\Users\Matt\Desktop\HoN\dad\Quest Behaviors\UserSettings.cs:line 331
at BuddyWiki.CustomBehavior.UserSettings.UserSettings..ctor(Dictionary`2 args) in c:\Users\Matt\Desktop\HoN\dad\Quest Behaviors\UserSettings.cs:line 126

[UserSettings-v133(warning) @line 1247]: Attribute 'LearnFlightPaths' is not recognized by this behavior--ignoring it.
[UserSettings-v133(warning) @line 1247]: Attribute 'TrainNewSkills' is not recognized by this behavior--ignoring it.
[UserSettings-v133(warning) @line 1247]: Attribute 'UseFlightPaths' is not recognized by this behavior--ignoring it.
[UserSettings-v133(error) @line 1247]: Stopping Honorbuddy. Please repair the profile!
 
use the newest version 4896 its a problem with the usersettings quest behavior
 
They update HB and around the corner comes CC incompability and behaviours outdated.....been like this forever....

They'll fix it soon.
 
Heya Apoc and raphus, little problem with Priest here:
What Class are you?: Priest
What Spec are you?: Holy + Dist
What 'context' is the bot in? (Instance, BG, Normal): Instancebuddy
What level are you?: 84
What revision of Singular are you using?: Revision 345
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?: HB 2.0.0.4896

Please provide an explanation of the bug. The more detail, the easier it will be to resolve.
- The Bot queues up for Instances and once it joined it starts switching Specs saying "[Instancebuddy v3.0.1.315]:Your role doesn't fit with your spec. Activating secondory talents" after he did that he is switching back and again and again and again not that sure if this is a IB or Singular problem.
 

Attachments

It is an IB problem and fix will be in next HB release
 
@Raphus or Apoc: is the "Currently Implemented" list up to date ?
 
So i've used Singular for a lot of classes but have yet to try it for a Shadow Priest, was wondering if anyone had tried it in a raid environment yet and how much dps its pulling. i have a 362ilvl spriest that im considering trying this on. any feedback would be greatly appreciated.

also i love this CC keep up the great work!
 
@Raphus or Apoc: is the "Currently Implemented" list up to date ?

The latest development revision has those:

DK - All specs
Druid - All specs
Hunter - All specs
Mage - All specs
Paladin - All specs
Priest - Discipline/Shadow
Rogue - Combat
Warlock - Affliction/Demonology
Warrior - All specs

While those are implemented, most of them are not tested much. Any feedback would help alot
 
Thanks for the feedback Raphus !

Combat rogue seems to work, he's gone from 65 to 69. Can't comment if it's efficient or not, but it does work
with minimal deaths.

I can test pretty much all of these at lvl85; just indicate which one(s).
 
What Class are you?: Warrior
What Spec are you?: Arms
What 'context' is the bot in? (Instance, BG, Normal): Questing
What level are you?: 45 / 46
What revision of Singular are you using?: 254 (Shipped with HB Testversion)
Have you made any modifications to Singular?: in 254 -> Deactivated all Logging in Logger.cs / in 345 - no modifications
Are you using a branched build, or the trunk build? (Only viable for developers): -
What version of Honorbuddy are you using?: 2.0.0.4896

The Debug-Log is Full of Exceptions with System.Null Reference.

The attached Log is only with Rev. 254 (shipped with HB Testversion 2.0.0.4896)
I'm testing rev 345 atm again with a fresh install of HB
 

Attachments

Shadowpriest Fixes(In progress)

-Shadowform on Res
-completes mindflay channel instead of recasting on global
-use shadow fiend on cooldown for mana/damage
-when under archangel only uses mind spike/mind blast
-shadow word death part of rotation due to masochism for almost unlimited uptime.

-possibly adding a if locked out of spell school instantly switches to disc school or just casts flash heal for 6 seconds

not the right place to post this, but bug in twin peaks trys to attack through wall when in base results in bot getting stuck in wall

however as for shadowpriest in current state move to orange its tested and doing quite a bit of damage.

no sense for running away to survive while dot kiting but meh its a bot lol

top damage......2-7 >.>...now 2-8...no issues while writing this.
 
Last edited:
-completes mindflay channel instead of recasting on global

This is an error that is caused in wait for cast canceling casts if the target already has the buff/debuff, something that mindflay triggers; look back over the last few pages and you can see how i fixed it atleast for me
 
Back
Top