Anytime while having any Evolution Creature guard myself if it triggers to attack a creature trying to attack me the shard crashes and throws is error. I don't even know where to start to look for what's going on. All I understand from this error is some kind of timer or tick tracker in EvoMageAI is bugging out. Any advice would be much appricated.

C#:
Mobiles: 54121
Items: 221567
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
   at Xanthos.Evo.EvoMageAI.DoOrderGuard()
   at Server.Mobiles.BaseAI.AITimer.OnTick()
   at Server.Timer.Slice()
   at Server.Core.Main(String[] args)

------------------------
Think I found it, Appears "DoOrderGuard" should actually be handled as "DoActionGuard"

Indeed that did in fact fix the issue.
 

Attachments

  • EvoMageAI.cs
    2.8 KB · Views: 7
Last edited:
Back