• Visit Rebornbuddy
  • [Order Bot] Material Grinds - Requests Welcome!

    Discussion in 'Grinding Profiles' started by y2krazy, May 16, 2015.

    1. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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.
       
    2. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    3. Grimmjow

      Grimmjow New Member

      Joined:
      Nov 11, 2013
      Messages:
      118
      Likes Received:
      1
      Trophy Points:
      0
      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>");
      
       
      Last edited: May 21, 2015
      y2krazy likes this.
    4. Sinanju

      Sinanju Member

      Joined:
      Apr 14, 2015
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      Requesting Cinnamon grind for Botany! (With Leaf Turn I/II for HQ)
       
    5. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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).
       
    6. Sinanju

      Sinanju Member

      Joined:
      Apr 14, 2015
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      Gotcha, I'll just change it to II on my own copy. Thanks!
       
    7. throne

      throne Member

      Joined:
      May 1, 2015
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      6
      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!
       
    8. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Sounds good! Let me know how it works for you. ;)

      Profiles added to the first post.
       
    9. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    10. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
    11. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      Last edited: May 24, 2015
    12. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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! :)
       
    13. russocrd

      russocrd New Member

      Joined:
      May 28, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      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 :( :confused:). Would you please give me a light on what is wrong?
       
    14. shdwblade

      shdwblade New Member

      Joined:
      May 31, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
      Last edited: May 31, 2015
    15. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      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!
       
    16. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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. ;)
       
    17. phizzco

      phizzco New Member

      Joined:
      Jul 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Have you done pudding flesh? bravois in central?
       
    18. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      No. I'll add it to my list. Lower priority for me, atm, though. :/
       
    19. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      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]
       
    20. Djdave

      Djdave New Member

      Joined:
      Feb 22, 2015
      Messages:
      166
      Likes Received:
      1
      Trophy Points:
      0
      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!
       

    Share This Page