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

How do I clear this warning, it just started today after the update

  • Thread starter Thread starter Trollin
  • Start date Start date
T

Trollin

Guest
Getting the following warning:
[23:53:03.485 N] Loaded routine 'Giga.Rift.Cleric'
[23:53:15.123 N] Loading Guardian 6-20 H and V
[23:53:15.167 N] [Warning] Line 114: 'Infinite' has been marked as obsolete: Please use an empty 'Loop' task instead.
[23:53:15.168 N] Successfully loaded Guardian 6-20 H and V
[23:53:34.456 N] Loading Guardian 6-20
[23:53:34.463 N] [Warning] Line 111: 'Infinite' has been marked as obsolete: Please use an empty 'Loop' task instead.
[23:53:34.463 N] Successfully loaded Guardian 6-20
 
I just deleted the Line where Infinite stands before.
Before:
<GrindTo Level="51">
<GrindArea>
<Mobs>
<Mob>Armor of the Inferno</Mob>
<Mob>Wanton Core Bearer</Mob>
<Mob>Wanton Core Keeper</Mob>
<Mob>Storm Idol</Mob>
<Mob>Burning Idol</Mob>
<Mob>Living Idol</Mob>
<Mob>Geotic Idol</Mob>
<Mob>Endless Idol</Mob>
</Mobs>
<Hotspots>
<Hotspot X="5471.391" Y="955.7394" Z="7441.082" />
<Hotspot X="5463.972" Y="950.5345" Z="7390.319" />
<Hotspot X="5345.89" Y="956.692" Z="7338.421" />
<Hotspot X="5314.146" Y="966.545" Z="7357.157" />
<Hotspot X="5306.471" Y="967.9744" Z="7356.509" />
<Hotspot X="5380.925" Y="943.9593" Z="7452.455" />
</Hotspots>
</GrindArea>
</GrindTo>
<Infinite />
</Tasks>
</Profile>
After:
<GrindTo Level="51">
<GrindArea>
<Mobs>
<Mob>Armor of the Inferno</Mob>
<Mob>Wanton Core Bearer</Mob>
<Mob>Wanton Core Keeper</Mob>
<Mob>Storm Idol</Mob>
<Mob>Burning Idol</Mob>
<Mob>Living Idol</Mob>
<Mob>Geotic Idol</Mob>
<Mob>Endless Idol</Mob>
</Mobs>
<Hotspots>
<Hotspot X="5471.391" Y="955.7394" Z="7441.082" />
<Hotspot X="5463.972" Y="950.5345" Z="7390.319" />
<Hotspot X="5345.89" Y="956.692" Z="7338.421" />
<Hotspot X="5314.146" Y="966.545" Z="7357.157" />
<Hotspot X="5306.471" Y="967.9744" Z="7356.509" />
<Hotspot X="5380.925" Y="943.9593" Z="7452.455" />
</Hotspots>
</GrindArea>
</GrindTo>
</Tasks>
</Profile>
don´t know if this is the correct way, but i don´t get warnings anymore.
 
the warning is just a warning not an error :p

if everything works after you removed it you are ok :)
 
Thank you, I removd that line, and the warning whent away, but now it does not attacke, ore move on it's own.
Code:
[10:42:38.484 N] Initializing
[10:42:38.525 N] Loaded 1 protected items.
[10:42:38.525 N] Initialization done
[10:42:38.545 N] Loaded settings - level 18 Cleric.
[10:42:38.575 N] Loaded routine 'Giga.Rift.Cleric'
[10:42:38.621 N] Launched Ryftomate 1.0.1.649
[10:42:46.921 N] Loading Guardian 6-20 H and V
[10:42:46.963 N] Successfully loaded Guardian 6-20 H and V
[10:43:01.669 N] Grinding to level 21.
[10:43:01.682 N] Hawker's Cleric version 1.0.2.0
[10:43:01.682 N] Cleric help and tips at: [url]http://www.ryftomate.com/blogs/hawker/3-how-bot-cleric-ryftomate.html[/url]
[10:43:02.790 N] Cast Summon: Faerie.
[10:43:22.635 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.Cleric.RiftCleric.<CreatePullBehavior>b__29(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.ExecutionState.Tick(Composite tree)
   at Giga.RiftBot.ExecutionState.Tick()
   at Giga.RiftBot.GigaBot.()
   --- End of inner exception stack trace ---
   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)
[10:43:35.016 N] Loading Guardian 6-20 H and V
[10:43:35.018 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.Cleric.RiftCleric.<CreatePullBehavior>b__29(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.ExecutionState.Tick(Composite tree)
   at Giga.RiftBot.ExecutionState.Tick()
   at Giga.RiftBot.GigaBot.()
   --- End of inner exception stack trace ---
   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)
[10:43:35.024 N] Successfully loaded Guardian 6-20 H and V
[10:43:35.097 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.Cleric.RiftCleric.<CreatePullBehavior>b__29(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.ExecutionState.Tick(Composite tree)
   at Giga.RiftBot.ExecutionState.Tick()
   at Giga.RiftBot.GigaBot.()
   --- End of inner exception stack trace ---
   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)
 
next time post your log as attachment plz

the bot works as it should tho,right?
 
Will do on the Log.

The bot will cast the buff's, and will attack, but will not move down the mesh, or search out the mobs. It was strange, because I would have to use the arrow keys to move the character around.
 
Back
Top