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

combat bot wont move?

ymwow

New Member
Joined
Aug 18, 2012
Messages
22
Reaction score
0
hi there!
my combat bot wont move anymore im getting a warrning in the debug tab :
[11:49:18:662] System.ApplicationException: Cannot run Tick before running Start first!
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()

anyone knows what to do?
cheers
 
while on Combat bot mode you must handle the movement
 
Combatbot mode=Hb handles combat,user handles movement
 
Combatbot mode=Hb handles combat,user handles movement
it did movement before
explain me why i get this then now
[11:49:18:662] System.ApplicationException: Cannot run Tick before running Start first!
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
 
it did movement before
explain me why i get this then now
[11:49:18:662] System.ApplicationException: Cannot run Tick before running Start first!
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()

Combat bot does not handle movement. The Cc you used may have had movement enabled which would take over only when the toon is in combat. But no combat bot.
 
Combat bot does not handle movement. The Cc you used may have had movement enabled which would take over only when the toon is in combat. But no combat bot.
yea thats what i mean sorry, i used ezret on my pala it worked for months and now a couple weeks back it stopped moving in combat. and yesterday the same on my DK and he used the standart one
 
in that case check on CC config panel
 
i havent done anything in the cc. :s but i realy wanne know why it gives this >>
[11:49:18:662] System.ApplicationException: Cannot run Tick before running Start first!
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
this comes in my debug tab while i press start
 
in that case check on CC config panel
yea thats the point i havent change anything in the CC, but i realy wanne know hy it gives this in the debug tab >>>
[11:49:18:662] System.ApplicationException: Cannot run Tick before running Start first!
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
 
its the CC that errors
try another one
 
i have taken an other CC and still it gives me
[17:14:48:628] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[17:14:48:629] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[17:14:56:364] Cleared POI - Reason Starting up
[17:14:56:364] Cleared POI
[17:14:57:869] Spell_C::CastSpell(20271, 0, 0xF130B63700001701, 0) [49]
[17:15:02:250] Spell_C::CastSpell(35395, 0, 0xF130B63700001701, 0) [50]
[17:15:05:855] Spell_C::CastSpell(20271, 0, 0xF13079AA000016FD, 0) [51]
[17:15:13:776] Spell_C::CastSpell(20271, 0, 0xF13079AA000016FD, 0) [52]
[17:15:21:229] Spell_C::CastSpell(20271, 0, 0xF13079AA000016FD, 0) [53]
[17:15:22:334] Stop called!
[17:15:22:341] System.NullReferenceException: Object reference not set to an instance of an object.
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.#h.#nF.MoveNext()
at (Object )
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
 
Back
Top