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

Search results

  1. T

    Exilebuddy crash Poe

    Turning off engine multithreading in Poe options fixed the crashes I've been having with 3.3.
  2. T

    [Question] MapBot

    Are you using the premium map stash tab or just a regular tab? Not sure if it works now but the map tab did not work before.
  3. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    FYI, AdvancedItemFilter\Classes\EvaluableItem.cs needs to be updated for fragments. Old [Description("Is a Fragment (Sacrifice fragz)")] public bool IsFragment => _myItem.HasMetadataFlags(MetadataFlags.VaalFragment); New [Description("Is a Fragment (Sacrifice...
  4. T

    ExileBuddy Setup: One Stop Shop

    Alcor has his free and paid plugins on his own website. http://dreamplugin.xyz/
  5. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    Try adding the name of the bases you want to the pickup rule for that rare item. Example, you only want to pickup rare regalia and glorious plate the filter would be item.IsRare and item.IsChest and (item.FullName == "Vaal Regalia" or item.FullName == "Glorious Plate") or item.IsRare and...
  6. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    Bump so people see the update. Looks like quite a bit of stuff has changed since the original filter was posted. I updated the best I could but since I don't use it I can't guarantee it will work how you want it. I'm not going to update it anymore so if it's missing something just add it...
  7. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    Here is an updated highend filter for leaguestones and all currency enabled. Has the uniques from earlier as well. I haven't used it but it should work. -EDIT THE DEFAULT HIGHEND FILTER HAD OLD GEM NAMES, I REUPLOADED THE FILE WITH THE CORRECT GEMS. OLD ONE WONT PICK UP EMPOWER...
  8. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    I don't pick up rares so I don't have that part of the filter but here is a starter if you don't want to clog up your stash with crap uniques. This is every unique accessory/armor/weapon/flask that is worth more than 5c on LSC based on poe.ninja prices, so if the bot stashes it might be worth...
  9. T

    [Plugin] AdvancedItemFilter RELOADED !

    The rule is item.IsNeededForChaosRecipe btw. Enable that rule and turn off all other rare pickup rules.
  10. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    Depends on your filter. If you are using one of the few posted around here most of them are setup to pickup currency by name so you can disable certain types (alts, transmute, etc). Add a generic currency rule or add the currency by name. The public filters are set to stash ALL currency by...
  11. T

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    Here are my settings. Make sure you are picking up at least one type of 2H weapon (bows in my case).
  12. T

    [Plugin] AdvancedItemFilter RELOADED !

    I've been getting a few crashes while using the chaos recipe. It was a town run from a map because of full inventory. I didn't have any items I needed for the recipe in my inventory, but I also did not have enough in my stash for a full recipe. Hope that helps.
  13. T

    [Plugin] AdvancedItemFilter RELOADED !

    It's been working great for me. I have the currency tab off and just sort everything after. Stashing of gems and other items in different slots works, chaos recipe has been working just fine. Thanks for the update!
  14. T

    [Plugin] AdvancedItemFilter RELOADED !

    If anyone needs it, here is the updated card list with all 128 cards.
  15. T

    [Plugin] AdvancedItemFilter RELOADED !

    That rule should be item.SpellDamage
  16. T

    [Plugin] AdvancedItemFilter RELOADED !

    Those were only self found orbs. I had a higher amount of items to keep and it didnt trigger in those 2 hours so it seems a little off. I changed the recipe to sell at the exact amount and it did 2 sets in 1 hour. If you convert the currency I made about 12c. It's all over the place with the RNG...
  17. T

    [Plugin] AdvancedItemFilter RELOADED !

    Currency gets counted after the bot stashes it. So if you stop the bot for anything and stash yourself it wont show up on the currency tracker. Here is my output from a 2 hour run with FT MF 225%iir/21%iiq. Chaos recipe enabled and picking all rares and RGB.
  18. T

    [Plugin] AdvancedItemFilter RELOADED !

    Max ilvl for the Chaos recipe is set to 74 in Classes>ChaosSet.cs. Set it higher if you're farming high tier maps. item.CritChance needs to be item.ItemCritChance item.IsRare and item.Is2HSword and ((item.PhysDPS >= 400) or (item.PhysDPS >= 300 and item.ItemCritChance >= 20 and...
  19. T

    [Plugin] AdvancedItemFilter RELOADED !

    This happens to me when I have the bot running in a fullsize window. It works fine when I resize the window a little smaller.
Back
Top