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

Uber Bot - Organs farmer - Beta v0.5.2

Looking forward to trying this, I have some 600 of each key, I farmed 30 amulets worth manually today, 25 solo and by the 8th game I was bored as fuuuuuck. I had been saving them because I figured, Solo is 3 wasted amulets might as well do uber shared groups or whatever, but its 10x slower then solo. Solo games take me like 2 mins, less if magdha didn't have gay shield bs. I have one of the keybot versions with plugin/profile, Not sure til patch if that means itll work with it or work fine without it? Well see I guess.
 
I have been trying to get this to work properly. It will load up fine with no errors. I have tried it using the plugin with and without. The plugin really just allows you to ignore 1 of 4 fights, max death count and a logging option. I noticed that no matter where my character is sitting, it always puts me into Act 1 ADVENTURE mode. Not sure why this keeps going there because it is not location you need to be to kill ubers. I even tried to manually start the quest last part of Act 1 and was hoping would work, this failed.

Has anyone been able to get this to work since recent patch? I see comments there is a private version so I was curious. I use BrutalKeyFarm to get my keys and it works great. I just do not want to see me manually killing ubers OVER and OVER which is why we bot. My luck with RNGesus is reason why I bought DemonBuddy. I need 1000+ amulets properly in order to get a nice roll. Let me know if anyone here knows the settings or what base plugins should only be chosen. I know Trinity, Kadala etc plugins can cause issues.
 
Does it work on 2.1.2 patch?

I think the Heretic's Abode path code is changed, so the bot can't come into there.
Is there anyone who knows the path code?
 
its working but u have to go manually to heretics abode, anyone know the pathcode or how to check for pathcode?
 
2.1.2 fix

Does it work on 2.1.2 patch?

I think the Heretic's Abode path code is changed, so the bot can't come into there.
Is there anyone who knows the path code?


Two things seemed to have happened...

1. The coordinates changed from previous patch.​
2.1.1 (x="287" y="512" z="25")​
2.1.2 (x="252" y="569" z="25")​
2. The actorId(178293) now references two separate portals... the Innkeep and the Heretic's Abode​
(based on your current character coordinates)​

The fix to #1 was simple...
The fix to #2 was to, first, call a "force move" to where dynamic actorId reference changes to the Heretic's Abode portal... THEN call the interaction.

I made these edits to the Uberfarm profile as it was what i used before. (changes highlighted in blue below)

I attached the "fixed" Uberfarm profile... feel free to use it.

Code:
[COLOR="#0000CD"]
<MoveTo questId="1" x="269.38" y="572.76" z="24.16" />  
<WaitTimer questId="1" waitTime="400" />[/COLOR]
			
<While condition="ActorExistsAt(258064, [COLOR="#0000CD"]258.03, 570.29, 24.72, 15[/COLOR])">
	<MoveToActor questId="1" actorId="258064" [COLOR="#0000CD"]x="258.03" y="570.29" z="24.72"[/COLOR] isPortal="False" />
	<WaitTimer questId="1" waitTime="500" />
				
</While>
<While condition="ActorExistsAt(178293, [COLOR="#0000CD"]252.87, 568.74,  24.16, 15[/COLOR])">
	<MoveToActor questId="1" actorId="178293" [COLOR="#0000CD"]x="252.87" y="568.74" z="24.16"[/COLOR] isPortal="True" destinationWorldId="257117" />
	<WaitTimer questId="1" waitTime="500" />
</While>
 

Attachments

Last edited:
nice piece of work JoJo, works flawlessly
 
