What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Problem with Arena + Tiles + CombatBot

Giwin

Well-Known Member
Joined
Dec 3, 2011
Messages
3,431
Reaction score
48
Before you say Arena isn't supported, I never had issues with it with Combat Bot until now.

Code:
[23:35:12.048 D] System.NullReferenceException: Object reference not set to an instance of an object.
   at Â’..get_IsTiled()
   at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
   at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
   at Styx.Pathing.MeshNavigator.MoveTo(WoWPoint location)
   at Styx.Pathing.Navigator.MoveTo(WoWPoint location)
   at GiwinMonk.Monk.Approach() in e:\Users\GG\Desktop\HB1\Routines\GiwinMonk\Check\Approach.cs:line 31
   at GiwinMonk.Monk.Combat() in e:\Users\GG\Desktop\HB1\Routines\GiwinMonk\Main.cs:line 186
   at Styx.CommonBot.Routines.CombatRoutine.(Object )
   at Styx.TreeSharp.Action.RunAction(Object context)
   at Styx.TreeSharp.Action..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.Decorator..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.TreeSharp.PrioritySelector..()
   at Styx.TreeSharp.Composite.Tick(Object context)
   at Styx.CommonBot.TreeRoot.()
 

Attachments

Problem lies with your routine.
Also, try raidbot or lazyraider.
 
here is my code block at line 31, the exact thing on line 31 is a moveTo..

Code:
            if (StyxWoW.Me.CurrentTarget != null &&
                StyxWoW.Me.CurrentTarget.Distance < 4 && StyxWoW.Me.CurrentTarget.Distance <= 10)
            {
                Styx.Pathing.Navigator.MoveTo(StyxWoW.Me.CurrentTarget.Location); // Line 31
            }
 
well Arena is not supported,thats true
 
Back
Top