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.
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?
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.
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.
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!
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
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.
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...
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?
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
You can find some profiles here https://github.com/sodimm/RebornBuddy https://github.com/y2krazy/Rebornbuddy-Profiles Profiles will need an update as the patch released last week altered the quest chains while leveling. Some profiles need exbuddy which is not officially supported, there are several versions of it floating around. One such version is found here https://github.com/Entrax643/ExBuddy