Last edited:
I get this error for some reason! Anybody happen to know why?
Waiting 5.6 seconds before next game...
Creating new game. Params: [Act: OpenWorld, Difficulty: Torment6, Quest: -1, QuestStep: 1, ResumeFromSave: False, IsPrivate: True]
[Trinity] Exception in Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
at Trinity.Helpers.DebugUtil.LogOnPulse() in x:\Users\FuRi\Desktop\DemonbuddyBETA 1.1.2229.508\Plugins\Trinity\Helpers\DebugUtil.cs:line 80
at Trinity.Trinity.OnPulse() in x:\Users\FuRi\Desktop\DemonbuddyBETA 1.1.2229.508\Plugins\Trinity\Plugin.cs:line 96
[Trinity] New Game - resetting everything
Adventure Mode Active!
[Trinity] New Game, resetting Gold Inactivity Timer
Loaded profile Uber Loader
Joined a game!
[Trinity] New Game - resetting everything
[Trinity] New Game, resetting Gold Inactivity Timer
[Trinity] >> Warning - One or more of your equipped items is recorded incorrectly in Trinity; please report:
[Trinity] >> x1_Bracers_norm_unique_13-143 Reaper's Wraps ActorSNO=298118 BaseType=Armor ItemType=Bracer
[Trinity] >> XBow_norm_unique_03-160 Buriza-Do Kyanon ActorSNO=194219 BaseType=Weapon ItemType=Crossbow
[Trinity] >> chestArmor_norm_unique_049-165 Cindercoat ActorSNO=222455 BaseType=Armor ItemType=Chest
[Trinity] >> Unique_Gem_014_x1-174 Boon of the Hoarder ActorSNO=405803 BaseType=Misc ItemType=LegendaryGem
[Trinity] >> x1_Amulet_norm_unique_19-175 Countess Julia's Cameo ActorSNO=298050 BaseType=Jewelry ItemType=Amulet
[Trinity] >> Unique_Gem_002_x1-176 Bane of the Trapped ActorSNO=405781 BaseType=Misc ItemType=LegendaryGem
[Trinity] >> Unique_Gem_012_x1-178 Zei's Stone of Vengeance ActorSNO=405801 BaseType=Misc ItemType=LegendaryGem
Loaded profile Uber Loader
Game joined, Resetting profile caches.
[Trinity] Starting up Generic Cache Manage thread
[Trinity] Starting up Generic Blacklist Manager thread
[QuestTools][LoadOnceTag] LoadOnce: Found 4 Total Profiles, 0 Used Profiles, 4 Unused Profiles
[QuestTools][LoadOnceTag] LoadOnce: Loading next profile: bones.xml
Failed to load profile: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="Bones" />) Line 37
System.Exception: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="Bones" />) Line 37
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)
[QuestTools][LoadOnceTag] LoadOnce: Found 4 Total Profiles, 1 Used Profiles, 3 Unused Profiles
[QuestTools][LoadOnceTag] LoadOnce: Loading next profile: gluttony.xml
Failed to load profile: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="Gluttony" />) Line 37
System.Exception: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="Gluttony" />) Line 37
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)
[QuestTools][LoadOnceTag] LoadOnce: Found 4 Total Profiles, 2 Used Profiles, 2 Unused Profiles
[QuestTools][LoadOnceTag] LoadOnce: Loading next profile: war.xml
Failed to load profile: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="War" />) Line 37
System.Exception: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="War" />) Line 37
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)
[QuestTools][LoadOnceTag] LoadOnce: Found 4 Total Profiles, 3 Used Profiles, 1 Unused Profiles
[QuestTools][LoadOnceTag] LoadOnce: Loading next profile: evil.xml
Failed to load profile: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="Evil" />) Line 37
System.Exception: Element UberBotUse is not supported. Please check your XML and try again. (<UberBotUse UseInfernalMachine="Evil" />) Line 37
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)
[QuestTools][LoadOnceTag] LoadOnce: Found 4 Total Profiles, 4 Used Profiles, 0 Unused Profiles
[QuestTools][LoadOnceTag] LoadOnce: All available profiles have been used!
Leaving game, reason:
Profile completed
Number of games completed: 1
Last run acquired 0 gold.
[Trinity] New Game - resetting everything

EDIT: Nvm I'm retarded, forgot to copy the plugin files.
 
Last edited:
Hello all thx for profil

anybody can say me why the infernal machine not stay in my bag??

thx
 
Bot is not waiting for the Key of Evil to drop sometimes, it just TPs back to town.
 
Hey nice plugin/profile, great work.

I made a few alterations to the profiles, very minor, added some Me.IsInBossEncounter conditions etc:


  • Your loadprofile paths point towards Loader.xml which doesn't exist.
  • I was getting stuck in a loop on Leroic if you die on arcane sentry after bosses are dead
  • I was also getting stuck at the start of vial of putridness trying to port to town while in a boss encounter.
  • Added additional time to wait for loot to drop (i know plugin is supposed to wait but i had one missed).
  • If you had to start/stop the bot for any reason it had trouble resuming from loader.

Now its working like a charm for me.

Thanks.

| STATS |
| BONES | Organs: 012 | Machines: 048 | Runs: 011 | DropRate: 100%
| GLUTTONY | Organs: 012 | Machines: 045 | Runs: 011 | DropRate: 100%
| WAR | Organs: 012 | Machines: 053 | Runs: 012 | DropRate: 100%
| EVIL | Organs: 012 | Machines: 049 | Runs: 012 | DropRate: 100%
 

Attachments

Last edited:
Back
Top