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

Search results

  1. E

    Greymagic

    You need .NET Framework 4.6.1 and Visual C++ Redistributable 2015 https://www.thebuddyforum.com/the-buddy-bots/announcements/241851-buddy-bots-prerequisites-update.html
  2. E

    Help with bot starting

    Here you can download up to date EB version - http://updates.buddyauth.com/GetNewest?filter=ExilebuddyBETA Default bot supports only basic grinding logic, consider checking https://www.thebuddyforum.com/exilebuddy-forum/community-developer-forum/ for some advanced stuff.
  3. E

    Exilebuddy unsupported garena ru version?

    Exilebuddy поддерживает только стандартную и steam версию (про это написано тут https://www.thebuddyforum.com/exilebuddy-forum/exilebuddy-support/179490-support.html) Также у разработчиков нет планов вводить поддержку гарена клиентов в будущем.
  4. E

    Error, Trying to Join Event

    In game press ESC -> Options -> Notifications -> Scroll to the bottom -> Disable "PvP Event" and "League Event".
  5. E

    Invalid Session

    bot worked only 10 mins, my personal record, lol
  6. E

    Invalid Session

    Same as others
  7. E

    Auth server kicks bots off randomly

    Here are some logs
  8. E

    Ban Information - My observations

    This is not a WoW forum.
  9. E

    unsupport path of exile version!!

    Garena version is unsupported. You can read that here https://www.thebuddyforum.com/exilebuddy-forum/exilebuddy-support/179490-support.html
  10. E

    Client version unsupported

    Ensure that you have installed: Microsoft Visual C++ 2013 Redistributable Package (x86) .NET 4.5.1
  11. E

    Identify Itens

    1. Open item filter editor. 2. Right click on the "Id filters" -> "Add filter..." 3. Name it whatever you want. 4. Select your newly created filter -> under "Rarities" tab check "Rare".
  12. E

    [OpenMapTab] Fail to switch to the tab: TabNotFound

    Hello Druzil. You should specify "Stash tab for maps" in MapRunner settings. By default its "4". I also highly recommend you to read the whole MapRunner settings guide so you will not have problems with plugin in future.
  13. E

    Написание плагина

    Visual Studio 2013
  14. E

    [ExileBuddy v1.3] пара вопросов

    Он и сейчас называется GemLeveler и стоит у тебя в боте по умолчанию. Не надо ничего качать. Просто включи его и настрой.
  15. E

    spam totems

    Thats clearly stated in ExampleRoutine Guide. Haven't you read that? You can read Pushedx's post about kiting.
  16. E

    spam totems

    Why? Its default plugin. You already have it.
  17. E

    spam totems

    I can't really understand what are you trying to achieve with Leap Slam? Considering you have Ancestral Bond keystone. It will not do any damage, its useless to set it in CR settings. Just remove it. If you want to use it for movement you better look at CustomPlayerMover plugin.
  18. E

    spam totems

    Well, "999999999" is too much for an integer. Have you tried 5000?
  19. E

    spam totems

    I don't have any totem character. So I can't really help you. ExampleRoutine totem code looks just fine: // Handle totem logic if (_totemSlot != -1 && _totemStopwatch.ElapsedMilliseconds > ExampleRoutineSettings.Instance.TotemDelayMs) It should use delay specified in settings. Unless...
  20. E

    spam totems

    Of course it will spam totems like hell. It is milliseconds. Set it to 2000-5000. However this is a bad setup from the beginning. The proper way is to summon new totems only if there are no totems in combat range or existing ones have low hp. Bot does autologin just fine. Check your login...
Back
Top