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

Search results

  1. Aeon

    AB still down after update?

    As I mentioned above... also Out, is solo core developer of AB and he's sure doing his job. Most of the issues you're experiencing are explained in support section, so please check that before nagging.
  2. Aeon

    AB still down after update?

    I've been running AB for the past 6 months and I haven't crashed once. There are many factors why such things could happen... Things on Windows > 7, are not as stable as there, most of the times the cause is AntiVirus you're running or some other privilege settings. It could as well be proxy, so...
  3. Aeon

    Plug in development

    Hey, are you looking to detect wether someone reports you, or what exactly do you want the plugin to do? :)
  4. Aeon

    Mesh

    Hi, to navigate mesh use MoveTo, ComeTo, to get your current position do: me.x, me.y, me.z and then MoveTo(x,y,z).
  5. Aeon

    Thread.Sleep vs...?

    Hi, Thread.Sleep is just fine if you're working with normal threads. I would recommend though using Tasks instead, and do Task.Delay(ms, token).Wait(); or simply run it async, await.
  6. Aeon

    Store Developer

    Hi and welcome! :) You've became a store developer once they have accepted your request to join "Community Developer" group, thus giving you some extra functionality in BuddyStore (Developer panel) where you're able to create new products etc. The only major difference between store and the...
  7. Aeon

    Merry Christmas!

    Hey hey, only wishes down here, New Year's coming! :D
  8. Aeon

    Merry Christmas!

    :D Merry Christmas ;) Wishing all the best to all of you, especially on side of botting, have a good one! :o Your wishes for AB in 2016 down below :D
  9. Aeon

    Questing Plugin

    https://www.thebuddyforum.com/thebuddystore/archebuddy-store/archebuddy-store-plugins/questing/229019-questing-plugin-info-support.html
  10. Aeon

    game crash after the last update for the AB

    Please post such threads under the correct forum section! Thank you
  11. Aeon

    Crash after last update AB

    Please post such threads under right forum section next time!
  12. Aeon

    Do not Target

    Hi, you can do something like. if(me.target.name != "Target Name") return;
  13. Aeon

    Gold price

    Lasting Black Friday and a drop of buyers.
  14. Aeon

    so i am completely new to this, few questions

    Hi, welcome! 1. You don't need a VMWare at all, for any amount of clients you're running. 2. You need 1 session per client, so either 1 lifetime license (3 sessions) or (1 session). If you want to run more, you need another license / session. 3. It is recommended to use SOCKS5 Proxies...
  15. Aeon

    System.Runtime.Remoting.RemotingException

    Can't say for sure, everything seems alright, although if (!UseDoodadSkill(skill.id, plant, true, plant.modelRadius)) LogError("Could not {0} the {1}", skill.name, plant.name); as a second cast, could be casting on a disconnected object. To figure out exactly where that's happening I suggest...
  16. Aeon

    System.Runtime.Remoting.RemotingException

    When you cast DoodadSkill, are you matching that doodad then against something? Like: var doodad; UseDoodadSkill(doodad); if(doodad == something) ?? That would cause such throw.
  17. Aeon

    System.Runtime.Remoting.RemotingException

    Hi, this means that the object you fetched with getDoodads() no longer exists, and thus when you try UseDoodadSkill(), it's basically calling an object that was removed from memory throwing that exception. Example: var doodads = GetDoodads() -> 10 flowers. (In the meantime, 1 flower was...
  18. Aeon

    BuffChecks an Anti Crowd Control Plugin (PVP Purposes Only)

    Use skill ID's instead of names, it won't work for lower levels as well not for RU/GER/FR clients :)
  19. Aeon

    Is it me or does ArcheBuddy crash all the time now for apparently no reason?

    Hey, probably cause this happens to only some people, and Out hasn't found the cause for it yet. For me, it hasn't crashed in months.
  20. Aeon

    Hello i got 21 acc total baned in 15 days please help

    Unless you login to glyph, they can't see your hwid. What they can see though when you create an account is your IP and that's all.
Back
Top