FAO Highvoltz - Re: Coren Direbrew script
This works for the most part. No deaths in over twenty runs. I have no idea how to start the fight though.
To start the fight you need to talk to a friendly Coren Direbrew and insult his beer. Option 1 of 1 then 1 of 2.
I've left notes in the script for the left and right side of the doorway. Unfortunately the room is on a diagonal so this may prove a little trickier than the usual 'wait till everyone is in the room'.
[EncounterHandler(23872, "Coren Direbrew",Mode = CallBehaviorMode.Proximity)]
new Decorator(
ctx =>
{
var tank = ScriptHelpers.Tank;
return tank != null && !tank.IsMe && tank.Location.IsPointLeftOfLine(swDoorOpeningSideLoc, neDoorOpeningSideLoc) &&
!Me.Location.IsPointLeftOfLine(swDoorOpeningSideLoc, neDoorOpeningSideLoc);
},
new Action(ctx => Navigator.MoveTo(insideDoorLoc))),
new Sequence(
ScriptHelpers.CreateTalkToNpc(ctx => boss, 0),
new WaitContinue(2, ctx => true, new ActionAlwaysSucceed()),
ScriptHelpers.CreateTalkToNpc(ctx => boss, 0)),
I would've scripted this myself but too busy with other stuff atm
FAO Highvoltz - Re: Coren Direbrew script
This works for the most part. No deaths in over twenty runs. I have no idea how to start the fight though.
To start the fight you need to talk to a friendly Coren Direbrew and insult his beer. Option 1 of 1 then 1 of 2.
I've left notes in the script for the left and right side of the doorway. Unfortunately the room is on a diagonal so this may prove a little trickier than the usual 'wait till everyone is in the room'.
I've also noticed that 100% of the time, this twitching ALWAYS faces you due West on the minimap. Not sure why it's doing this, whether it's HB or DB, but your character will always face due West when it's done twitching.Highvolts, can you tell us if the twitching in dungeons and raids is a DB thing or is it another HB core problem?
[15:11:28.171 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Bots.DungeonBuddy.Dungeon_Scripts.Mists_of_Pandaria.DominationPoint.IncludeTargetsFilter(List`1 incomingunits, HashSet`1 outgoingunits) in c:\Users\Andreas\Desktop\LevelService\HB\Dungeon Scripts\Mists of Pandaria\Scenarios\Domination Point.cs:line 63
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at Styx.CommonBot.Targeting.(Delegate , Object[] ) --> System.NullReferenceException: Object reference not set to an instance of an object.