FaveN
Member
- Joined
- Jun 1, 2014
- Messages
- 220
- Reaction score
- 1
Still no rimididiblongtong on any of my 7 bots....where 5 is running T6 rift.
Farming with my bot since more then 12 hours still no Gift as well 8-12 Rifts per hour...
Still no rimididiblongtong on any of my 7 bots....where 5 is running T6 rift.
Code:[QUALITY] == "Legendary" //[QUALITY] == "Rare" && [LEVEL] > 61 && ([BASETYPE] == "Armor" || [BASETYPE] == "Weapon" || [BASETYPE] == "Jewelry" || [BASETYPE] = "Misc") //[QUALITY] == "Magic" && [LEVEL] > 61 && ([BASETYPE] == "Armor" || [BASETYPE] == "Weapon" || [BASETYPE] == "Jewelry" || [BASETYPE] = "Misc") //[QUALITY] == "Superior" && [LEVEL] > 61 && ([BASETYPE] == "Armor" || [BASETYPE] == "Weapon") //[QUALITY] == "Normal" && [LEVEL] > 61 && ([BASETYPE] == "Armor" || [BASETYPE] == "Weapon") //[QUALITY] == "Inferior" && [LEVEL] > 61 && ([BASETYPE] == "Armor" || [BASETYPE] == "Weapon") //[NAME] == "Reusable Parts" //[NAME] == "Arcane Dust" //[NAME] == "Veiled Crystal" //[NAME] == "Death's Breath" //[NAME] == "Rift Keystone Fragment" [ITEMID] == "1844495708" [NAME] == "Gem" [BASETYPE] == "Misc" -> [PICKUP]
He said you need to have [BASETYPE] == "Misc" -> [PICKUP] in the beginning?
Yes it will pickup any MISC item (crafting reagents, follower items, basically everything except ARMOR, WEAPON, and JEWELERY)
If you don't want all junk items to be picked up you can try:
[BASETYPE] == "Misc" && [QUALITY] != "Rare" && [QUALITY] != "Magic" && [LEVEL] == 70 -> [PICKUP]
I think it was safer to put it in the beginning in case you have conflicting rules in your file.
My pickup.dis only has 1 line:
[BASETYPE] == "Misc" -> [PICKUP]
For now i think it's easier to configure built-in trinity pickup rules for rare/blue/white/leg/gems/gold, and just add a simple pickup.dis file to pickup ramaladni's gifts
Custom loot rules are first applied, then if no matching rule is find, is uses standard trinity criteria.
You don't need to write complete rules including all item types to use custom rules.
If you use buldt-in-trinity, where is the pickup.dis file located? There are only two pickup.dis and you need to use File based Rule to choose either of them.
I see! If I only have a pickup.dis file in the path I choose, the rest will be decided by trinity? I now use Jobs Legendary but in the pickup.dis, I only have [BASETYPE] == "Misc" -> [PICKUP] but it still picks up rear armor.
So Custom rules dont overrule Trinity Rules? It just adds additional rules?
+-------------------------+
| EVENT |
| Item Drop |
| FileBasedScriptingRules |
+-----------+-------------+
|
V
+--------------+
| pickup.dis +--> <matching rule>
+------+-------+ |
| +-> PICKUP
V +-> IGNORE
<no matching rule>
|
|
|
V
+--------+---------+
| trinity setting |
| decide if item |
| pickup |
+------------------+
awesome, thanks
but what is the Pickup/Keep Log Level under Item rules?
Well, still no ramdalindong gem for me, almost 12 hours now with 7 bots running t5/t6 rift none stop....
do they get placed in the last chest tab? and do you need to identify them?
when configured like this, do you know if trinity will salvage the items like relics etc? if currently configured in trinity?Here is what i use:
First you need a pickup.dis file !!!
2 possibilities
1- You create one, and write 1 line in it for ramaladni's gift (see previous posts)
2- You use a full custom rules, in that case, just add the line in pickup.dis
In Trinity options > pickup:
Choose: file based script rules
Configure other trinity options to your liking.
In Item rules Tab:
Use rule Set: "Custom* RTFM!"
Click "browse" to point to the pickup.dis file
Click Reload script Rules
Save & Close
Enjoy !
For me it's working fine, picking up items like configured in trinity pickup tab, and using custom rule to pickup ramaladni's gift
when configured like this, do you know if trinity will salvage the items like relics etc? if currently configured in trinity?
thanks, i ran maybe 100 t6 rifts in the past 36 hrs maybe, and 0 rimaldinis, just setup a single line pickup.dis, fingers crossed! i finally found a SMK for my WD, but needs a rimaldinis badlyIt will use options set up in "townrun" tab, so it should normally sell or salvage them if it's blue/yellow, and keep if legendary (trinity keeps all legendaries, the only way to salvage/sell a leg is to add a specific [TRASH] tag in legendary.dis)
thanks, i ran maybe 100 t6 rifts in the past 36 hrs maybe, and 0 rimaldinis, just setup a single line pickup.dis, fingers crossed! i finally found a SMK for my WD, but needs a rimaldinis badly
thanks, i ran maybe 100 t6 rifts in the past 36 hrs maybe, and 0 rimaldinis, just setup a single line pickup.dis, fingers crossed! i finally found a SMK for my WD, but needs a rimaldinis badly