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

Search results

  1. P

    Exilebuddy Operations Ending

    Thanks, pushedx! This bot was a marvelous piece of software. The best I've ever had the chance to "dabble with". While I have never been successful with EB money-wise (yeah, I guess I am retarded), it was still fun coding stuff for it and it provided me with a great hobby for quite a while...
  2. P

    Public flag

    Ok, cheers =)
  3. P

    Public flag

    Does EB API supporting setting public flag on premium tabs on and off? On related note, what methods do we have to interact with DisplayNote of an item? After correctly opening one with the OpenDisplayNote(Int32, Boolean) or OpenDisplayNote(Boolean) what can I do next to edit it, choose options...
  4. P

    [Order Bot] Quests, Quests and Quests!

    I have tried to use the [O] A Realm Reborn (Immortal Flames) for leveling a character, it seemed to work ok for quite some time, then when changing the city it tries to acquire Aetherites, but it already did acquire those, so it stops. If I restart it - it still wants to acquire those same...
  5. P

    MapBot Guide/Support/Discussion

    Yeah, sure... Also:
  6. P

    MapBot Guide/Support/Discussion

    I tried to switch from AIF specific stashing to EXtensions specific stashing (for stuff like currency and maps and e.t.c) but the EXtensions stashing works very bad. It stashes 1 item at a time, switching tabs after that even if the next item to be stashed goes into the same tab. So if it has to...
  7. P

    [Official] Exilebuddy - the Way Forward

    I support Unsupported -_-
  8. P

    ExileBuddy + PoESmoother interaction

    I don't know how to delete this Incredible FBI secrets it seems.
  9. P

    System.net.Http

    Torm already told me about the compileroption and it did work fine, thanks though =)
  10. P

    System.net.Http

    Trying to hack some stuff up using the HttpClient class provided in the System.net.Http, I got the code to compile in Visual Studio, but I had to add an extra reference to the project (System.Net.Http.dll) and it seems that EB doesn't have that assembly (or I am just doing smth wrong), because...
  11. P

    [Plugin] AdvancedItemFilter RELOADED !

    A word of warning for people with big lines in custom rules: a rule with 18500 symbols in it breaks the 1.0.3.1 version for me, splitting the rule in 3 worked fine.
  12. P

    Опознавание

    https://www.thebuddyforum.com/exilebuddy-forum/exilebuddy-guides/157401-item-filter-editor-guide.html
  13. P

    [Plugin] AdvancedItemFilter RELOADED !

    Those recipes are trash and inefficient use of time. Noone should do them tbh -_-
  14. P

    [Plugin] AdvancedItemFilter RELOADED !

    tNy else if (type == EvaluationType.Id) { if (item.IsProtectedFromIdentification()) return false; // 6S Rares handling if (cachedSocketCount > 5) return false; This code also makes...
  15. P

    Plugins

    1) There is none. 2) Nope, at least not that I know of in public. 3) EquipPlugin works. 4) There are like 1.5 current guides out of 10 on the exilbuddy's guide subforum that can probably give you the direction.
  16. P

    [Official] Exilebuddy - the Way Forward

    In my buddyauth account all my keys still have the option to change them, so I assume that's a 'yes'.
  17. P

    [Plugin] AdvancedItemFilter RELOADED !

    Lol, I was wondering why I haven't seen any empowers/enligthens. Fucking Chris Wilson -_-
  18. P

    Autologin

    Nice thanks, because replacing autologin.cs after every update would be a chore =)
  19. P

    Autologin

    Is there a logic behind not trying to reconnect after "unexpected dc"? It causes much downtime for me and I would be interested in removing the code, but I wanted to now first what was the reason behind adding it.
  20. P

    [Plugin] MirrorQuest - Cadiro Plugin

    { "Name": "Mirror of Kalandra", "MaxPrice": 0, "StopOnFailed": true }, { "Name": "Exalted Orb", "MaxPrice": 0, "StopOnFailed": true }, { "Name": "Headhunter", "MaxPrice": 0, "StopOnFailed": true }, {...
Back
Top