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

Search results

  1. E

    [REQUEST] HW Daily Centurio Seal Rank Hunts

    I thought those seals might be worth like 20 cents...between Law being useless and it being out for so long... I could have capped all my 180 gear for all my jobs.
  2. E

    [REQUEST] HW Daily Centurio Seal Rank Hunts

    There is no reason we shouldn't be able to make a botbase or orderbot tag to handle it all, I believe all that info is available, just some hard? work... I don't have the time right now.
  3. E

    [REQUEST] HW Daily Centurio Seal Rank Hunts

    This.... i wonder if they have a public api =P
  4. E

    [Request] Adamantite Ore

    The attribute is absolute and doesn't do any stat checks, but I think the issue here could be the deserialization and not recognizing the capital T "True" as a valid boolean value and considering it false by default.
  5. E

    [Request] Adamantite Ore

    This is not the suggested way. You should just change the Value attribute on the collectable item. The GatherRotation value is mostly used for a stub to provide information on how to handle time/gp for the node you are gathering. The rotation override is something I put in mostly so that you...
  6. E

    [REQUEST] Ephemeral nodes

    That is exactly what the 550 rotation does. Everyone always asks why it doesn't use GP but it does use GP under the exact circumstances that it is supposed to. And nobody has made a direct suggestion on how to better the GP usage. I can assume that if you want to use cordials, and most...
  7. E

    [Request] Adamantite Ore

    Is anyone willing to make me a relatively efficient Botany leveling profile... I am 52 but can't seem to find the time to make one myself with all this other work I am doing. I would really appreciate it. Requirements: Fast leveling, low death count, profit!
  8. E

    [Request] Adamantite Ore

    This should be fixed. I am pushing code fast at the moment and haven't had time to test all side effects every time unfortunately. I am going to try to finish the updated logging tonight, which will help with support in the future.
  9. E

    [Request] Adamantite Ore

    Ahh...yea...that is a mistake... a side effect of something else i was trying to fix... Sorry about that. I will fix it in the next push.
  10. E

    [Request] Adamantite Ore

    All I can say is I can't wait to finish my logging I am working on... I hate how i left some things in there that don't tell me version info =(... which is just about everything still. I did a lot of work on that and haven't seen any crashes that just spam that without trying to add in random...
  11. E

    [Request] Adamantite Ore

    PlusPlus is a setting for gathering when you don't know your best rotation (and Collectability="0"). It is built by newb according to information in this post -> https://www.reddit.com/r/ffxiv/comments/3cy4q4/gathering_collectables_for_scrips_a_rotation_and/
  12. E

    [Request] Adamantite Ore

    I suggest hotspots in the air in flying zones, preferably at least +(ForcedAltitude + 2)Y from the ground. This may depend on the settings you have set for EnableFlight (which are hidden in a json file, no UI). But +12Y is good for most people unless you have tweaked your settings. That...
  13. E

    [Request] Adamantite Ore

    The problem is it is a proc based rotation, you can only get 550 if you get at least 1 proc, so it doesn't waste gp unless you do.
  14. E

    [Request] Adamantite Ore

    By my count it is about 5 people so far.
  15. E

    [Request] Adamantite Ore

    I am adding in some more code that I found more friendly with closing windows, but i'm not sure it will make you immune unless you use the delay.
  16. E

    [Request] Adamantite Ore

    add skipWindowDelay="1500" ... raise or lower it... i don't need it at all, but some have a need for it., Use this for gatherStrategy="TouchAndGo" or AlwaysGather="false" conditions if you ever get the freezing issue. I might up the value on default...and just make my profiles drop it down to 0...
  17. E

    [Request] Adamantite Ore

    That value provides information for the rotation overrides to leverage. Setting it to 0 for example would leave you with Newb's dynamic rotation which i find great for leveling. if you don't know what rotation you can specifically use. 345-449 would give you the 345 rotation, 450-469 would...
  18. E

    [Request] Adamantite Ore

    https://github.com/MGramolini/ExBuddy/blob/master/ExBuddy/OrderBotTags/Gather/Examples/EphemeralAll.xml This is FAR from complete...it almost works on that node set.... but i really hate the spawn points for that location and I messed up the 2nd hotspot. (and I shouldn't be using...
  19. E

    [Request] Adamantite Ore

    Use gatherStrategy="TouchAndGo" and it will just skip the nodes to repop your ephemeral... no thinking required for other items. TouchAndGo, will also blacklist the furthest nodes from you in the hotspot, so it will always go to the closest one. (and should only blacklist long enough to move on...
  20. E

    [Request] Adamantite Ore

    Most things don't use the default or "stub" rotation unless disableRotationOverride is true or the override happens to return the same rotation. The "stub" rotation is meant to give rules to for GP/Time + cordial management. So for collecting, it suggest 600gp and 30 seconds from start to...
Back
Top