What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Revived Profiles

DarkShado

Member
Joined
Jan 15, 2010
Messages
105
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.

183027d1437087383-revived-profiles-mob-id-jpg


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.
 

Attachments

Last edited:
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.
 
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)
 
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)
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.
 
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.

Alright thanks. I'll make that suggestion in the Kupper thread. Since thats the CR i am using :)
 
Back
Top