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

Uber Bot - Organs farmer - Beta v0.5.2

Look a few replies above yours:
Ah thanks a lot! Another problem is, that but dosnt run to the portal room in tristram.
He port to tristram and stay there.
Code:
[ UberBot ] Profile Manager, Next run on Realm of Chaos
Loaded profile UberBot - VialOfPutridness Run
[QuestTools][<GetItemFromStashRoutine>d__16] Already have 5 items in our backpack (GameBalanceId=0 ActorSNO=366947 GreaterRiftKey=False)
There are enough maschines and he open portal only if i run my self inside portal room.
 
I managed to fix the current version in latest DemonBuddy beta version. I'd recommend waiting for BuddyMe to update the Plugin himself, but if you're as impatient as I am, the fix is to simply typecast the 'ItemStackQuantity'. The following will fix the Plugin:


The edit @ line 184 needs to be corrected

from --->
Code:
.ForEach(i => AddToOrgansCount(i.ActorSNO, i.ItemStackQuantity));

to --->
Code:
.ForEach(i => AddToOrgansCount(i.ActorSNO, [COLOR="#FF0000"](int)[/COLOR]i.ItemStackQuantity));

If not corrected you will get an error pointing to that line atleast. and now it works for me, thanks alot for supplying us with a solution ;)

For those that are lazy im attacthing the edited and working uberbot plugin.
View attachment UberBot.db407_db521.zip

Also adding the profile part incase anyone is missing.
View attachment Profiles.uberbot.v0.41.zip

This was tested on DB407.
 
The edit @ line 184 needs to be corrected

from --->
Code:
.ForEach(i => AddToOrgansCount(i.ActorSNO, i.ItemStackQuantity));

to --->
Code:
.ForEach(i => AddToOrgansCount(i.ActorSNO, [COLOR="#FF0000"](int)[/COLOR]i.ItemStackQuantity));

If not corrected you will get an error pointing to that line atleast. and now it works for me, thanks alot for supplying us with a solution ;)

For those that are lazy im attacthing the edited and working uberbot plugin.
View attachment 179681

Also adding the profile part incase anyone is missing.
View attachment 179689

This was tested on DB407.
Thanks a lot for your profiles. My plugin i have done my self from page before and dont knew that profiles need an update too.
Not works fine with db407.
 
The edit @ line 184 needs to be corrected

from --->
Code:
.ForEach(i => AddToOrgansCount(i.ActorSNO, i.ItemStackQuantity));

to --->
Code:
.ForEach(i => AddToOrgansCount(i.ActorSNO, [COLOR="#FF0000"](int)[/COLOR]i.ItemStackQuantity));

If not corrected you will get an error pointing to that line atleast. and now it works for me, thanks alot for supplying us with a solution ;)

For those that are lazy im attacthing the edited and working uberbot plugin.
View attachment 179681

Also adding the profile part incase anyone is missing.
View attachment 179689

This was tested on DB407.

Works fine for me too Thx so much :D
 
my bot keeps skipping the putrid run. is there a reason for this? is it counting how many organs i have an balancing it?
 
Please help, the UberBot plugin isnt loading for me :( don't know why, it just wont show and i followed all the instructions
 
Read few replies above you

For those that are lazy im attacthing the edited and working uberbot plugin.
UberBot.db407_db521.zip
 
[ UberBot ] Profile Manager, Looking for next step
[ UberBot ] No more Infernal Machines, Stop bot
Stopping the bot.
Session lasted for: 00:00:33.0077317
Chose Trinity as your combat routine
[Trinity] Inserting GoldInactivity into TreeStart
[Trinity] Inserting XPInactivity into TreeStart
Bot Thread Ended. Was this requested?


Anyone any ideas what is wrong? I have 110 machines..


Ps: Nevermind probably because it are the old machines. -_- uch
 
Last edited:
someone help. im running follower bot to do hellfires. but i keep getting this: only for putrid vial

[QuestTools][QuestTools] Plugin Pulsed from Invalid State: MeIsValid=True ServiceIsValid=True IsInGame=False IsLoadingWorld=False
[QuestTools][QuestTools] Plugin Pulsed from Invalid State: MeIsValid=True ServiceIsValid=True IsInGame=True IsLoadingWorld=False
[QuestTools][QuestTools] Plugin Pulsed from Invalid State: MeIsValid=True ServiceIsValid=True IsInGame=False IsLoadingWorld=False
[QuestTools][QuestTools] Plugin Pulsed from Invalid State: MeIsValid=True ServiceIsValid=True IsInGame=True IsLoadingWorld=False
 
Bot wants to loop to town over and over. Doesn't create a new game after completing the ubers.

It will keep going back into the portals over and over even though they are already complete.

Any thoughts?

EDIT: Should you have this issue, just turn off your gold inactivity timer and set your EXP inactivity timer pretty low. I have GRift 50+ gear and my timer is set to 30 seconds.

Seems to be working so far as a temporary fix.
 
Last edited:
my todo list is too big, i realy have to put this at a high priority ^^
 
I had to manually put them into my player's inventory, then it worked fine.

How did you get this to work?

I'm getting "error CS1503: Argument 2: cannot convert from 'long' to 'int'" errors and the plugin doesn't show up

which version of DB are u using?
 
added the fix to uberbot from the page 12 thread, looking forward to testing this and getting some organs after the recent ~20 hour bot session I ran for keys, way better key bot then any previous version buddyme made for sure =)

OUW0Z0R.jpg
 
added the fix to uberbot from the page 12 thread, looking forward to testing this and getting some organs after the recent ~20 hour bot session I ran for keys, way better key bot then any previous version buddyme made for sure =)

OUW0Z0R.jpg

thanks
 
Back
Top