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

Bot runs around, targets mob, but wont attack

simkow

New Member
Joined
May 30, 2011
Messages
6
Reaction score
0
First time user here so maybe I missed something. I've set up a profile and my mage and it will run around and find a mob correctly but then it just sits there. It will only attack if it is attacked first. Please help.
 
The log is repeating the following over and over while watching the mob:

at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at Giga.Pulsator.FramePulsator.(Delegate e, Object[] args)
[19:10:50.842 N] 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 Giga.Rift.Mage.MageRoutine.<CreatePullBehavior>b__53(Object ctx)
at TreeSharp.Decorator.CanRun(Object context)
at TreeSharp.Decorator.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at Giga.RiftBot.GigaBot.(Composite tree)
at Giga.RiftBot.GigaBot.()
at Giga.RiftBot.GigaBot.()
--- End of inner exception stack trace ---
 

Attachments

[19:10:27.805 N] Successfully loaded Watchers
[19:10:28.584 N] Could not find mesh by name 'Watchers'

That mesh is needed.
 
I've followed that guide exactly (even downloaded the Microsoft files).
 
Ah, works great! Thanks! Although what is the difference between setting up a profile and a mesh?
 
Ah, works great! Thanks! Although what is the difference between setting up a profile and a mesh?

the profile has got info on it such as where the repair vendor is or what mobs your toon will kill

mesh file is like the "map" that your toon is "allowed" to move
 
Back
Top