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

Trinity Issue

Stompsvillelol

New Member
Joined
Feb 17, 2012
Messages
19
Reaction score
0
Code:
Failed to load profile: Element TrinityTownPortal is not supported. Please check your XML and try again. (<TrinityTownPortal questId="1" />) Line 75
System.Exception: Element TrinityTownPortal is not supported. Please check your XML and try again. (<TrinityTownPortal questId="1" />) Line 75
   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)

Code:
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshGizmo.cs(146,17) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshGizmo.cs(177,17) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshGizmo.cs(549,29) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshGizmo.cs(566,29) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshGizmo.cs(625,29) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshGizmo.cs(642,29) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\RefreshUnit.cs(88,75) : error CS1061: 'Zeta.Game.Internals.Actors.DiaUnit' does not contain a definition for 'IsQuestGiver' and no extension method 'IsQuestGiver' accepting a first argument of type 'Zeta.Game.Internals.Actors.DiaUnit' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\PlayerInfoCache.cs(214,64) : error CS1061: 'Zeta.Game.Internals.ActInfo' does not contain a definition for 'ActiveQuests' and no extension method 'ActiveQuests' accepting a first argument of type 'Zeta.Game.Internals.ActInfo' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\PlayerInfoCache.cs(229,57) : error CS1061: 'Zeta.Game.Internals.QuestInfo' does not contain a definition for 'QuestType' and no extension method 'QuestType' accepting a first argument of type 'Zeta.Game.Internals.QuestInfo' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\Cache\PlayerInfoCache.cs(233,57) : error CS1061: 'Zeta.Game.Internals.QuestInfo' does not contain a definition for 'LevelArea' and no extension method 'LevelArea' accepting a first argument of type 'Zeta.Game.Internals.QuestInfo' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\XmlTags\TrinityExploreDungeon.cs(1540,37) : error CS1061: 'Zeta.Game.Internals.ActInfo' does not contain a definition for 'AllQuests' and no extension method 'AllQuests' accepting a first argument of type 'Zeta.Game.Internals.ActInfo' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\XmlTags\TrinityExploreDungeon.cs(1544,37) : error CS1061: 'Zeta.Game.Internals.ActInfo' does not contain a definition for 'AllQuests' and no extension method 'AllQuests' accepting a first argument of type 'Zeta.Game.Internals.ActInfo' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\XmlTags\TrinityExploreDungeon.cs(1581,37) : error CS1061: 'Zeta.Game.Internals.ActInfo' does not contain a definition for 'AllQuests' and no extension method 'AllQuests' accepting a first argument of type 'Zeta.Game.Internals.ActInfo' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Fraisch\Documents\Demonbuddy\Plugins\Trinity\XmlTags\TrinityExploreDungeon.cs(1593,50) : error CS1061: 'Zeta.Game.Internals.ActInfo' does not contain a definition for 'ActiveQuests' and no extension method 'ActiveQuests' accepting a first argument of type 'Zeta.Game.Internals.ActInfo' could be found (are you missing a using directive or an assembly reference?)
 
Last edited:
Back
Top