• Visit Rebornbuddy
  • [MINING] Ultimate Profiles Thread - Leveling, Farming, Grinding

    Discussion in 'Mining-Botany Profiles' started by kagamihiiragi17, Aug 15, 2014.

    1. Majorpancakes

      Majorpancakes New Member

      Joined:
      Mar 8, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      is there anyway you could make a silver ore farming route? ive tried making the profiles but i am not very good.
       
    2. Berkodamus

      Berkodamus New Member

      Joined:
      Dec 1, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      hello :) i just noticed the order bot or the profiles itself doesnt gather hidden rare nodes is any solition for that ?
       
    3. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Hey,

      Thanks for all the profiles here but does anyone have an updated profile as of patch 2.5 a lot of the nodes have been moved..so the bot tps but goes to the old nodes and just derps out not seeing the new node abit away..
       
    4. Grimmjow

      Grimmjow New Member

      Joined:
      Nov 11, 2013
      Messages:
      118
      Likes Received:
      1
      Trophy Points:
      0
      @Berkodamus are you looking to farm Unaspected Crystals?

      i did the following to my profiles

      Code:
      		 <ItemNames>
      		 	<ItemName>Unaspected Crystal</ItemName>
                              <ItemName>Wind Cluster</ItemName> <!--Wind Cluster-->
      		       </ItemNames>
      i would watch it to see if it works, but i was able to wake up with 200 crystals in my inventory.
       
    5. Grimmjow

      Grimmjow New Member

      Joined:
      Nov 11, 2013
      Messages:
      118
      Likes Received:
      1
      Trophy Points:
      0

      i have some time what profiles need to be updated that you noticed so far?
       
    6. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      I'll take a look when I get a chance. What profile, what level?
       
    7. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0

      Lv50 Unspoilt and this profile MuntaUnspoiledMining
       
    8. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      Neither of those profiles are mine/came from this thread, try posting wherever they came from.
       
    9. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0

      It came from this thread i quoted it for ease its on page 10 :(, i tried upping the radius in the profile to 120 will see if that helps
       
    10. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      My point was that they aren't mine, they didn't come from the main post and I didn't make them, so I can't support them. Looks like Grimmjow might be able to help or you could just make new profiles.
       
    11. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Hey,

      thinking making new profiles would be an option i will take a look at the guide..hopefully its not too difficult :) thanks for the help!
       
    12. Grimmjow

      Grimmjow New Member

      Joined:
      Nov 11, 2013
      Messages:
      118
      Likes Received:
      1
      Trophy Points:
      0
      Code:
      	<If Condition="IsTimeBetween(2,3)">
      	  
      	<If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
      	    <ChangeJob Type="Miner" />
      	</If>
      	
      		<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
      	<Gather Loops="1">
               <GatherObject>Unspoiled Mineral Deposit</GatherObject>
               <HotSpots>
                  <HotSpot Radius="100" XYZ="309.7161,305.0083,-62.78537" />
      			<!--HotSpot Radius="95" XYZ="301.0099, 307.6327, -89.7529"/-->
               </HotSpots>
      		 <Slot>2</Slot> <!--Darksteel Ore -->
      		 <GatheringSkillOrder>
      			 <GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
      			 <GatheringSkill SpellName="Sharp Vision" TimesToCast="1" />
      			 <GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
      		 </GatheringSkillOrder>
            </Gather>
      	  	<MoveTo XYZ="224.433, 302, -181.7083"/>
      		<WaitWhile Condition="IsTimeBetween(2,3)"/>
      	 </If>
      If this is any help, above is the code i use in my profiles for darksteel ore and it works fine for my atleast.
       
    13. tbo

      tbo Member

      Joined:
      Sep 3, 2014
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      6
      Is there a way to have to mine sections of this after you reach the cap? Like say if i wanted to target something particular
       
    14. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      I don't really understand what you're asking, but you can remove parts of the profile than you don't want to mine so it only mines what you want.
       
    15. tbo

      tbo Member

      Joined:
      Sep 3, 2014
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      6
      Like say i wanna mine electrume how would i go about setting it to mine that bc now it just stops bc im arldy 50 which btw was amazing your scpt is on key.
       
    16. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      Remove everything but Electrum Ore and change the gather condition to True.
       
    17. tbo

      tbo Member

      Joined:
      Sep 3, 2014
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      6
      Do mean chainging the



      <If Condition="Core.Player.ClassLevel &lt; 50"> <-------- This line from 50 to True ?
      <If Condition="not IsOnMap(139)">
      <TeleportTo Name="Camp Bronze Lake" AetheryteId="15" />
      </If>
      <Gather while="Core.Player.ClassLevel &lt; 50">
      <GatherObject>Mineral Deposit</GatherObject>
      <HotSpots>
      <HotSpot Radius="95" XYZ="425.5676, -2.748671, 180.2855" />
      </HotSpots>
      <Slot>5</Slot>
      <GatheringSkillOrder>
      <GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      </GatheringSkillOrder>
      </Gather>
      </If>
      <If Condition="Core.Player.ClassLevel == 50"> <-------- Or this line?
      <LogMessage Message="Congratulations, you're a level 50 miner!" />
      <LogMessage Message="Check out some grinding profiles on the forums," />
      <LogMessage Message="or take a look at the profiles for your new gear!" />
       
    18. Corpser

      Corpser New Member

      Joined:
      Feb 7, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Probably a dumb question but, how do you use the xml link for this profile? Thanks
       
    19. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Load it via order bot
       
    20. Corpser

      Corpser New Member

      Joined:
      Feb 7, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Ahhh okay, knew it would be something simple, thanks alot :)
       

    Share This Page