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

Cant ignore magic items

kelin

New Member
Joined
Dec 21, 2012
Messages
13
Reaction score
0
Bot wont stop picking up magic items, its slowing my run so much.
I've looked into the pickup.dis in the item rules folder and have magic ignored but the bots still picking up magic items.
 
Yep, dled 1.7.1.9 just then and still doesn't work.
the pickup.dis file has magic on ignored.

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

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

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

// +---------------------------------------------------------------------------+
// | _____ _______ _______ _______ _______ _____ _______ ______ ___ ___
// | | |_| ___| __| ___| | | \| _ | __ \ | |
// | | | ___| | | ___| | -- | | <\ /
// | |_______|_______|_______|_______|__|____|_____/|___|___|___|__| |___|
// +---------------------------------------------------------------------------+
[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]

// +---------------------------------------------------------------------------+
// | _______ _______ _______ _______ ______
// | | | | _ | __|_ _| |
// | | | | | |_| |_| ---|
// | |__|_|__|___|___|_______|_______|______|
// +---------------------------------------------------------------------------+
//ignore rule
[QUALITY] == "Magic" -> [IGNORE]
 
are you using default Trinity loot rules?
 
yeah i am, i havent changed anything since i dl'ed it
but since knowing that magic was on ignore i thought it would simply just ignore magic items?
how do i mod it?
 
yeah i am, i havent changed anything since i dl'ed it
but since knowing that magic was on ignore i thought it would simply just ignore magic items?
how do i mod it?
When in the game and bot is running, go to the plugins tab and select GilesTrinity, then click on Config. Then under the Items tab, you can choose your settings. Personally I have all magic to None and rares to 61+, meaning it won't pickup items below 61 ilvl.
 
yeah i am, i havent changed anything since i dl'ed it
but since knowing that magic was on ignore i thought it would simply just ignore magic items?
how do i mod it?

You need to go to the Trinity config, Items tab, and select "File Based Scripted Rules" to use the scripted rule sets. Scripted rule sets may also use Trinity scoring, if no ruleset applies.

Otherwise, if you're using "Trinity Scoring Only" it will use the settings that are shown in the window there.
 
You need to go to the Trinity config, Items tab, and select "File Based Scripted Rules" to use the scripted rule sets. Scripted rule sets may also use Trinity scoring, if no ruleset applies.

Otherwise, if you're using "Trinity Scoring Only" it will use the settings that are shown in the window there.
^^ give this a shot, since chances are thats the issue your having.
 
Back
Top