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

Recent content by fisuska

  1. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    [10/05/2017 15:53:07][Pickup] Rule item.FullNameContains("Leaguestone") returned True for Ample Bloodlines Leaguestone so it works :) make it duplicate rule, both to pickup and keep sections.
  2. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    Long story short, you have one space somewhere :P { "Comment": "", "Enabled": true, "Type": 0, "Rule": "item.FullNameContains(\"Leaguestone\")", "ShouldLog": false, "Priority": 1 }, { "Comment": "", "Enabled": true, "Type": 2, "Rule"...
  3. fisuska

    How do I get the bot to use those frozen "shrines"

    Enable plugin 'Monoliths' and configure it.
  4. fisuska

    Cannot Install Plugins

    Remove ItemFilterEditor, AIF has built in rules editor and they are really not playing along together too well. For the rules file, check in custom rules and theres a load button (if not visible, enlarge the window size until you see it), you can use that to import your .json file into AIF...
  5. fisuska

    Cannot Install Plugins

    Where is your Communitylib? (https://www.thebuddyforum.com/threads/plugin-communitylib.244293/)
  6. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    Flask recipe is not supported, if I have understood properly, so that part must be done by hand. Just set custom rules to collect flasks (and to stash them) to single tab and keep on emptying it on steady intervals (I have mine set only to collect 15%+ flasks, so it wont get filled instantly)
  7. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    GCP recipe works, sort of anyways for me, but once it it gets triggered and sells gems, currency stashing gets borked and bot jumps every currency stashing (at least) to currency tab and gem tab constantly; like stashing one currency, then checking in gem tab, then stashing another and back to...
  8. fisuska

    MapBot Guide/Support/Discussion

    Ugh.. can someone now get a baseball bat and smack behind my head so that I would NOT ask stupid questions anymore. And while at it, reserve an appointment to optician as well. Need better goggles for sure.
  9. fisuska

    MapBot Guide/Support/Discussion

    How much of a work would it consist of taking 'chests to ignore' from old grind bot and to migrate it to mapbot/extension plugin as mapbot does currently track every damn chest in map and pull them open. (I tried to switch to old grindbot routine temporarily, and to set them to ignore there, but...
  10. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    It works like this =)
  11. fisuska

    System.Exception: Could not find EndScene function address! - bot not working :(

    For me the fix was the change from Fullscreen to Windowed Fullscreen. (Changed GPU here and for some reason the setting had reset, my guess is with NVidia game profiles)
  12. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    Sextants are a currency item. So item.IsCurrency should be enough for all your needs.
  13. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    item.IsGem and item.FullNameContains("Vaal") - Add to both pickup and keep rules. Seems to be working well enough for me, trial and error and annoying Tony with this one before even.
  14. fisuska

    [Plugin 3.3] Navali

    Mysterious gifts is toggled together with The queens vaults, either on or off. Can't be toggled one without another.
  15. fisuska

    [Plugin] AdvancedItemFilter RELOADED !

    .item.VaalGemLevel doesn't check if item is a gem at all and/or corrupted? Thats the only reason I can really think of why the the rule I put up earlier returns true for everything, when it should only return true for vaal gems only. (with checked level, reason why I put 0 there to enable...
Back
Top