I have 22 stash and when I started to bot it always to load all that stash 22 , but i just use 9 stash for BOT, how to it only load 9 ( had currency stash ) thank you
yes thank you broonly cache 9 you mean? enter the 9 names in comlib.
It should be possible to only let him use bad bases for recipe right ? instead of item.IsRare we do item.IsRare and item.IsName "blablublbub" ?
Can someone share already set filter folder?
Can anyone share their life with me?
Can anyone share their loot rule for Cartographer's Sextants ?
{
"Enabled": true,
"Type": 0,
"Rule": "item.Name == \"Apprentice Cartographer's Sextant\"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.Name == \"Apprentice Cartographer's Sextant\"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.Name == \"Journeyman Cartographer's Sextant\"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 0,
"Rule": "item.Name == \"Journeyman Cartographer's Sextant\"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 2,
"Rule": "item.Name == \"Master Cartographer's Sextant\"",
"ShouldLog": false
},
{
"Enabled": true,
"Type": 0,
"Rule": "item.Name == \"Master Cartographer's Sextant\"",
"ShouldLog": false
}
]
I am using this, but really it is so easy to create rules because awesome developers made it so easy you have a rule type and then just set the correct link, property and operator. I have almost zero knowledge when it comes to coding but if u actually read 1st post and open the rules in notepad++ you can make any rule in any way you want it. Or even easier you can make them trough the GUI.
Code:{ "Enabled": true, "Type": 0, "Rule": "item.Name == \"Apprentice Cartographer's Sextant\"", "ShouldLog": false }, { "Enabled": true, "Type": 2, "Rule": "item.Name == \"Apprentice Cartographer's Sextant\"", "ShouldLog": false }, { "Enabled": true, "Type": 2, "Rule": "item.Name == \"Journeyman Cartographer's Sextant\"", "ShouldLog": false }, { "Enabled": true, "Type": 0, "Rule": "item.Name == \"Journeyman Cartographer's Sextant\"", "ShouldLog": false }, { "Enabled": true, "Type": 2, "Rule": "item.Name == \"Master Cartographer's Sextant\"", "ShouldLog": false }, { "Enabled": true, "Type": 0, "Rule": "item.Name == \"Master Cartographer's Sextant\"", "ShouldLog": false } ]
Im using the old version so i dont have problems![]()