• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Request] Allagan Chimera farm profile

    Discussion in 'Archives' started by LuckyKiller, Jul 9, 2015.

    1. LuckyKiller

      LuckyKiller New Member

      Joined:
      Jun 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Hello,

      I need a Allagan chimera (Azys Lla) farm profile, if someone can make it ? please

      I tried to create the profile but it don't work, I maked Hotspots, using the "add curent target" for the Allagan Chimera but my character don't move and only attack the mob if it's really close to me and only kill this chimera :'(

      If someone have a tutorial can help me too^^
       
      Last edited: Jul 9, 2015
    2. Djdave

      Djdave New Member

      Joined:
      Feb 22, 2015
      Messages:
      166
      Likes Received:
      1
      Trophy Points:
      0
      Post up your profile and the log when your using it.
       
    3. LuckyKiller

      LuckyKiller New Member

      Joined:
      Jun 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      There is my profile and now i have a new problem, when i start the bot, he load the previous profile & go farm for this proflie.

      View attachment Chimera2.Xml

      the log :

       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      I'm not sure if the Profile Creator is up-to-date on the current tag usage. Feel free to open up one of the grinding profiles in my signature and use it as a template if you'd like, replacing the relevant details to fit your needs.

      If one of my profiles still has this in it, make sure you remove it, as it's basically for equpping gear while leveling:

      Code:
      <BotSettings AutoEquip="1" />
       
    5. LuckyKiller

      LuckyKiller New Member

      Joined:
      Jun 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      I Modify your profile : "[O] Hippogryph Skin - Hippogryphs" like this:

      View attachment ChimeraTest.Xml

      And The bot crash, I really don't know how to do a profile^^ help me please.
       
    6. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Try this:

      Code:
      <Profile>
      	<Name>[O] Chimera Farm</Name>
      	<KillRadius>130</KillRadius>
      	<GrindAreas>
      		<GrindArea name="Allagan_Chimera">
      			<Hotspots>
      				<Hotspot Radius="130" XYZ="412.4578, -54.11706, -773.5139" name="Allagan Chimera" />
      			</Hotspots>
      			<TargetMobs>
      				<TargetMob Id="3540" />
      			</TargetMobs>
      			<MinLevel>1</MinLevel>
      			<MaxLevel>61</MaxLevel>
      		</GrindArea>
      	</GrindAreas>
      	<Order>
      		<Grind grindRef="Allagan_Chimera" while="Core.Player.ClassLevel &lt; 61" />
      	</Order>
      </Profile>
       
    7. LuckyKiller

      LuckyKiller New Member

      Joined:
      Jun 6, 2015
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1

      Work great!!!! Thank you !
       
    8. inferno124

      inferno124 New Member

      Joined:
      Mar 9, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      How do I get the Mob Id?
       
    9. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Look up the name of the mob on http://www.xivdb.com/. The number in the URL is the mob ID.
       
    10. inferno124

      inferno124 New Member

      Joined:
      Mar 9, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Oh thank you for that! Also, would you happen to know where I can get the aetheryte IDs for heavensward?

      thank you
       
    11. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Run this in the Console:

      Code:
      ClearLog();
      foreach(var item in DataManager.AetheryteCache)
      {
      Log("ID: {0} | Location: {1}",item.Key,item.Value);
      }
       
    12. inferno124

      inferno124 New Member

      Joined:
      Mar 9, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Oh Very nice! thank you for that. So lastly, how do i get the map number to fill in IsOnMap(____).

      Thank for all your help and sorry for all the noob questions =)
       
    13. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      What I use:

      Code:
      ClearLog();
      Log("Zone Id: {0} | Raw Zone Id: {1} | Subzone Id: {2}",WorldManager.ZoneId,WorldManager.RawZoneId,WorldManager.SubZoneId);
       

    Share This Page