Have any button to reset configuration to default in Gui?
For assassination rogue use PR instead. I will use some time in the upcoming weekend to rewrite it somehow
I also need to finish up my dk routine, which takes priority.
Bored at work, so I decided to look thrugh all code (In hopes of learning stuff, damn thats hard to understand for a total code-noob -.-), found that Anticipation stack checks in YBMoP_Global.cs is set to "{ get { return Me.HasCachedAura(114015, 4); } }", correct me if im wrong here, but shouldnt it be "{ get { return Me.HasCachedAura(115189, 4); } }" ?? There is 1-4, I just used the 4th one as an example.
114015 Anticipation - Spell - World of Warcraft = The tallent
115189 Anticipation - Spell - World of Warcraft = The actuall buff
HB detect the buff as 114015. Either that or it won't detect it properly, I will take a look later when I have time
Ah alright, well it was worth a try I guess![]()
Activity: Initializing Routines
Reloading AssemblyLoader<ICombatRoutine> - [RoutineManager] ReloadRoutineAssemblies called.
Compiler Error: c:\ToTT\Routines\YBMoP_BT_Rogue\Routines\YBMoP_Ass.cs(92,103) : error CS0117: 'YBMoP_BT_Rogue.Routines.YBGlobal' does not contain a definition for 'Anticipate1stacks'
Compiler Error: c:\ToTT\Routines\YBMoP_BT_Rogue\Routines\YBMoP_Ass.cs(92,127) : error CS0117: 'YBMoP_BT_Rogue.Routines.YBGlobal' does not contain a definition for 'Anticipate2stacks'
Compiler Error: c:\ToTT\Routines\YBMoP_BT_Rogue\Routines\YBMoP_Ass.cs(92,150) : error CS0117: 'YBMoP_BT_Rogue.Routines.YBGlobal' does not contain a definition for 'Anticipate3stacks'
[RoutineManager] Routines have been reloaded. Current class-specific list:
PureRotation 2.1.0 v1.0.0.0
Singular v3.0.0.2223 v3.0.0.2223
Activity: Initialization complete
Initialization complete.
Activity: Honorbuddy Startup Complete
Yup, only Singular and PR are shown after update.
I'm not sure if this is intended, but i was under the impression that it is bad to mutilate at 4cp just to hit 5cp. The CR is doing that constantly, how do i fix it to envenom at 4/5 cps and not push for 5 cp all the time.