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

[Plugin] AdvancedItemFilter RELOADED !

Status
Not open for further replies.
I don't know if goodle is a really, really good troll, or he's just re... re-affirming that he doesn't understand.
 
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
 
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

only 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" ?
 
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" ?

That's not how it works, I could add a blacklist for bases especially for recipes, if I find the will to deal with GUI stuff :D but yeah, I could do it internally, not in rules (but internally wouldve an impact on rules so it's a good thing)

Now I have to judge if it's worth the time.
 
well no big deal just a little thought ^^ atleast it's doing the recipe now .. idk why it didn't worked earlier i cleaned my stashes and now its working
 
Can anyone share their loot rule for Cartographer's Sextants ?

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
  }
]
 
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
  }
]


the keep rules arent needed i believe.
 
Well, I tried item.IsCurrency and item.FullNameContains == "Cartographer's Sextant"
And it wasn't working for me.
 
1518e91490.png


Coming soon(tm)
 
Hello,

Great plugin but I am having issues with it as I am new. The bot will continually pickup yellows and place in stash until it is full. Never will it sell the extra chests/weaps/helms etc it will keep stashing until full and then stop. I have the keep slider to 1 (except belts and jewelry). Any issue why the Chaos/Gear recipes arent working?

Also added the HighEnd Rules and I am wondering if this jives with the chaos recipe cause with the HighEnd rules it sells all now

Edit:
I have been reading through the thread and it seems most of the issue. If there is a fix to have chaos recipe working please let me know
 
Last edited:
Status
Not open for further replies.
Back
Top