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

Search results

  1. E

    Essence mobs ignored!

    Plugin is called "Monoliths". Enable it and bot will interact with essence monsters.
  2. E

    [Extensions] All tabs for "Currency" are full...

    Restart the bot.
  3. E

    [Extensions] All tabs for "Currency" are full...

    2016-11-06 09:39:00,640 [22] WARN Logger - [EXtensions] All tabs for "Cards" are full. Current item will be stashed to "Other" tabs. 2016-11-06 09:39:00,641 [22] ERROR Logger - [EXtensions] All tabs for "Cards" are full and all "Other" tabs are full. Now stopping the bot because it cannot...
  4. E

    Problem with stashing and Questbot last version

    That might be caused by individual currency settings. Even if you do not check that option, bot still verifies tabs specified there. Just change them to any tab name that you actually have in stash.
  5. E

    How to dump item affixes now?

    Download attached file and use it in DevTab plugin (set path to it and press Run File). It will log affixes of all items in your inventory.
  6. E

    API documentation

    Debuffs are usually auras. You should find some fat monster (Hillock?), shoot explosive arrows at him and dump current auras. var hillock = LokiPoe.ObjectManager.Objects.OfType<Monster>().FirstOrDefault(m => m.Rarity == Rarity.Unique && m.Name == "Hillock"); if (hillock != null) {...
  7. E

    API documentation

    1) Sadly, there is no documentation for Exilebuddy API now. 2) To get a left hand weapon name: LokiPoe.InGameState.InventoryUi.InventoryControl_PrimaryMainHand.Inventory.Items.FirstOrDefault().Name; But its better to do with null check: var mainWeapon =...
  8. E

    Stasthing with EXtensions

    Currently you cannot specify multiple tabs. That will be added soon. If bot does not stash items to the tab you specified, please post a full log.
  9. E

    Endless [18] INFO Logger - [BeginUseAt] 2 True [18] INFO Logger - [InjectKeyEvent]

    I use 15 for melee range. Reave has incremental aoe, to work perfectly that requires some tweaks in routine. But default 15 should be fine too. Also, as I recall, reave is best used with holding a Shift key ("Always attack in place" in routine settings).
  10. E

    Endless [18] INFO Logger - [BeginUseAt] 2 True [18] INFO Logger - [InjectKeyEvent]

    Don't ever bind your range (or any) skills to mouse buttons. Its a bad thing for bot. You can set 70 or even 80 range and have no problems, just bind those skills to keyboard keys.
  11. E

    Unable to launch the bot properly

    Please make sure you renamed both exe and directory.
  12. E

    Instant Crash?

    Game window should not be minimized. It can be in a background, but not minimized.
  13. E

    Instant Crash?

    Post a full log please. It is located in "Logs" folder.
  14. E

    Running middle leveled characters with questbot

    Thanks for the report. Will be fixed in next version.
  15. E

    Can i export plugin settings when i update from my old version to the new one?

    Yes, you can. Settings are located in /bot_folder/Settings/profile_name/
  16. E

    Error Installing ExileBuddy

    Please ensure you have all prerequisites mentioned here - https://www.thebuddyforum.com/the-buddy-bots/announcements/241851-buddy-bots-prerequisites-update.html
  17. E

    Bot cannot find Map Tab

    You are constantly getting timeouts on waiting for stash tab switch. You either have a bad latency or some other problems receiving response from server. Please report if you still get such errors after some time.
  18. E

    EB Error when find boss room or finished map

    Download the latest MapRunner version. Problem is fixed there.
  19. E

    Vagan weaponmaster

    This is a know problem. Sometimes, depending on quest, there are some invisible monsters around Vagan/Tora. Kill attempts were added to TrackMobTask exactly for that reason (before that, bot just got stuck infinitely). Still, I don't understand your problem, 25 attempts = 5 seconds (200ms...
  20. E

    ExilePather.FindPath failed.

    Fixed. Please download a new MapRunner version.
Back
Top