My pleasure, as always. I don't need a link to XIVDB - I can handle that on my own. Just focus on what you need and let me know here or via PM. Keep in mind that while farming ALL materials on your own may be a nice luxury, before the expansion releases, you should check the Market Board for cheap mats while it's flooded. After the expansion goes live, then you may want to reconsider the Market Board approach and farm materials on your own. Just something to keep in mind over the next month or so! No need, really, at this point with the expansion so close. If anyone has needs for farming right now, I'll help out there, but once the expansion comes out in ~5 weeks, people will likely want things for new content and that's where I'll focus more before coming back to old content farming. After the expansion goes live, this will be my priority: new content > requests posted here > old content.
Thank you for the Fleece profile. Farmed it in no time at all. I'd also like to see an updated guide as to make profiles. I have a pretty good idea and have made basic ones. What I'd like to see more explored and explained is how to use things such as time, stealth and mounting. Explaining how we implement them and where and when to use them would go a long way to helping new people want to create more profiles and lead to a bigger base for us all. I'd love to know how you make your node and grind profiles so I myself can create similar profiles and hopefully in the future be able to add something worth while to the community. I completely understand you create profiles when you have time. So please don't feel you have to at all even make a guide. I myself am trying to prepare for the expansion and I'd like to have as much information on creating well written profiles before it hits. Thank you.
This Might Help Iyake posted this originally in another thread, i modified it to add the teleport section. but all you have to do is copy/past the information between the code tags into RebornConsole, go to the zone and target the mob you want to grind and hit run. then copy/paste the information provided into an xml file, and your grind profile for that mob is created! and please if you can post your profile here so we can get this thread updated. Please Note: if multiple Aetherytes are available, please delete the ones not needed. Code: ClearLog(); Log("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"); Log("<!--"); Log("Please Fix the <TeleportTo> Section if multiple are found."); Log("-->"); Log("<Profile>"); Log(" <Name>{0}</Name>",Core.Player.CurrentTarget.Name); Log(" <KillRadius>50</KillRadius>"); Log(" <GrindAreas>"); Log(" <GrindArea name=\"{0}\">", Regex.Replace(Core.Player.CurrentTarget.Name, @"\s+", "")); Log(" <Hotspots>"); Log(" <Hotspot Radius=\"120\" XYZ=\"{0}, {1}, {2}\" />", Core.Player.X, Core.Player.Y, Core.Player.Z); Log(" </Hotspots>"); Log(" <TargetMobs>"); Log(" <TargetMob Name=\"{0}\" Id=\"{1}\" />", Core.Player.CurrentTarget.Name, Core.Player.CurrentTarget.NpcId); Log(" </TargetMobs>"); Log(" <MinLevel>0</MinLevel>"); Log(" <MaxLevel>61</MaxLevel>"); Log(" </GrindArea>"); Log(" </GrindAreas>"); Log(""); Log(" <Order>"); Log(" <If Condition=\"not IsOnMap({0})\">",WorldManager.ZoneId); Log("<!--Modify Below if needed.-->"); foreach (var Aetheryte in WorldManager.AetheryteIdsForZone(WorldManager.ZoneId)) Log(" <TeleportTo AetheryteId=\"{0}\"/>",Aetheryte.Item1); Log(" </If>"); Log(" <Grind grindRef=\"{0}\" PostCombatDelay=\"1.5\" While=\"True\" />", Regex.Replace(Core.Player.CurrentTarget.Name, @"\s+", "")); Log(" </Order>");
Profile added to the first post. I wasn't sure if everyone would want to use Leaf Turn II, so I just had it use I for now. While it's 20% less, with my testing it was getting 1 HQ every 1-2 nodes with Gathering/Perception around 250 each. YMMV (Your Mileage May Vary).
Requesting for Megalocrab Legs! For Alchemy. It seems like Megalocrabs at lower la noscea drop them frequently than the ones in middle la noscea. But the lower one is too open and making my own grinding bot for it keeps getting stuck while using mesh. Thanks!
I was wondering if you take fishing grind profile requests. Not exactly sure on how to make one for: Finger Shrimp, Rothlyt Oyster and Razor Clams.
finger shrimp is a vendor buy. the other two go into the fishing profiles post by kage, page 8 post #77. Make sure to install the fish.cs talked about in the first post https://www.thebuddyforum.com/rebor...ing-profiles-leveling-farming-grinding-8.html
I'd be happy to, but as Mr McGibblets mentioned, please try the profile in that link first and if it's not working for you, let me know!
Need you help View attachment try3 (8).xml I'm trying to compile a profile using various I found the forum but much of the time my char is teleporting to the map he just collect the item. I tried several different things (the attachment is my eighth attempt of the third profile ). Would you please give me a light on what is wrong?
Profile Name: [O] [LTW] Raptor Skin - Lindwurms.xml Issue: Just running around not attacking anything Suggested Fix: If i click on the lindwurm and attack once it will kill it then start running around again, I think we may have the wrong Mob ID Edit: I just changed the mob ID from 411 to 130 and it's now working properly.
Would you happen to have a Shark Oil material profile on hand? Silvershark and Hammerhead shark are required to make this. I know you are currently working on a LOT of quest profiles to get prepared for the expansion. If you happen to have one or know of one just send me in that direction if you have the time. Thank you!
I'm unable to look this over right now due to work load, but will try to remember to get back to you when I can. Thank you for catching this. Likely just an oversight on my part. Will upload the revision tonight. Will add this to the backlog.
Changes to all profiles pushed. Changelog: Code: [B]All Profiles[/B] [INDENT]Profile optimizations.[/INDENT] [INDENT]Added customizable material count. (Default: 2000)[/INDENT] [INDENT]Added level check.[/INDENT] [INDENT]Will teleport to Limsa Lominsa upon completion of material count.[/INDENT]
Hey y2krazy, Was wondering if it was possible for a combined profile that could farm - spruce logs darksteel ore gold ore trillium bulb Thanks for the great work!