What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
Plugin's combat folder for DMO Wizzard, looks like i fixed far standing with arcane orbit.
Waiting for feedbacks.
v .11
Seems like this works very well. Thanks a lot :) for future reference, what exactly did you change in the files?
 
Well, I think I fixed it too. We'll see what does better I guess.
Great :) And thank you again for all your hard work. I hope you guys don't take anything I say as being ungrateful for all the work you put in to this plugin. I know how hard it can be to get rid of bugs in code and deal with everyone complaining about them without losing your mind. It's much appreciated.
 
Well, I think I fixed it too. We'll see what does better I guess.
Can we see your fix? Or will it be in tomorrow's update? Cuz his does work better, but still far from perfect..It's really situational that it still not works well.
 
Can we see your fix? Or will it be in tomorrow's update? Cuz his does work better, but still far from perfect..It's really situational that it still not works well.
Today's update most likely.
 
It seems like loot radius needs to be increased because if wiz teleport and energy twister max range is ~70. It seem to miss some loot pickups.
 
It seems like loot radius needs to be increased because if wiz teleport and energy twister max range is ~70. It seem to miss some loot pickups.
That's not a Trinity setting. You can increase the loot radius in the demonbuddy settings.
 
So updated to 2-14-13 and using WD. Notice that map causes WD to glitch the heck out now. I am running bounties, when it goes to town and trys to do things or when it runs bounties and map opens the bot is trying to continue to move in the background. If I go back to 2-14-11 it works perfectly fine and doesnt have this issue. That said it seems like the movement fix for WD in 13 broke some other things.
 
I just donated $10 each to you guys, thanks for work you all do :D

jubisman - did you ever get around to looking at this Locust Swarm build? https://www.thebuddyforum.com/demonbuddy-forum/plugins/trinity/236056-locust-swarm.html

The build will work if there is an option to disable using Locust Swarm even though its on your bar. :D
Hey, thanks a lot mate! Really appreciate it.

I actually added a check for Wormwood a couple of days ago. Shouldn't cast Locust Swarm if it's detected. Is it not working?
 
Ah did not try (didnt think you would get to it so fast) i will try it out later i have enough Ancient now for it to work. Thanks!
 
I am using this build to run T10 rifts. http://www.diablofans.com/builds/70681-flash-fire-wizard-t10-speed I haven't seen one take longer than 5 minutes.

Make sure your pet is on to collect gold, and turn off gold looting in trinity. I also set trash mob count to 1, and ignore trash further away than 15. Pretty cool build =)

using same build.. never take more than 3 minutes.. u should set trash for 15 and cluster to 5
and use the wizardcombat that jubisman posted in another thread:
https://www.thebuddyforum.com/demon...36708-flash-fire-wizard-t10-speed-2-mins.html
 
a problem
if minimum trash mob pack size not set to 1 bot would stuck by monsters
and unstuck by object some time not work well either ,not hit the obstacle it seems bot consider character has passed
because it passed by navmesh and not detected by radar twice
 
Last edited:
a problem
if minimum trash mob pack size not set to 1 bot would stuck by monsters
and unstuck by object some time not work well either ,not hit the obstacle it seems bot consider character has passed
because it passed by navmesh and not detected by radar twice

Oh.. I forgot.. in cube.. instead of bracers for speed when break object.. I put the boot to pass thru mobs... so I never get stuck by mobs
And when doing Speed GRs with this build.. I swap the goldwrap for the tal rasha belt.. the tal rasha head for a firebird head.. and the firebird offhand for the orb of infinite... and swap the boom of hoader for wreath of lightning
 
So updated to 2-14-13 and using WD. Notice that map causes WD to glitch the heck out now. I am running bounties, when it goes to town and trys to do things or when it runs bounties and map opens the bot is trying to continue to move in the background. If I go back to 2-14-11 it works perfectly fine and doesnt have this issue. That said it seems like the movement fix for WD in 13 broke some other things.

I do have the same issue. Hope it will be fixed soon.
 
I am having an issue with 2-14-13, I extract to the trinity folder and DB no longer recognizes that trinity is installed, any help?

Edit: I apologize I did not post any error information, after cleaning up duplicate usage errors this is what is left.

Compiler Error: c:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\UI\UIComponents\BindingMember.cs(40,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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\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:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Helpers\IPluginCommunicator.cs(78,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Helpers\IPluginCommunicator.cs(115,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Helpers\MemoryHelper.cs(65,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Helpers\MemoryHelper.cs(75,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Helpers\Rotator.cs(122,19) : warning CS0168: The variable 'newAngle' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Helpers\ToStringReflector.cs(16,32) : warning CS0168: The variable 'properties' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(50,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsSearch'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(179,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SteadyStrikers'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(311,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsSpike'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(341,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsInsight'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(405,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsPower'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(428,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BornsPrivilege'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(473,30) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasCustodian'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(598,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AughildsRule'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(636,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BornsFrozenSoul'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(758,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasWard'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(776,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsScrivener'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(941,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CaptainCrimsonsSilkGirdle'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(990,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'FleetingStrap'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1035,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CaptainCrimsonsThrust'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1115,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsHabit'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1137,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasPace'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1193,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CaptainCrimsonsWaders'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1282,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'AshearasFinders'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1297,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CainsTravelers'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1739,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BornsFuriousWrath'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1945,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'UtarsRoar'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(1982,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SagesApogee'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2055,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SagesPurchase'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2138,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'SagesPassage'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2408,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'ProfanePauldrons'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(2800,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'Devastator'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(3420,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'ArchfiendArrows'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(3457,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'ArcaneBarb'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(3560,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'Corruption'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4042,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'Spite'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4131,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'GuardiansAversion'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4640,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'CosmicStrand'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4764,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BojAnglers'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(4887,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'TheHelmOfRule'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\Reference\ItemRankData.cs(5284,22) : error CS0117: 'Trinity.Reference.Legendary' does not contain a definition for 'BoardWalkers'
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\UI\UIComponents\Converters\DisplayNameAttributeConverter.cs(43,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: c:\Users\Win8 PC\Desktop\DemonBuddy\Plugins\Trinity\UI\UIComponents\Converters\EnumVisibilityConverter.cs(33,30) : warning CS0168: The variable 'ex' is declared but never used
 
Last edited:
hi @jubisman,

another bug for Monk: when monk is using 'Tempest Rush', its very hard for monk to pickup items from ground.
 
Plugin's combat folder for DMO Wizzard, looks like i fixed far standing with arcane orbit.
Waiting for feedbacks.
v .11
just a quick comfirmation all you do is just replace the old combat file with this one and it should work ?

so i tried the fix and it does not work for me on GR60 the only one i have found usefull to clear GR60 100% of the time is trinity 2.14.1 and it wastes mana but it works well, i tried the trinity .11 and the modded cs combat file u uploaded and no luck. so if you could use the part of 2.14.1 that works and just make it not blow thru mana so fast you will have a winner
 
Last edited:
Back
Top