Hmm first problem im getting is...uberbot plugin will not show up in tab. deleted compiledassemlbies, tried on a fresh demonbuddy etc. won't show up.
Mine worke djust fine from the post on page 13 also, got about 50 sets of each organ. No issues.
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.
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:
any chance you can get this plugin more updated so that it goes after keys if you don't have all keys?
That way U can keep a same size stack from all organs![]()