• Visit Rebornbuddy
  • Revived Profiles

    Discussion in 'Grinding Profiles' started by DarkShado, Jul 16, 2015.

    1. DarkShado

      DarkShado Banned

      Joined:
      Jan 15, 2010
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      0
      Ok I did not write most these profiles I just found them on the forums
      and they did not work so I modified them so they would work.

      There are a few that are mine that I wrote and I have included here
      as well.

      I am not sure if all the profiles use Grindbot or not please
      look at them before using them. Most may be Orderbot.

      There is no warranty or support for these Grind Profiles.
      I tested them with Rebornbuddy and they worked for me.

      One of the main problems with some of the old profiles is that they
      are still using the TargetMob Name tag which is no longer
      supported by Rebornbuddy.

      <TargetMob name="" />

      IE:

      <TargetMobs>
      <TargetMob name="Sandskin Peiste" />
      </TargetMobs>

      The way you have to do it now is lookup the mob id
      and use that instead. To do that I use http://www.xivdb.com

      I am using a image by BigBudda87 from another thread to show
      how to find the mob ID.

      xivdb.com will tell you the mob Id just search for it and look
      up at the top in the URL bar of your browser The number circled in red is your
      MOB ID.

      [​IMG]

      So for a "Shelfeye Reaver" the MOB ID is 559

      How you do the profiles now using the MOB ID is like this.

      <TargetMobs>
      <TargetMob id="559" />
      </TargetMobs>

      Also remember to set the max level to 60 now with Heavensward.

      <MinLevel>1</MinLevel>
      <MaxLevel>60</MaxLevel>

      A full working profile will look something like this...

      Code:
      <Profile>
        <Name>Raptor Skin-Central Shroud-lvl 31</Name>
        <KillRadius>80</KillRadius>
      <Order>
          <If Condition="not IsOnMap(148)">
              <TeleportTo Name="Bentbranch" AetheryteId="3" />
          </If>
        </Order>    
        <GrindAreas>
          <GrindArea name="Lindwurm">
            <Hotspots>
              <Hotspot Radius="80" X="-351.1118" Y="61.58261" Z="-136.9761" name="Lindwurm" />
              <Hotspot Radius="60" X="-420.1534" Y="61.09248" Z="-106.9659" name="Lindwurm"  />
            </Hotspots>
            <TargetMobs>
               <TargetMob id="130" />
            </TargetMobs>
            <MinLevel>1</MinLevel>
            <MaxLevel>60</MaxLevel>
          </GrindArea>
        </GrindAreas>
      <Order>
          <Grind grindRef="Lindwurm" while="Core.Player.ClassLevel &lt; 61" />
        </Order>
      </Profile>
      
      Level 1 - 50 grind for Disciple of War ("DOW") or Disciple of Magic ("DOM")
      https://www.thebuddyforum.com/attac...-profile-level-1-50_updated_targetmob_ids-xml


      Leatherworking Grind

      Gigantoad Skin - Western Thanalan Vesper Bay (Level 23)
      https://www.thebuddyforum.com/attac...-profiles-gigantoad-skin-vesper-bay-lvl23-xml

      Gigantoad Skin-Eastern La Noscea (Level 33)
      https://www.thebuddyforum.com/attac...es-gigantoad-skin-eastern-la-noscea-lvl33-xml

      Peiste Skin-Southern Thanalan - (Level 26)
      https://www.thebuddyforum.com/attachments/rebornbuddy-profiles/183033d1437091474-revived-profiles-peiste-skin-southern-lvl-26-xml

      Raptor Skin - Central Shroud (Level 31)
      http://www.thebuddyforum.com/attach...rofiles-raptor-skin-central-shroud-lvl-31-xml

      Boar Hide - South Shroud (Level 45)
      https://www.thebuddyforum.com/attachments/rebornbuddy-profiles/183036d1437092498-revived-profiles-boar-hide-south-shroud-lv-l45-xml

      Boar Hide - East Shroud (Level 21)
      https://www.thebuddyforum.com/attac...ived-profiles-boar-hide-east-shroud-lvl21-xml



      Weaver Grind

      Snurble Tufts - Golden Fleece (Level 42) (Weavers, Goldsmiths, Leather workers)
      https://www.thebuddyforum.com/attac...ived-profiles-snurble-tufts-golden-fleece-xml

      Fleece - Ornery Karakul (Level 36)
      https://www.thebuddyforum.com/attac...ed-profiles-ornery-karakul-fleece-farming-xml

      Diremite Web - Banemite North Shroud (Level 25)
      https://www.thebuddyforum.com/attac...diremite-web-north-shroud-banemite-lvl-27-xml

      Cotton Boll Farming Bentbranch Meadows Central Shroud (Level 15)
      https://www.thebuddyforum.com/attac...48802-revived-profiles-botany-cotton-boll-xml

      I hope these profiles help everyone out as more are fixed I will add them here.
       

      Attached Files:

      Last edited: Jul 18, 2015
    2. clevernamegoeshere

      clevernamegoeshere New Member

      Joined:
      Feb 24, 2015
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Nice. Thank you very much. I just found myself very much in need of fleece this morning and it's expensive as hell on my server.
       
    3. Animadnb

      Animadnb New Member

      Joined:
      Apr 25, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Very nice thanks! I just started making profiles myself and this is a nice template. Would u happen to know how to set
      pull range though? My BRD always runs into melee range when farming mobs. The combat routine doesn't seem to have
      this included. (Using Kupper)
       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      That would be controlled by the CR itself. If no configuration option is available, I would post in that CR's topic asking the author to add a configuration option or to set it to "X" for you by default.
       
    5. Animadnb

      Animadnb New Member

      Joined:
      Apr 25, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Alright thanks. I'll make that suggestion in the Kupper thread. Since thats the CR i am using :)
       

    Share This Page