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

Search results

  1. WoodenJester

    Inject Failed - Bot has stopped working

    Also getting the same error as of 20 minutes ago, you're not the only one.
  2. WoodenJester

    Windows 10 Compatibility ?

    I think i had the same issue, but starting AB as Administrator sorted that out for me. Not entirely sure why though.
  3. WoodenJester

    Windows 10 Compatibility ?

    I've been running AB on Windows 10 for the past 2 days and seen no problems so far. 5 Accounts, all combat grinding 16/7
  4. WoodenJester

    which class to use for botting

    If you change your mind about using a magic-damage class, the obsidian katana is a viable melee weapon.
  5. WoodenJester

    Error opening 2ed game client

    It's actually incredibly easy to overcome this problem. (For the Win 10 users) Run ArcheBuddy (Updater.exe) as Administrator :)
  6. WoodenJester

    EN - TR Translation

    Yup, this is everything for a full translation in BlueBird :)
  7. WoodenJester

    Casting Revive

    Just another bump coming through..
  8. WoodenJester

    Translations [DE/FR/ES/RU]

    Thankyou so much man, really appreciate that! And yeah exactly right, the state is what the bot is doing & the move state is if it's moving/stationary
  9. WoodenJester

    Character cleaner pluggin.

    You might want to provide a little more information or even a snippet of the code you're using for this. It would allow for a lot more understanding. A basic example of the function: // With a string MoveItemFromWh("Gilda Star"); // With item id uint _itemid = 23633; // Gilda Star...
  10. WoodenJester

    Casting Revive

    bump @ Out, can you look into this? It uses the skill but the target never receives the revive.
  11. WoodenJester

    System.Xml.XmlException: Root element is missing.

    If you know how to edit xml files, then open up your settings.xml in your archebuddy folder & remove the second root element. (Make sure there is only one section for <config></config>) This is what a duplicated root element will look like <config> bits of info </config> <config> more...
  12. WoodenJester

    New Developer agreement - who signed

    Received, signed & sent back. Should arrive in 3-5 working days.
  13. WoodenJester

    Is a dood on a farm?

    DoodadObject dood; if (dood.uniqOwnerId == 0 && dood.plantZoneId == 0) { // Do things do a doodadobject that is NOT on a farm. } DoodadObject dood; if (dood.uniqOwnerId != 0 && dood.plantZoneId != 0) { // Do things do a doodadobject that IS on a farm. }
  14. WoodenJester

    EN - RU Translations

    It is ArcheBuddy, but thanks anyway x)
  15. WoodenJester

    Casting Revive

    bump
  16. WoodenJester

    2 Banned

    Well if that's the case, i suggest you use an advanced trade run plugin such as LPT if you continue. I've been using it for a while now and it's a really good setup.
  17. WoodenJester

    Question about sending gold over to main

    True that. Best method of transferring gold is through the AH - launder your money in return of items. You will lose a small cut, though you're still in profit. Though i also do trade & mail for small amounts (under 5,000g). Transferring items, best method is by far the use of storage chests.
  18. WoodenJester

    Plugin Rules - Will this be allowed?

    Rule "Connecting to third-party Websites" stated at : http://wiki.thebuddyforum.com/index.php?title=BosslandGmbH:Getting_Products_Accepted_to_the_Buddy_Store The plugin i'm developing at the moment saves locations for specific doodadobjects in an XML file which is loaded upon start, and...
  19. WoodenJester

    How to ride MOUNT of other players?

    When trying to use the skill, are you within it's range? Try ComeTo(obj, 2); or MoveTo(obj); before trying to use the skill. Have you tried using UseSkill("Mounting"); ?
  20. WoodenJester

    2 Banned

    Just out of curiosity, what was your custom code doing? Grinding, a profession, farming, auctioning? Also, did you have the reported player "suspected/prime" debuff? It'd be nice to know just for safe-keeping if you don't mind.
Back
Top