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

Search results

  1. E

    [Request] Adamantite Ore

    It is possible that you had UseMount unchecked. That is the only way I can see that issue happening. I didn't want to have to check for UseMount if we should fly, but I think I might add that in.
  2. E

    [Request] Adamantite Ore

    Seems to me that your Common\Behaviors.cs file is probably out of date, are you sure you have updated everything? It should never sprint when it needs to mount, and it should mount before even trying to take off (which it isn't doing for you). I can't control how other tags work, but inside...
  3. E

    [Request] Adamantite Ore

    This is after gathering? Does it only create the Takeoff Task once? and does it every say Takeoff took '' ms or less?
  4. E

    [Request] Adamantite Ore

    Ok, just pushed some flying updates. Kinda fixes any issues with anyx trine or other places that spammed the random direction text (now after 20 tries it will temporarily use the mesh to get to a new spot (10 seconds) and then try again using flight. Edit: This might not work when there is...
  5. E

    [Request] Adamantite Ore

    Fatebot is doing something internally that I can't see (most likely safe casting to GaiaNavigator) and then trying to use it even though it returned null. The only solution I could come up with would be to inherit from GaiaNavigator, but that might be detrimental to the overall goal. Other...
  6. E

    [Request] Adamantite Ore

    Smart Yield doesn't always use GP, it only does it when it is can and Should based off certain conditions. If you don't have enough GP, it just gathers. I still need to do more testing on the node disappearing while gathering issue I was having, but I had been working on flight.
  7. E

    [Request] Adamantite Ore

    This is something I am working on..some areas are really not friendly with my algorithm so I have tried a few ways to get around it. This is not going to be the final solution as it definitely does not work in all places.
  8. E

    [Request] Adamantite Ore

    Fixed the issue with the logging message, and removed case sensitivity for Gather rotations.
  9. E

    [Request] Adamantite Ore

    Post the log from when you start RB
  10. E

    [Request] Adamantite Ore

    Sorry about the stealth plugin update, but at least now you can theoretically apply it to any orderbot profile, (It doesn't mean it will work properly!) . I am looking for feedback on flight. Known Issues: 1. Will run into items like cages or sometimes get stuck on walls of say a...
  11. E

    [Request] Adamantite Ore

    I will just add it to my unspoiled logic, and that should do for now.
  12. E

    [Request] Adamantite Ore

    Yea i probably don't know the requirements for legendary, I guess in reality I am assuming for Unspoiled that people can discover them in 1 hit and maybe I shouldn't. I need to add the node name and some requirements to prepare (if they are the same as unspoiled that will be really easy). (1...
  13. E

    [Request] Adamantite Ore

    Thanks for this. I think the 470 rotation is possible on the legendary nodes with over 650 gathering and maybe 670?? perception. I don't know the exact numbers.
  14. E

    [Request] Adamantite Ore

    Is this still happening? And under what conditions? I reworked the whole thing to use coroutine 100% of the time so it should be much easier for me to debug this if it is still an issue.
  15. E

    [Request] Adamantite Ore

    ff14bot.NeoProfiles.GatherRotation is not anywhere in my profiles, and that type doesn't exist. Did you try adding code somewhere?
  16. E

    [Request] Adamantite Ore

    So, I have really made some progress with what I was trying to do with this GatherTag...and it is currently in and out of stability. I have to finish my weekly stuff tomorrow, but I will get back on fixing issues that I see as soon as I can. If you don't want to use experimental code and play...
  17. E

    [Request] Adamantite Ore

    Should use the collect450 for morels (imo), better yield on average.(always 3) <Collectables> <Collectable name="Morel" value="450"/> </Collectables>
  18. E

    [Request] Adamantite Ore

    Show me the profile. It won't use collectable rotations unless you have a collectable item in your list (not itemnames, use collectables for them), or you have disabled the rotation override.
  19. E

    [Request] Adamantite Ore

    You are going to want to use GatherCollectable, Safe collect was only a prototype/proof of concept.
  20. E

    [Request] Adamantite Ore

    or you could save the 2 seconds and do DE Methodical > DE Methodical > SM Methodical and get 3 harvests with 1 less rarity. 2 less casts!
Back
Top