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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Is there something like Loot priority?

StrongBG

Member
Joined
Mar 13, 2012
Messages
428
As the title says i would like to know if there is something like loot priority cuz here is what happens i run with 330iir/72 iiq maps and sometimes in boss rooms there is way too much loot and not enough portals left...The bot picks up random rares and if there is no portal ofc he cant loot the rest and sometimes in those rest items are uniques or good bases rares...If there is loot priority like Uniques>Currency>6 socketed items>Rares it would be great.
Ive seen the bot leaving 1-2 uniques sometimes...Map with 3 bosses and double boss mod(6x bosses in room)=5 portals not enough to take all the loot out....

Well this happens not only at the bosses ofc when you got no portals left it just leaves the map with stash full of rares while there are still currency and uniques on the ground left...If you ask me this should be implemented in Map Runner plugin.
 
Last edited:
You should use your own lootItemsTask. You can check ExampleLootItemsTask that comes with the bot. I did have this in my bot but I'm not sure if it is possible to implement it to standard setup the bot comes with. I'll need to check the code I guess. I will try to answer again tomorrow.
 
Okay here you go:

Edit: New link


Replace this with ExampleLootItemsTask and it should first pickup currency, than uniques and than any other item. Also, if you can't fit the current item in your inventory it doesn't do a town run but checks if you can fit any other item in your inventory. That way you don't do a town run when you can pickup some more small items.

If you get an error write here and I'll try to solve it but I'm not botting anymore..
 
Last edited:
Okay here you go:

hastebin

Replace this with ExampleLootItemsTask and it should first pickup currency, than uniques and than any other item. Also, if you can't fit the current item in your inventory it doesn't do a town run but checks if you can fit any other item in your inventory. That way you don't do a town run when you can pickup some more small items.

If you get an error write here and I'll try to solve it but I'm not botting anymore..

Good stuff, should be working ;)
 
Okay here you go:

hastebin

Replace this with ExampleLootItemsTask and it should first pickup currency, than uniques and than any other item. Also, if you can't fit the current item in your inventory it doesn't do a town run but checks if you can fit any other item in your inventory. That way you don't do a town run when you can pickup some more small items.

If you get an error write here and I'll try to solve it but I'm not botting anymore..
It isnt working...
Ok lets see if i did it right i replaced the old code on ExampleLootItemsTask with the new code and i get this error
 

Attachments

Ah.. I know what mistake I did but you gotta give me some hours before I get home to fix it..
 
I can't see the reason behind error. Can someone with access to bot look into this? To me, it says "The type or namespace name 'ExampleLootItemsTask' could not be found" for no reason.
 
Back
Top