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

Using trinity item rules: How to ignores all plans beside Marquises and Legendarys?

Sulixes

New Member
Joined
Oct 22, 2012
Messages
83
Reaction score
0
How can i modify my item rules file (common), im using item rules 2, so that it only keep marquise jeweller plans and legendary plans, and ignore all the other recipes?
i'd like it to ignore demonic essenses as well.
 
How can i modify my item rules file (common), im using item rules 2, so that it only keep marquise jeweller plans and legendary plans, and ignore all the other recipes?
i'd like it to ignore demonic essenses as well.

You can't ignore before/on pickup with Itemrules :(
So that means that you have to waste time to pick them up.
 
then how about picking up only legendary plans? if i disabled "pick up recipes/plans" wil it also ignore legendary plans?
 
then how about picking up only legendary plans? if i disabled "pick up recipes/plans" wil it also ignore legendary plans?

Can't do that. If you ignore plans, you will ignore Leg Plans as well.
Going further, the DBCore/ItemRules treats all plans dropped onto the floor as normal quality if it is legendary until you pick it up.
 
I want to keep legendary plans and the archon gloves, only one worth keeping. Rest you can buy, if, when you need on ah for less than 15k

Anyone know if this is right to add in common.dis :

// crafting plans setting
[QUALITY] == "Legendary" && [TYPE] == "CraftingPlan" -> [KEEP]
[QUALITY] == "Rare6" && [TYPE] == "CraftingPlan" -> [KEEP]
[QUALITY] == "Rare5" && [TYPE] == "CraftingPlan" -> [TRASH]
[QUALITY] == "Rare4" && [TYPE] == "CraftingPlan" -> [TRASH]

?
This way it saves lesser wanted stuff as well, best would be only radiant star emerald + legendary + archon gloves..

What to write?
Even possible now?
 
I can say for sure that this allows to pick up only legendary plans (tested):
[TYPE] == "CraftingPlan" -> [IGNORE] // pick up only legendary plans
legendary pick up rules are default
 
I can say for sure that this allows to pick up only legendary plans (tested):

legendary pick up rules are default

False. Tested with trinity 1.7.2.2 and all legendary plans are Type Normal.
 
False. Tested with trinity 1.7.2.2 and all legendary plans are Type Normal.

Kakaru is correct.

All plans are ItemQuality.Normal, however the distinguishing feature of plans is their item level - and unfortunately there's no "easy" way to detect a legendary plan as of yet. Still working on it a good solution to this - it may be doable in another way but I am still researching.
 
that's strange enough: I bought the cheapest legendary and set plans on ah and dropped them together with some random 'yellow' plans (gem and item), and bot picked up only the legendary ones.
 
Back
Top