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

how to NOT ignore every single item

Vextro

New Member
Joined
Dec 25, 2012
Messages
27
Reaction score
0
i tried posting it in the main screen but no real replies there that can help me so i decided to post it here in the trinity sub.

I didnt play for a long time and got back into it a couple of days ago. First thing I did was download the newest version of DB via the website and put it in a completely new folder. I then downloaded the newest trinity / questtools plugins and a plugin for keeping legs unid. and put them in the plugin folder. Downloaded the newest act 3 by rizzz profile and started while I went to sleep.
When I woke up I found out my bot made almost no gold and kept almost no items except for 4/5 legs and a shit load of follower items. I then proceeded to look at my bot playing and noticed he skips past almost every single item except for follower items and some other crap like demonic essence. It does pick up a random item every now and then but mostly skips them.
It doesnt pick up any blue items either. Needless to say this is a huge waste of time and risk of getting banned when my bot doesnt make gold at all.

I tried loading different pickup files but none of them seem to load since there is something wrong with itemmanager not being a loot manager or something like that. It loads 230 soft pickup rules when I start and when looking trough the pickup.dis in the soft folder it says ignore on almost every single line (also why is this a file with only 3 lines instead of a normal document, its fkin hard to read everything).

I need help, URGENT help by getting a pickup file that doesnt ignore everything, still vendors all the crap and uses the item points as to define keep or vendor. Can someone PLEASE PLEASE, PRETTY PLEASE help me out on this one???

I am losing my mind
 
you config the pickup items in trinity? Maybe a clean installation of trinity and config help you.
 
you config the pickup items in trinity? Maybe a clean installation of trinity and config help you.

I didnt config ANYTHING at all. I made a clean install in a clean folder of DB / Trinity / Questtools / Unid legs / Rrrix profile. After all that I just started the bot.
DB says it loaded 230 soft rules. If i open the rules folder > soft > pickup.dis file this is what it says:

// +---------------------------------------------------------------------------+
// | ______ _______ ______ __ __ _______ ______
// | | __ \_ _| | |/ | | | | __ \
// | | __/_| |_| ---| < | | | __/
// | |___| |_______|______|__|\__| |_______|___|
// | ++++++++++++++++++++++++++++++++++++++++++++++++++
// +---------------------------------------------------------------------------+

// +---------------------------------------------------------------------------+
// | _______ ______ _______ ______ _______ _______ _____
// | | __| __ \ ___| |_ _| _ | |_
// | |__ | __/ ___| ---|_| |_| | |
// | |_______|___| |_______|______|_______|___|___|_______|
// +---------------------------------------------------------------------------+

// craftingPlans on the ground have all quality normal cant decide here
[TYPE] == "CraftingPlan"

// craftingReagents like Demonic Essences
[TYPE] == "CraftingReagent"

// +---------------------------------------------------------------------------+
// | _____ _______ _______ _______ _______ _____ _______ ______ ___ ___
// | | |_| ___| __| ___| | | \| _ | __ \ | |
// | | | ___| | | ___| | -- | | <\ /
// | |_______|_______|_______|_______|__|____|_____/|___|___|___|__| |___|
// +---------------------------------------------------------------------------+
[QUALITY] == "Legendary" && [LEVEL] > 57
[QUALITY] == "Legendary" && [LEVEL] > 50 && [TYPE] == "Jewelry"
//ignore rule
[QUALITY] == "Legendary" && [LEVEL] <= 56 -> [IGNORE]

// +--------------------------------------------------------------------------------------+
// | ______ _______ ______ _______
// | | __ \ _ | __ \ ___|
// | | < | < ___|
// | |___|__|___|___|___|__|_______|
// +--------------------------------------------------------------------------------------+
[QUALITY] == "Rare" && [LEVEL] > 61 && [BASETYPE] == "Weapon"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 61 && [BASETYPE] == "Weapon" -> [IGNORE]

[QUALITY] == "Rare" && [LEVEL] > 60 && [BASETYPE] == "Armor"
[QUALITY] == "Rare" && [LEVEL] > 57 && [BASETYPE] == "Armor" && [TYPE] == "Gloves"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 60 && [BASETYPE] == "Armor" -> [IGNORE]

[QUALITY] == "Rare" && [LEVEL] > 54 && [BASETYPE] == "Jewelry"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 54 && [BASETYPE] == "Jewelry"-> [IGNORE]

// bugged rare misc items like followerspecial and polearm
[QUALITY] == "Rare" && [LEVEL] > 61 && [BASETYPE] == "Misc"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] <= 61 && [BASETYPE] == "Misc" -> [IGNORE]

// +---------------------------------------------------------------------------+
// | _______ _______ _______ _______ ______
// | | | | _ | __|_ _| |
// | | | | | |_| |_| ---|
// | |__|_|__|___|___|_______|_______|______|
// +---------------------------------------------------------------------------+
//ignore rule
[QUALITY] == "Magic" -> [IGNORE]


the magic folder is 1 long line with on the end [TRASH].
 
I used to have a basic rule that would pick up almost everything and just vendor all of the crap which made my GPH around 700k-1m. And a lot of items. also since I copy pasted this file in here, now i can finally read it and its not just 1 stupid long line. it doesn't seem to me anything is super wrong here. I don't know whats going on, i never had any problems until I came back.

It would pick everything up and use some kind of math to decide whether to keep items or not.
 
Last edited:
Posted about this in a very similar thread the other day. The short answer is, you don't want it picking up everything, If you insist however, take the "-> [IGNORE]" out of [QUALITY] == "Magic" -> [IGNORE], then also do the same for the following rare rules above it. Keep the trash stuff at least so it vendors. Keep in mind your gonna be basically spamming town runs, and it's not efficient.
 
it is not about loot rules, DB ignore about 2% loots, it is an old problem.
 
You must config in trinity items/pickup, not the rules.
 
Back
Top