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

drinkmaker613

New Member
Joined
Oct 26, 2015
Messages
51
Reaction score
0
Hi dear DB devs team;

I've been watching DB run more than 30 GR, and I noticed that sometimes my monk would just dash to another pack of monster without picking up the experience globe after killing an elite pack.

does anyone have the same issue?

I am using the latest version of DB, Trinity and Adventurer.

Trinity 2.14.10
Adventurer 1.3.4.9
DB 1.1.2886.443

Please advice
 
update Adventurer and Trinity plz

I just did and this is showing up...

Demonbuddy v1.1.2886.443 started
Logging in...
T: 5247574198206821578 H: 2444738718
Attached to Diablo III with pid: 4332
Flashing window
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\BuyItemsFromVendor.cs(16,7) : warning CS0105: The using directive for 'Zeta.Common' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\BuyItemsFromVendor.cs(17,7) : warning CS0105: The using directive for 'Zeta.Bot' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\TakeItemsFromStash.cs(12,7) : warning CS0105: The using directive for 'Zeta.Common' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\TakeItemsFromStash.cs(13,7) : warning CS0105: The using directive for 'Zeta.Bot' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Movement\StuckHandler.cs(11,7) : warning CS0105: The using directive for 'System.Threading.Tasks' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(27,7) : warning CS0105: The using directive for 'System.Text' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(28,7) : warning CS0105: The using directive for 'System.IO' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\UIComponents\BindingMember.cs(18,7) : warning CS0105: The using directive for 'Trinity.Technicals' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\UIComponents\MarkupExtensions\WidthToColumnCountExtension.cs(6,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarHitTestUtility.cs(2,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Framework\Grid\GridPoint.cs(5,19) : warning CS0660: 'Trinity.Bot.Providers.Grid.GridPoint' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Framework\Grid\GridPoint.cs(5,19) : warning CS0661: 'Trinity.Bot.Providers.Grid.GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'Trinity.Items.ItemWrapper' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\UIComponents\BindingMember.cs(41,50) : warning CS0108: 'Trinity.UI.UIComponents.BindingMember.PropertyChanged' hides inherited member 'Trinity.Objects.BaseObject.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(613,50) : warning CS0108: 'Trinity.UI.RadarUI.VisualizerViewModel.PropertyChanged' hides inherited member 'Zeta.Common.Xml.XmlSettings.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(616,29) : warning CS0114: 'Trinity.UI.RadarUI.VisualizerViewModel.OnPropertyChanged(string)' hides inherited member 'Zeta.Common.Xml.XmlSettings.OnPropertyChanged(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\AutoEquipItems.cs(172,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\AutoEquipItems.cs(205,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\CoroutineHelper.cs(168,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\Gamble.cs(136,41) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Coroutines\Resources\CoroutineHelper.cs(168,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Helpers\IPluginCommunicator.cs(78,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Helpers\IPluginCommunicator.cs(115,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Helpers\MemoryHelper.cs(65,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Helpers\MemoryHelper.cs(75,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Helpers\Rotator.cs(122,19) : warning CS0168: The variable 'newAngle' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Helpers\ToStringReflector.cs(16,32) : warning CS0168: The variable 'properties' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(50,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsSearch'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(179,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SteadyStrikers'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(311,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsSpike'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(341,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsInsight'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(405,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsPower'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(428,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BornsPrivilege'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(473,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasCustodian'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(598,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsRule'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(636,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BornsFrozenSoul'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(758,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasWard'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(776,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsScrivener'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(941,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CaptainCrimsonsSilkGirdle'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(990,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'FleetingStrap'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1035,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CaptainCrimsonsThrust'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1115,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsHabit'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1137,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasPace'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1193,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CaptainCrimsonsWaders'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1282,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasFinders'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1297,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsTravelers'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1739,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BornsFuriousWrath'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1945,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'UtarsRoar'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1982,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SagesApogee'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2055,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SagesPurchase'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2138,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SagesPassage'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2408,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'ProfanePauldrons'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2800,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'Devastator'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(3420,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'ArchfiendArrows'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(3457,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'ArcaneBarb'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(3560,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'Corruption'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4042,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'Spite'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4131,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'GuardiansAversion'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4640,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CosmicStrand'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4764,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BojAnglers'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4887,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'TheHelmOfRule'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(5284,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BoardWalkers'
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\UIComponents\Converters\DisplayNameAttributeConverter.cs(43,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\DemonBuddy\Plugins\Trinity\UI\UIComponents\Converters\EnumVisibilityConverter.cs(33,30) : warning CS0168: The variable 'ex' is declared but never used
[Adventurer] (1.3.4.11) initialized.
[Adventurer] (1.3.4.11) enabled.
[QuestTools][Plugin] v3.5.13 Enabled
[Adventurer] Plugin is up-to-date.
Current bot set to Order Bot
Loaded profile Adventurer - Greater Rift
 
you have to install the plugins properly

is a simple copy/paste what you have to do
 
you have to install the plugins properly

is a simple copy/paste what you have to do

I fixed it already. I am going to run some GR and update this post if problem is solved.

Thanks Tony! Thank you guys for the great work!!!
 
Back
Top