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

Can anyhow help me with this

aste21

New Member
Joined
Apr 2, 2014
Messages
110
Reaction score
0
System.Exception: Element MoveToActor is not supported. Please check your XML and try again. (<MoveToActor questId="93697" stepId="1" actorId="161277" x="430" y="841" z="1" isPortal="True" destinationWorldId="103209" interactRange="20" />) Line 23
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ..(XElement , Type )
at ...(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at ..(XElement , PropertyInfo )
at ..(PropertyInfo , XElement , Object )
at Zeta.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Zeta.Bot.Profile.Profile.Load(XElement element, String path)
at Zeta.Bot.Profile.Profile.Load(String path)
at Zeta.Bot.ProfileManager.Load(String profilePath, Boolean rememberPath)


How do i solve this?
 

Attachments

Its not the profile causing that. :) His questtools and trinity are not compiling.. He is probably unable to run any profile with no questtools and trinity.

From his log:

Code:
2014-04-28 10:20:24,730 [1] INFO  AssemblyLoader`1 (null) - Compiler Error: c:\Users\User\Desktop\Diablo 3 Bot\Plugins\QuestTools\ProfileTags\ResumeUseTownPortalTag.cs(14,18) : error CS0101: The namespace 'QuestTools' already contains a definition for 'ResumeUseTownPortalTag'
2014-04-28 10:20:25,441 [1] INFO  AssemblyLoader`1 (null) - Compiler Error: c:\Users\User\Desktop\Diablo 3 Bot\Plugins\Trinity\Combat\Abilities\WitchDoctor.cs(45,24) : error CS1729: 'Trinity.TrinityPower' does not contain a constructor that takes 8 arguments

It looks to me maybe due to something added to his witchdoctor.cs (maybe trying to fix something or w/e) ... Best/easiest course of action just goto your plugins folder and delete trinity and questtools.. Reinstall them, or use ezupdater to install them for you and relaunch DB when ezupdater prompts you.
 
a new installation from scratch should fix it
 
Back
Top