mopysworld
New Member
- Joined
- Jan 15, 2010
- Messages
- 158
- Reaction score
- 2
sssstill sssssssssame
That build has not Classes in it... re read the first post and update your svn link to use the V1.
sssstill sssssssssame
In Gatherbuddy 2 mode the Retribution pally keep casting "Retribution Aura" when landing and "Crusader Aura" when mounted this looks really bad and got bot writen all over it! Can you please change it so it cast "Retribution Aura" again only when it get in combat?!
public Composite CreatePaladinPreCombatBuffs()
{
return
new PrioritySelector(
// This won't run, but it's here for changes in the future. We NEVER run this method if we're mounted.
CreateSpellBuffOnSelf("Crusader Aura", ret => Me.Mounted),
CreatePaladinBlessBehavior(),
new Decorator(
ret => TalentManager.CurrentSpec == TalentSpec.HolyPaladin,
new PrioritySelector(
CreateSpellBuffOnSelf("Concentration Aura"),
CreateSpellBuffOnSelf("Seal of Insight"),
CreateSpellBuffOnSelf("Seal of Righteousness", ret => !SpellManager.HasSpell("Seal of Insight"))
)),
new Decorator(
ret => TalentManager.CurrentSpec != TalentSpec.HolyPaladin,
new PrioritySelector(
CreateSpellBuffOnSelf("Righteous Fury", ret => TalentManager.CurrentSpec == TalentSpec.ProtectionPaladin),
CreateSpellBuffOnSelf("Devotion Aura",
ret => [COLOR="red"]([/COLOR]TalentManager.CurrentSpec == TalentSpec.ProtectionPaladin ||
TalentManager.CurrentSpec == TalentSpec.Lowbie[COLOR="red"])[/COLOR] [COLOR="red"]&& Me.Combat[/COLOR]),
CreateSpellBuffOnSelf("Retribution Aura", ret => TalentManager.CurrentSpec == TalentSpec.RetributionPaladin [COLOR="red"]&& Me.Combat[/COLOR]),
CreateSpellBuffOnSelf("Seal of Truth"),
CreateSpellBuffOnSelf("Seal of Righteousness", ret => !SpellManager.HasSpell("Seal of Truth"))
))
);
}
What Class are you?: Paladin
What Spec are you?: Retribution
What 'context' is the bot in? (Instance, BG, Normal): Normal
What level are you?: 39
What revision of Singular are you using?: 254
Have you made any modifications to Singular?: No
Are you using a branched build, or the trunk build? (Only viable for developers): Trunk
What version of Honorbuddy are you using?: 4492
Consecration is not working properly. The setting value is set to 3 but it uses a bot on one mob.
// Single Routine - See AoE notes.
new Decorator(
ret => NearbyUnfriendlyUnits.Count(u => u.Distance < 8) < 3,
new PrioritySelector(
CreateSpellBuffOnSelf("Inquisition", ret => Me.CurrentHolyPower > 1),
CreateSpellCast("Crusader Strike", ret => Me.CurrentHolyPower < 3),
CreateSpellCast("Hammer of Wrath"),
CreateSpellCast("Exorcism", ret => Me.ActiveAuras.ContainsKey("The Art of War")),
CreateSpellCast("Templar's Verdict", ret => Me.CurrentHolyPower > 2 || Me.ActiveAuras.ContainsKey("Hand of Light")),
CreateSpellCast("Judgement"),
CreateSpellCast("Holy Wrath", ret => Me.ManaPercent > 50)[COLOR="red"],
CreateSpellCast("Consecration", ret => Me.ManaPercent > 50)[/COLOR]
)),
The question was not whether it can be changed. The question is whether it can be *fixed*. And it can't be *fixed* because it's not broken...... It works as it should.Anything can be changed...
True. But if you're botting as blood, you're definately on the right track! Blood adds much needed survivability to the bot *and* it decreases downtime for eating. Blood *is* the way to go as bot. (well, if you use a decent CC that is. Singular sucks at blood DK at the moment. I've tried to improve that but was ignored, sorry)If your dpsing as blood you fail... since dual spec only cost 10g now everyone one should have it.
Starting the bot!
Changing current profile to S Winterspring 54-60
Chose Singular $Revision: 304 $ as your combat class!
[Singular] Starting Singular v0.1.0.0
[Singular] Determining talent spec.
[Singular] Current spec is Beast Mastery Hunter
[Singular] Building method list
[Singular] Added 49 methods
[Singular] Singular currently does not support Combat for this class/spec combination, in this context! [Hunter, BeastMasteryHunter, Normal]
And what's your question? I mean; the message is pretty clear, Singular doesn't have support for your class/spec. There are other CCs that do so I think your only option is to get one of those (or try to write your own addon to Singular so that it will support BMHunter)and HB stops. if i click start again the bot will run and function properly except it won't fight. it'll run up to mobs but just stand there once in combat.
latest hb and latest singular doesn't work. i was getting this same thing with the 2 previous singular revisions as well.
[오후 1:51:30:654] [Singular] Starting Singular v0.1.0.0
[오후 1:51:30:654] [Singular] Determining talent spec.
[오후 1:51:30:758] [Singular] Current spec is Unholy Death Knight
[오후 1:51:30:766] [Singular] Building method list
[오후 1:51:30:767] [Singular] Added 49 methods
[오후 1:51:30:769] [Singular] Singular currently does not support Combat for this class/spec combination, in this context! [DeathKnight, UnholyDeathKnight, Normal]
What Class are you?: DK
What Spec are you?: Unholy
What 'context' is the bot in? (Instance, BG, Normal): Questing(normal)
What level are you?: 85
What revision of Singular are you using?: 304
Have you made any modifications to Singular?: no just a clean checkout
Are you using a branched build, or the trunk build? (Only viable for developers):
What version of Honorbuddy are you using?: is there any other build? 4555
Please provide an explanation of the bug. The more detail, the easier it will be to resolve.
actually it seems like unholy dk is not working atm
Code:[오후 1:51:30:654] [Singular] Starting Singular v0.1.0.0 [오후 1:51:30:654] [Singular] Determining talent spec. [오후 1:51:30:758] [Singular] Current spec is Unholy Death Knight [오후 1:51:30:766] [Singular] Building method list [오후 1:51:30:767] [Singular] Added 49 methods [오후 1:51:30:769] [Singular] Singular currently does not support Combat for this class/spec combination, in this context! [DeathKnight, UnholyDeathKnight, Normal]
i basically stopped the bot there.. coz it said it wasn;t supported.. is it?
This cc worked like a charm a few weeks back, now i get this error.Settings loaded
Disabling flight checks. - Paid Plugins or Lifetime User Detected
Initialization complete.
Chose Singular $Revision: 304 $ as your combat class!
[Singular] Starting Singular v0.1.0.0
[Singular] Determining talent spec.
[Singular] Current spec is Protection Warrior
[Singular] Building method list
[Singular] Added 58 methods
[Singular] Singular currently does not support Combat for this class/spec combination, in this context! [Warrior, ProtectionWarrior, Normal]
[Singular] Singular currently does not support Combat for this class/spec combination
Can we get a link to the SVN that does not have the error?