• Visit Rebornbuddy
  • Direct Q&A

    Discussion in 'Rebornbuddy Forum' started by kagepande, Nov 23, 2015.

    1. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Correct. If you want it to buy 20 of item ID 3311, set ItemCounts to "20". You could also change HasAtLeast(3311,1) to "3311,20" so that it would only run the BuyItem line if you have < 20 of item ID 3311. If you have 20 or more, it won't buy more as the condition (not HasAtLeast) was not met.
       
    2. llshotgunll

      llshotgunll Member

      Joined:
      Jan 15, 2010
      Messages:
      88
      Likes Received:
      1
      Trophy Points:
      8
      thank you for reply. but, even if i have item 3311 three or four or 15, i want to buy until 20
      so,

      <While Condition="not HasAtLeast(3311,20)"> (Not If, While.)
      <BuyItem ItemIds="3311" ItemCounts="1" DialogOption="2" InteractDistance="3.0" NpcId="1000396" XYZ="82.59705, -7.893894, -103.3494" />

      but bot buy item 3311 over and over 20

      any suggestion?
       
    3. Hargninator

      Hargninator New Member

      Joined:
      Oct 12, 2013
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Hi, sorry idk if this is the right threat but I've decided to start playing FFXIV again, I was trying to make some crafting profiles but i can't seem to find any source on where to get the skill ids anymore. Xvid used to have them but they redesigned their site and there are only a few left. Tried googling for a while now but I can't find the id and Idk if there is a way to read it from the game itself or something. Any help would be greatly appreciated.
       
    4. criosray

      criosray New Member

      Joined:
      Feb 14, 2016
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      1
      The ExBuddy svn link is dead. 404
       
    5. newb23

      newb23 Community Developer

      Joined:
      Nov 26, 2014
      Messages:
      397
      Likes Received:
      15
      Trophy Points:
      18
      That would be because it's an SVN link, not a navigatable link. ;) You use it to do a SVN checkout on a folder, and it downloads all the files therein for you.
       
    6. necromage

      necromage New Member

      Joined:
      Feb 21, 2016
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      Hi - noob here. Just downloaded the bot and tried getting things started up. I'm primarily interested in using the Ultima combat routine bot for running dungeons on Astrologian. I think I'm pretty close, but I still don't really understand what to do with the profile setting. I've read around that people are using the bots to run dungeons... Do I have to make a custom profile for each dungeon? Or is there something else I can do?

      Also, if anyone could give me a list of the typical plugins used for the dungeon running that I should download, that'd be greatly appreciated. Sorry if this is listed somewhere, I've been weaving through the forums for the past few hours but keep stumbling upon outdated information. Thanks!
       
    7. Darkpreda

      Darkpreda New Member

      Joined:
      Jun 12, 2017
      Messages:
      4
      Likes Received:
      1
      Trophy Points:
      3
      Hi, i would like to ask if Y2 is gonna update (or providing a tool to do so) his questions (subquests espicially) profiles with the travel tag depreciated (is there a way to still use the tag with a previous versions of RB ?) Thanks
       
    8. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
    9. Darkpreda

      Darkpreda New Member

      Joined:
      Jun 12, 2017
      Messages:
      4
      Likes Received:
      1
      Trophy Points:
      3
    10. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Hildibrand was updated. The other profiles are no longer supported.
       
      Darkpreda likes this.
    11. Darkpreda

      Darkpreda New Member

      Joined:
      Jun 12, 2017
      Messages:
      4
      Likes Received:
      1
      Trophy Points:
      3
      Still, thanks a lot for your work, it's kinda insane :)
       
      y2krazy likes this.
    12. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Of course! Expect more updates soon! :D
       
    13. Ligress

      Ligress Member

      Joined:
      Nov 7, 2013
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      6
      Some general questions I have about RebornBuddy:

      When using SNL's gathering profiles, the bot seems to be ignoring the Global Settings I've enabled regarding mount distance. I have it set to max and yet the bot still mounts up and flies straight up in the air and then back down to the node not even twenty feet away from the one I just gathered from, which looks very unnatural considering a human would have just run to it.

      I'd ask SNL why it's doing that but it seems he's gone from FFXIV. It could also be an issue with the ExBuddy plugin and the FlyTo commands, etc. I haven't been able to get in touch with SNL or ExMatt regarding this problem and was wondering if anyone could help me figure out what I need to do to change this mount value in the plugin.

      Another question I have is regarding Sprint. The bot sprints on cooldown to every destination that it hasn't mounted up for, which also looks very unnatural. I just wanna know how I can disable Sprinting period.

      I think if I can fix both of these, it would go a long way towards making the bot look more natural running around and lessen the chance of someone deciding to report me so I don't have to turn it off and manually gather whenever someone comes to gather in the same area as me.
       
    14. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
      ugh. The ExBuddy flying tags aren't the greatest. Please make sure you have the version from Entrax (https://github.com/Entrax643/ExBuddy)

      If i recall Sprint uses logic like this:
      Code:
      if(WorldManager.InSanctuary && !Core.Player.IsMounted && target.Distance(Core.Player.Location) >= CharacterSettings.Instance.MountDistance)
      use sprint...
      
       
    15. Ligress

      Ligress Member

      Joined:
      Nov 7, 2013
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      6
      I think I have that version now, thank you!

      As for Sprint, do you know where that logic might be in the bot folder so I can figure out how to change it or perhaps remove it?
       
    16. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      They're extremely rare, @Urgent2009. Just be smart about it and you should be fine.
       
    17. studwb22

      studwb22 New Member

      Joined:
      Jun 11, 2016
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      It says the Discord invite is invalid is there still anywhere to get real time help?
       
    18. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
    19. Daniel Kidd

      Daniel Kidd New Member

      Joined:
      Aug 17, 2020
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      was big fan of honorbuddy friend wants me to try ffxiv and id like to use bot to catch up to him is this bot supported anymore i cant find anything on questing profiles or new expansion. is there any new profiles for crafting and leveling
       
    20. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83

    Share This Page