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

Search results

  1. N

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    Quick report on x64 version (untested on x86) WorldManager.InSanctuary is returning incorrectly in all sanctuaries. Snippet Used: Log(Core.Player.Location); Log(WorldManager.ZoneId); Log(WorldManager.InSanctuary); Result (Varies per map on location and ID): <-138.1755, -3.154888, -168.2>...
  2. N

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    I can verify with Spell 102 (Flaming Arrow) as well. Works dx9; no-go dx11.
  3. N

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    Version 18 looks to have solved the issue! Thank you much!
  4. N

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    Good afternoon! Just downloaded a fresh copy of the beta, and running into the following error. Pulls up the process selector menu, but does not list any processes. Nothing else in the log. [00:12:43.288 N] RebornBuddy64 1.0.17.0[00:12:44.620 D] System.Exception: Could not find pattern Search...
  5. N

    [Request] Order Bot? DoH Leveling Leves profile

    Attached may also be something of use. Good luck!
  6. N

    Run more then 2 copies of FF14 at a time - RebornBooster

    Yes it does work, and yes you'll need at least as many keys for RB as you'd want to run FFXIV clients. As for a guide, run RB Booster, open up your three FFXIV windows and log in to each of them, all the way into the characters in world. Then open up each instance of RB, one at a time, each...
  7. N

    [Request] Sylph Daily Beast Tribe Quests?!

    Well that is quite interesting... I've just had a look through of the SVN repo and sure enough, at some point they were removed. I will go ahead and include them here. If there are any issues with that, I will be more than happy to take them down again on request. Please note: If they were...
  8. N

    [Request] Sylph Daily Beast Tribe Quests?!

    They're all in his signature through a SVN link, which I have included here! [DownLoad] Sodimms OrderBot Profiles
  9. N

    [OFFICIAL] Rebornbuddy Questing Pack

    There ya go! ;)
  10. N

    [OFFICIAL] Rebornbuddy Questing Pack

    Thank you, much better, so the bot is loading the 15 - 50 main scenario profile, then the secondary class profile, and then checking your gear. After it checks your gear, it is trying to equip a weathered cane, that's the spam portion itself. Are you trying to level your conjurer as well as...
  11. N

    [OFFICIAL] Rebornbuddy Questing Pack

    Do you have Agil running as well? If you do, it may be fighting with auto-equip to equip a needed item. Also, to receive help in the future, please get into the habit of NOT ​posting log snippets, but uploading a full log for us to look at.
  12. N

    [OFFICIAL] Rebornbuddy Questing Pack

    It's in your log, and would be in the bot window too. You need to manually run the dungeon, then re-start the bot.
  13. N

    [Lisbeth] Your own personal crafter! [Paid]

    As stated several times in the thread before this post. There is a temperamental error that exists between Agil and Lisbeth. With luck it should be nulled with the release of Lisbeth 2.0, but until then, one option you have is to move the Agil folder out of your plugins to a temporary location...
  14. N

    [Lisbeth] Your own personal crafter! [Paid]

    I tried multiple recipes in the ilvl 50-70 range, and it appears to be calculating very, very close to the website. Skills wise, it's right on the money, however, some of the calculations for quality were off by just a tad, <10 quality in most cases. Overall, looks like your logic and...
  15. N

    [Plugin] Scarecrow Alternative

    It's my pleasure! ;) Out of curiosity, which version of Archeage are you playing? NA/EU/RU? Those corrections you made are ones that I have to be very exact on, and actually purchased seeds to make sure I did it all correctly. I need to know if they vary from client to client, so I can add a...
  16. N

    [Plugin] Scarecrow Alternative

    Hmm... the only variable that you should need to change is what I had in that edit I posted yesterday. Did you get the code revision I posted to pastebin, and edit out the gather/farm section to only include rice, and run it? The way the plugin is written is to try and loop every 4-5 minutes...
  17. N

    [Plugin] Scarecrow Alternative

    @45tehlith Yes there is! At the top of the code change this, // SetPlantAlgoritm(PlantAlgoritm.Randomized; SetPlantAlgoritm(PlantAlgoritm.MaxPerfomance); To this! SetPlantAlgoritm(PlantAlgoritm.Randomized; //SetPlantAlgoritm(PlantAlgoritm.MaxPerfomance);
  18. N

    [Plugin] Scarecrow Alternative

    @eep I got really lazy, and rather than looking at your code, I re-wrote the majority of the program, (including lotus!) see if the new iteration works for you! Also, I'll add this to my original post, but, under the groups section, you can simply comment out the things you do not want to...
  19. N

    [Plugin] Scarecrow Alternative

    That is unfortunately, out of my knowledge, sorry! :confused: Go ahead and post your full code under a Hidden wrap, and I can take a look at it for you. Most likely it's going to be the labor values of the gather action or syntax, (spelling/punctuation) this plugin is fickle about that. :p...
  20. N

    [Plugin] Scarecrow Alternative

    @fanat2551 It looks like your code copy/paste might have missed: using System; at the very top. See if adding that back at the very top of your code works. Also, you may wish to edit your code out so that you don't give away your FarmIDs. That's more or less, like giving Trino your...
Back
Top