RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How do I fix this error??

Symptomco

Wanderer
How do I fix this error??

I get this problem everytime I use the stealing/last target macro. It causes my playuo to crash.

Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at PlayUO.Targeting.TargetManager.TargetIsInRange(Object targeted)
   at PlayUO.Targeting.TargetManager.Target(Object targeted)
   at PlayUO.Targeting.TargetManager.TargetSmart()
   at PlayUO.MacroHandlers.Target_OnAction(String args)
   at PlayUO.Macro.Slice()
   at PlayUO.Macros.Slice()
   at PlayUO.Engine.MainA(String[] Args)
   at PlayUO.Engine.Main(String[] args)
 
Top