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!

[PAID] [Priest] Insanity - An Advanced Honorbuddy Shadow Priest Routine [PvE/PvP]

Had problem in rated bg with CR continuously trying to use object not allowed in rbg. Spam messages saying "this item cannot be used in rated battlegrounds. " I believe it was trying to drink a stat drink when LOM as it stopped doing this once mana climbed or I mounted. Anyone else seen this?
 
Had problem in rated bg with CR continuously trying to use object not allowed in rbg. Spam messages saying "this item cannot be used in rated battlegrounds. " I believe it was trying to drink a stat drink when LOM as it stopped doing this once mana climbed or I mounted. Anyone else seen this?

Could have sworn I replied to this yesterday (unless my post was deleted!).

Can you post a log file please? It'll show what it was trying to do. It could be from drinking potions, in which case you can just disable the setting.

Cheers
 
Me too, I really want to see it in action first and probably try to compaire it to the free version! A video or trial?
 
Update from SVN if it's not working. Needed updating for the new version of HB.

[10/Apr/2014]
- Added 'Dragonmaw War Banner' (Galakras) to 'Kill Totems' option.
- Changed Silence threshold system to react slightly better.
- Changes to DRTracker to better handle Bladestorm.
- Will no longer attempt to CC units with Dispersion.
 
Is anyone online that can assist with an error with this CR? Ever since Honorbuddy 2.5.10217.732 updated I cannot get Insanity to work. I get the following errors. I don't see an updated svn anywhere.

[01:34:02.710 N] Unhandled exception
System.AggregateException: One or more errors occurred. ---> System.MissingFieldException: Field not found: 'Styx.Helpers.GlobalSettings.Instance'.
at Insanity.Insanity.Initialize()
at Loader.InsanityLoader.Initialize() in d:\Games\World of Warcraft\addon downloads\Honor Buddy\Routines\Insanity\InsanityLoader.cs:line 142
at Styx.CommonBot.Routines.RoutineManager.set_Current(ICombatRoutine value)
at Styx.CommonBot.Routines.RoutineManager.ChangeRoutine(String routineNamePartial, Boolean reloadAssemblies)
at Styx.CommonBot.Routines.RoutineManager.(Object , EventArgs )
at Styx.Common.AssemblyLoader`1.Reload(String reason)
at Styx.CommonBot.Routines.RoutineManager.ReloadRoutineAssemblies()
at Styx.CommonBot.Routines.RoutineManager.()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout)
at System.Threading.Tasks.Task.WaitAll(Task[] tasks)
at ..()
at Honorbuddy.MainWindow.InitializeOnAuthSuccess(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
---> (Inner Exception #0) System.MissingFieldException: Field not found: 'Styx.Helpers.GlobalSettings.Instance'.
at Insanity.Insanity.Initialize()
at Loader.InsanityLoader.Initialize() in d:\Games\World of Warcraft\addon downloads\Honor Buddy\Routines\Insanity\InsanityLoader.cs:line 142
at Styx.CommonBot.Routines.RoutineManager.set_Current(ICombatRoutine value)
at Styx.CommonBot.Routines.RoutineManager.ChangeRoutine(String routineNamePartial, Boolean reloadAssemblies)
at Styx.CommonBot.Routines.RoutineManager.(Object , EventArgs )
at Styx.Common.AssemblyLoader`1.Reload(String reason)
at Styx.CommonBot.Routines.RoutineManager.ReloadRoutineAssemblies()
at Styx.CommonBot.Routines.RoutineManager.()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---


Millz I sent you a PM as well with a different question.

Thanks
ecibanez
 
Is anyone online that can assist with an error with this CR? Ever since Honorbuddy 2.5.10217.732 updated I cannot get Insanity to work. I get the following errors. I don't see an updated svn anywhere.

*snip*

Millz I sent you a PM as well with a different question.

Thanks
ecibanez

Update from SVN ;)
 
Hey Millz, I'm messing with it now to figure out where the train leaves the track, but there's something wrong with the CanMindFlay logic. The CR spends a pretty hefty amount of time at a complete idle, I set the CanMindFlay check to true in the SingleTarget Composite and there's zero downtime, I'll post back when I figure out where exactly it is.

Edit: Found it, it's a very minor issue that probably hasn't affected many people. Your check on the Shadow Word: Death cast checks for HP < 20% and the CanMindFlay bool line pertaining to SW:D being off cooldown returns false @ <= 20, so on the 20% training dummy, it won't cast Mind Flay since SW:D is off CD but is never actually cast. Sorry if I didn't make much sense there. Bit of a hard-to-word issue xD Cheers mate!
 
Last edited:
Hey Millz, I'm messing with it now to figure out where the train leaves the track, but there's something wrong with the CanMindFlay logic. The CR spends a pretty hefty amount of time at a complete idle, I set the CanMindFlay check to true in the SingleTarget Composite and there's zero downtime, I'll post back when I figure out where exactly it is.

Edit: Found it, it's a very minor issue that probably hasn't affected many people. Your check on the Shadow Word: Death cast checks for HP < 20% and the CanMindFlay bool line pertaining to SW:D being off cooldown returns false @ <= 20, so on the 20% training dummy, it won't cast Mind Flay since SW:D is off CD but is never actually cast. Sorry if I didn't make much sense there. Bit of a hard-to-word issue xD Cheers mate!

Good job, nice to see people debugging things for themselves :)

The CanMindFlay is a bit over the top for checks. Divine Star, Halo, and Cascade can be removed from that section completely - speeds it up a bit.
 
Good job, nice to see people debugging things for themselves :)

The CanMindFlay is a bit over the top for checks. Divine Star, Halo, and Cascade can be removed from that section completely - speeds it up a bit.

Thanks man. And yea, I actually did remove those checks. All in all though, this CR is awesome dude, thanks a ton for providing it for the forum.
 
Can u made smtg to forgive multidot where u are in other world at norushen to don t loss so much mana ?-
 
Good luck on that. I don't think Millz does healing specs. If you want a Holy routine, use Oracle if you haven't already.
I know he doesn't :) But hope dies last right? I am using Oracle, which is good. Except that I run out of mana really quickly. Granted, I haven't got the best gear. But still :) I'm just a big fan of Milz's CC's. ^^
 
Can u made smtg to forgive multidot where u are in other world at norushen to don t loss so much mana ?-

No idea what you mean with this??


Holy -> No plans to make it heal, I'm useless at healing.
 
Back
Top