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

Search results

  1. B

    How to create character and delete character with archebuddy?

    How to create character and delete character with archebuddy? I want to like select my server, create character && do my plugin code ... then go back to char select , delete character , and make a new one How do I -create character with the api --- When condition met -- Go to...
  2. B

    How to use the script to send a keypress like F2

    How to use the script to send a keypress like F2 I want to use the .cs Plugin Manager script to e.g send a F2 keypress event, how do I achieve it. Thanks
  3. B

    PickupAllDrop Method not found . Only happen today

    10:16:53 PM: Script [C:\Users\baoky\Downloads\GG_NEW\Plugins\SimpleFarm2\SimpleFarm.dll] run error: 10:16:53 PM: Error: Method not found: 'Boolean ArcheBuddy.Bot.Classes.Core.PickupAllDrop(ArcheBuddy.Bot.Classes.Creature)'. 10:16:53 PM: Stack trace: at YourNamespace.YourClass.PluginRun()...
  4. B

    Right click to activate pet auto casting ? How to do in script

    Right click to activate pet auto casting ? How to do in script I want to activate my white wolfhound skill to auto casting "Berserk" , "Scratch". Because in general if you play manually, its a right click, but how do I just use it once, and set it to auto casting if its not active...
  5. B

    How do I ress my pet if its die?

    How do I ress my pet if its die without stable hand, normally we would just go near our pet and press F to ress it up. How to achieve this with code. Sorry I tried find but only can find how to revive mount
  6. B

    How to only target a certain mob

    How to only target a certain mob I am using Simple Farm by OUT. I only want to hit the mob with the name "Spider weaver" There are other mob nearby, but I don't wanna target them, assume those other nearby are "passive" mob which are orange and won't hit me unless I hit them. How...
  7. B

    Refreshment Buff Keep Recast

    The spell Refreshment seems to have a issue on checking, it will just keep cast again even when the buff still exist. Here is my code if (skillCooldown("Refreshment") == 0 && buffTime("Refreshment") <= 4) { UseSkillAndWait("Refreshment"...
  8. B

    Why you close our thread?

    To OUT, We can't change the path to bin32 even thou archeage.exe is there after the patch. NA server probably different slightly from EU server. We haven't even get the issue resolve, you just close the thread
  9. B

    Can't find path to game client

    Archbuddy not working after patch. *********@yahoo.com: Can't find path to game client. Please, update and run the game client without AB once. Or try specify path in settings. If game client was updater - wait ArcheBuddy update. Waiting 30 seconds before starting the next account.
  10. B

    How to run multiple instance of ArcheBuddy?

    How to run multiple instance of ArcheBuddy? I want to run 2 instances without VM, is it possible? Assume I got 2 x 1 month subscription with different key.
  11. B

    How to set plugin to respawn when dead , and stand up

    How to set plugin to respawn when dead , and stand up Normally if the bot is dead, it will respawn at NUI after 300 seconds counter. is there a way to just use bot to respawn without wait the 300 seconds. And when respawn at nui, the bot will be sleeping on floor, how to make bot...
  12. B

    GPS editor not working , An invalid argument was supplied

    I load GPS editor, i press ADD POINT. Error was display on the log of gps.dll It was An invalid argument was supplied I can't even give name or add point to my gps using the Control Form. What should i do ? I am subscribed to archbuddy.
  13. B

    How to avoid walking on lava / walk out of it

    How to avoid walking on lava / walk out of it I am currently grinding at a place where there is lava, is it possible to make it such that if it step on lava, it will move away from it or something. Thanks
  14. B

    Healing Performance with Lute

    How do I set my script so that it will use Healing Performance with Lute when hpp < 70 and aggro mob count is 0 I not sure Healing Performance is Skill or Item.
  15. B

    Resurgence (Healing Buff) How to cast

    Resurgence (Healing Buff) How to cast I am trying to use my Resurgence Rank 3 on the condition - In Battle - Resurgence is not active - Cast Once Only recast if resurgence is finished/ended Thanks for helping!!
  16. B

    How do I play instructment to heal myself when hp below 60 or mana below 50

    How do I play instructment to heal myself when hp below 60% or mana below 50% when i not in battle / no aggro mob I trying to figure out , I am currently using simple farm plugin
Back
Top