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

New DB and old trinity

Pyromancer

New Member
Joined
Apr 21, 2014
Messages
4
Reaction score
0
why can't i use old trinity with new DB version?

Code:
System.Exception: Element TrinityMoveTo is not supported. Please check your XML and try again. (<TrinityMoveTo questId="1" x="391" y="360" z="0" pathPrecision="8" />) Line 26
   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)
 
TrinityMoveTo deprecated since a few versions back, need to use "SafeMoveTo" or "MoveTo".
 
Back
Top