This looks awesome. Really great to see a ruleset that allows us to pickup 58+gloves separate of other rares
I added a pickup rule:
[QUALITY] == "Rare" && [TWOHAND] == "true" -> [IGNORE]
Should be standard if the rules are in fact "hard". No one is buying 2H weps that aren't Skorn.
i added that 2h rule..
// +--------------------------------------------------------------------------------------+
// | ______ _______ ______ _______
// | | __ \ _ | __ \ ___|
// | | < | < ___|
// | |___|__|___|___|___|__|_______|
// +--------------------------------------------------------------------------------------+
[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]
[QUALITY] == "Rare" && [TWOHAND] == "true" -> [IGNORE]
still getting 2handed picked up
edit: not sure if my trinity is working as what i wanted. because under the item tab i chose File Based Script Rules.
and under it for weapons armor and jewelry for magic and rare was 1+. my bot still picks up everything even though its supposed to be using file based script rules. (which if im not wrong is suppose to be from the pickup.dis and legendary and rare right)
is there anything i am doing wrong?