• Visit Rebornbuddy
  • [Order Bot] Heavensward Simple Material Grind Profiles

    Discussion in 'Grinding Profiles' started by Mr McGibblets, Jul 6, 2015.

    1. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      There is also the fishassist botbase that will sit there and fish until you get an error (run out of bait or fish sense amiss) Then it will stop, you can come back every 30min+ and move it. It does seem like square eased off on the fish amiss warning. I've fished a spot for more than an hour straight, in 2.5 you were lucky to make it 25min.

      Nice profile Becto! I'll check it out next weekend when I fire it up to do my scrips.
       
    2. jameslr

      jameslr Member

      Joined:
      Jun 6, 2015
      Messages:
      49
      Likes Received:
      2
      Trophy Points:
      8
      https://www.thebuddyforum.com/rebor...shing-profiles-leveling-farming-grinding.html

      I modified some of these profiles for collectables. You can use the code snippet from the same thread ( written by kagamihiiragi17 I think ) in Dev Console to generate the hotspot locations. It's pretty easy to do.

      Code:
      string location = Core.Player.Location.ToString().Remove(0, 1);
      location = location.Remove(location.Length - 1, 1);
      Log("<FishSpot XYZ=\"" + location + "\" Heading=\"" + Core.Player.Heading + "\" />");
       
    3. jamesestep1984

      jamesestep1984 Member

      Joined:
      Apr 23, 2015
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      6

      Can I use it lol
       
    4. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      well ofcourse, that's why I attached it.. may have to change some coords if the deepeyes still get in your way though
       
    5. phizzco

      phizzco New Member

      Joined:
      Jul 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Does anyone know how i can get the "Id" number for a given enemy type? I'm trying to make a path system for dragon's blood but its not working out all that well and I'm not sure if it has anything to do with the ID number being wrong.
      I basically edited the wyvern skin bot and changed the location etc.

      Right now my bot just sits in one place after making an initial pass, and it won't agro the mob on its own.

      <Profile>
      <Name>Dragon Blood</Name>
      <KillRadius>300</KillRadius>
      <GrindAreas>
      <GrindArea name="Easton Eyes">
      <Hotspots>
      <Hotspot Radius="500" X="293.3688" Y="223.0008" Z="-569.1976" name="28x11y" />
      <Hotspot Radius="500" X="194.4964" Y="229.5119" Z="-639.623" name="26x9y" />
      </Hotspots>
      <TargetMobs>
      <TargetMob Name="Blood Dragon" Id="3566" />
      </TargetMobs>
      <MinLevel>1</MinLevel>
      <MaxLevel>61</MaxLevel>
      </GrindArea>
      </GrindAreas>
      <Order>
      <If Condition="not IsOnMap(398)">
      <TeleportTo Name="Zenith" AetheryteId="79" />
      </If>
      <Grind grindRef="Easton Eyes" while="Core.Player.ClassLevel &lt; 61" />
      </Order>
      </Profile>
       
    6. Valpsjuk

      Valpsjuk Member

      Joined:
      Nov 10, 2014
      Messages:
      397
      Likes Received:
      4
      Trophy Points:
      18
    7. phizzco

      phizzco New Member

      Joined:
      Jul 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      ahh thanks!
       
    8. jameslr

      jameslr Member

      Joined:
      Jun 6, 2015
      Messages:
      49
      Likes Received:
      2
      Trophy Points:
      8
      Thanks for posting this - I've been using it to farm Dragon Skins and Dragon blood this afternoon. Had to fly to Easton Eyes manually of course, but once you're there it works great. Need to add a Blackout spot where the boss dragon fate spawns otherwise you'll likely die. Fortunately I was around when it popped and other people came to help (and I'm ilvl 190 NIN).
       
    9. junichi ab

      junichi ab New Member

      Joined:
      Jun 12, 2015
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
    10. jameslr

      jameslr Member

      Joined:
      Jun 6, 2015
      Messages:
      49
      Likes Received:
      2
      Trophy Points:
      8
      Here are some miscellaneous profiles I've been using for gathering Drake and Biast Scales as well as an improved version of the Chimera Mane profile (the one posted in this thread always aggros the fate boss):

      I'd recommend installing Zekken and adding the spells to the database. I've attached my Zekken database in case you were wanting it.

      View attachment [O] Mists Biast.xml
      View attachment [O] Mists Drake.xml
      View attachment [O] Chimera Mane - Port Version.xml

      Crafting profiles:

      View attachment [BSM] Titanium Nugget.xml
      View attachment [BSM] Titanium Ingot.xml

      Zekken DB: (place in <RBFOLDER>\Plugins\Zekken\Spell Shapes\
      View attachment XDatabase.xml
       
    11. himym23

      himym23 New Member

      Joined:
      May 30, 2015
      Messages:
      22
      Likes Received:
      1
      Trophy Points:
      3
      can someone upload darkchest nuts please :D
       
    12. tichy

      tichy Member

      Joined:
      Jun 6, 2015
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      18
      jameslr - dunno why but your chimera mane profile appears to get on the chocobo and run to the edge of the map sometimes....haven't monitored it to see why but haven't been able to gather more than like 150 chimera manes at a time. It seems to me that your giant red hotspot is too large - the bot probably gets stuck on the steep pathing and has a fit.
       
      Last edited: Aug 14, 2015
    13. jameslr

      jameslr Member

      Joined:
      Jun 6, 2015
      Messages:
      49
      Likes Received:
      2
      Trophy Points:
      8

      I ran into the same problem occasionally. It seems to be a pathing bug. This was a problem in the original Chimera Mane profile posted in this thread as well. This one just does a better job of avoiding the fate.
       
    14. plebian

      plebian New Member

      Joined:
      Aug 21, 2015
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Please add Coneflower - Rue - Cyclops onion (hidden) thanks !! Keep up the great work!
       
    15. dayum12

      dayum12 Member

      Joined:
      Aug 22, 2015
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      8
      Hello!

      Been running the Dhalmel Skin script for a few minutes now... I'd just like to point out that the camp beneath the one you've set would make a lot better skins/hr.
      Not only are there more Dhalmels, but there's also no other mobs to aggro. 16, 32 are the coords in game.
       
    16. RequiemOfADream

      RequiemOfADream Member

      Joined:
      Aug 3, 2015
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      Good stuff, thanks man
       
    17. jungleslang

      jungleslang New Member

      Joined:
      Sep 22, 2015
      Messages:
      108
      Likes Received:
      1
      Trophy Points:
      0
      With exbuddy flight out of commission a few days, how viable would it be to do some of these like rainbow cotton via ground mount? The first couple of zones are pretty accessible by ground for gathering, I'd think. I know some hw gathering profiles go between two or three node clusters a long way apart, but while it might be slow it can't be worse than getting zero gather grinding done.

      Also, I may have missed some stuff as I'm confined to mobile for a few hours, but if there isn't a profile for cedar log (which I could easily edit to grab branches) or Dragon obsidian, would ya mind whipping something up?
       
      Last edited: Nov 11, 2015
    18. xxvampirexx73

      xxvampirexx73 New Member

      Joined:
      Sep 6, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      wonder if there is one for griffin hide
       
    19. AGOHIF

      AGOHIF New Member

      Joined:
      Dec 9, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      hardsilver ore 。。。。Map the name and ID I don't know,please help me。。。。。
       
    20. westomopresto

      westomopresto New Member

      Joined:
      Nov 20, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Awesome profile dude!

      Is it possible to make a HQ ver. of the profiles? Or is there a plugin to do that?
      I'm new to FFX14 botting.
       

    Share This Page