• Visit Rebornbuddy
  • [Orderbot]Many farming/harvesting/fishing profiles combined

    Discussion in 'Other Profiles' started by Sycho, Jun 16, 2015.

    1. Dgame

      Dgame Member

      Joined:
      Aug 19, 2014
      Messages:
      320
      Likes Received:
      0
      Trophy Points:
      16
      This is how I have it set up.

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <!--
      Fishing Profile
      Author: Sycho
      Version 1.0
      -->
      
      <!--User Configuration-->
      <!DOCTYPE Profile [
      
        <!--//////////////////////////////////-->
        <!--Fishing-->
        <!--Cannot do more then one at a time unless they use the same bait-->
        <!--//////////////////////////////////-->
        <!ENTITY Cloud_Cutter "0"><!--Hoverworm-->
        <!ENTITY Finger_Shrimp "0"><!--Lugworm-->
        <!ENTITY Hammerhead_Shark "0"><!--Steel Jig-->
        <!ENTITY Megalodon "0"><!--Rat Tails-->
        <!ENTITY Navigators_Dagger "0"><!--Rat Tails-->
        <!ENTITY Northern_Pike "0"><!--Topwater Frog-->
        <!ENTITY Razor_Clam "0"><!--Rat Tails-->
        <!ENTITY Rothlyt_Oyster "0"><!--Rat Tails-->
        <!ENTITY Silver_Shark "0"><!--Lugworm-->
        <!ENTITY Takitaro "0"><!--Streamer-->
        <!ENTITY Titanic_Sawfish "1"><!--Lugworm-->
        <!--//////////////////////////////////-->
      
        <!--//////////////////////////////////-->
        <!--Teleport-->
        <!ENTITY TeleportLoc "Limsa Lominsa">  <!--Name of location to teleport to-->
        <!ENTITY TeleportID "8">  <!--ID of the above location-->
        <!--//////////////////////////////////-->
      
      ]>
      <!--End User Configuration-->
      
      <Profile>
        <Name>Fishing Profile</Name>
        <KillRadius>50</KillRadius>
      
        <!--User Configuration-->
      
        <CodeChunks>
          <CodeChunk Name="Fisher">
            <![CDATA[
                    ChatManager.SendChat("/gs change 19");
                    await Buddy.Coroutines.Coroutine.Sleep(2000);
            ]]>
          </CodeChunk>
        </CodeChunks>
        
        <!--End User Configuration-->
        
        <Order>
      
          <!--//////////////////////////////////////-->
          <!--Fishing-->
          <!--//////////////////////////////////////-->
      
          <If Condition="not HasAtLeast(4997, &Northern_Pike;) and HasAtLeast(2624, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(155)">
              <TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <!-- Bait to use: Topwater Frog -->
            <Fish Mooch="0" Condition="not HasAtLeast(4997, &Northern_Pike;) and HasAtLeast(2624, 1)">
              <FishSpots>
                <FishSpot XYZ="-301.2175, 242.5202, 30.957" Heading="1.649999976" />
                <FishSpot XYZ="-298.8162, 242.2437, 24.40533" Heading="1.350000023" />
                <FishSpot XYZ="-295.1096, 242.3337, 19.77519" Heading="1.090000033" />
                <FishSpot XYZ="-292.0454, 242.8962, 14.91272" Heading="1.330000042" />
                <FishSpot XYZ="-286.5479, 243.4696, 8.58987" Heading=".990000009" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(5040, &Cloud_Cutter;) and HasAtLeast(2605, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(155)">
              <TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <!-- Bait to use: Hoverworm -->
            <Fish Mooch="0" Condition="not HasAtLeast(5040, &Cloud_Cutter;) and HasAtLeast(2605, 1)">
              <FishSpots>
                <FishSpot XYZ="-372.7961, 198.9543, -319.9451" Heading="2.759999990" />
                <FishSpot XYZ="-378.1296, 197.7048, -325.0131" Heading="2.720000028" />
                <FishSpot XYZ="-387.1585, 194.8633, -334.1573" Heading="2.420000076" />
                <FishSpot XYZ="-399.9873, 192.4837, -333.7528" Heading="3.220000028" />
                <FishSpot XYZ="-415.0255, 198.2323, -335.2788" Heading="3.049999952" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4893, &Hammerhead_Shark;) and HasAtLeast(2616, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(138)">
              <TeleportTo Name="Aleport" AetheryteId="14" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <!-- Bait to use: Steel Jig -->
            <Fish Mooch="0" Condition="not HasAtLeast(4893, &Hammerhead_Shark;) and HasAtLeast(2616, 1)">
              <FishSpots>
                <FishSpot XYZ="-247.8341, -42.20121, 53.79335" Heading="4.550000190" />
                <FishSpot XYZ="-246.7112, -42.26444, 49.04966" Heading="4.070000171" />
                <FishSpot XYZ="-242.0617, -42.20016, 45.53512" Heading="4.309999942" />
                <FishSpot XYZ="-246.4241, -42.2358, 19.43209" Heading="4.829999923" />
                <FishSpot XYZ="-240.3248, -42.2803, 10.84222" Heading="3.920000076" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4882, &Navigators_Dagger;) and HasAtLeast(2591, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(138)">
              <TeleportTo Name="Aleport" AetheryteId="14" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <MoveTo Name="Brewer's Beacon" Distance="1" XYZ="443.9388, 14.61832, 449.64" />
      
            <RunCode Name="Dismount"/>
            <WaitTimer WaitTime="3"/>
      
            <!-- Bait to use: Rat Tails -->
            <Fish Mooch="0" Condition="not HasAtLeast(4882, &Navigators_Dagger;) and HasAtLeast(2591, 1)">
              <FishSpots>
                <FishSpot XYZ="445.1449, 14.61815, 464.2222" Heading="1.259999990" />
                <FishSpot XYZ="425.0905, 15.02298, 464.9742" Heading="4.739999771" />
                <FishSpot XYZ="426.4035, 14.85764, 469.1375" Heading="5.610000133" />
                <FishSpot XYZ="430.5117, 14.75647, 471.367" Heading="6.039999961" />
                <FishSpot XYZ="436.9968, 14.77718, 469.3714" Heading="0.360000014" />
                <FishSpot XYZ="441.9909, 14.81671, 465.9439" Heading="0.460000008" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
            <RunCode Name="EnableMount"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4881, &Rothlyt_Oyster;) and HasAtLeast(2591, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(138)">
              <TeleportTo Name="Aleport" AetheryteId="14" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <!-- Bait to use: Rat Tails -->
            <Fish Mooch="2" Condition="not HasAtLeast(4881, &Rothlyt_Oyster;) and HasAtLeast(2591, 1)">
              <FishSpots>
                <FishSpot XYZ="296.9852, -33.6836, 290.0983" Heading="4.809999942" />
                <FishSpot XYZ="296.9899, -27.45605, 257.1923" Heading="4.699999809" />
                <FishSpot XYZ="282.1735, -24.9952, 245.0189" Heading="0.019999999" />
                <FishSpot XYZ="266.5778, -25.00004, 266.1663" Heading="0.409999996" />
                <FishSpot XYZ="248.0264, -25.00004, 258.9949" Heading="5.289999961" />
                <FishSpot XYZ="230.3984, -24.99062, 245.0335" Heading="1.100000001" />
                <FishSpot XYZ="222.3044, -32.22779, 276.2818" Heading="1.580000042" />
                <FishSpot XYZ="222.295, -33.4974, 289.3461" Heading="1.5" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4884, &Razor_Clam;) and HasAtLeast(2591, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="Core.Player.ClassLevel &gt; 15">
              <If Condition="not IsOnMap(140)">
                <TeleportTo Name="Horizon" AetheryteId="17" />
                <WaitTimer WaitTime="10"/>
              </If>
            </If>
      
            <!-- Bait to use: Rat Tails -->
            <Fish Mooch="0" Condition="not HasAtLeast(4884, &Razor_Clam;) and HasAtLeast(2591, 1)">
              <FishSpots>
                <FishSpot XYZ="-357.0104, 16.28369, -135.2461" Heading="6.150000095" />
                <FishSpot XYZ="-352.0737, 16.02403, -134.8164" Heading="6.150000095" />
                <FishSpot XYZ="-346.3284, 16.22647, -132.3408" Heading="5.760000228" />
                <FishSpot XYZ="-335.3701, 13.9835, -112.4349" Heading="4.730000228" />
                <FishSpot XYZ="-324.357, 13.9835, -113.7365" Heading="1.580000042" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
            <If Condition="Core.Player.ClassLevel &lt; 16">
              <LogMessage Message="Your current class level does not meet the minimum level of 16 needed to fish for Razor Claims."/>
              <LogMessage Message="Skipping and continuing to next task."/>
            </If>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4924, &Titanic_Sawfish;) and HasAtLeast(2585, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="Core.Player.ClassLevel &gt; 40">
              <If Condition="not IsOnMap(140)">
                <TeleportTo Name="Horizon" AetheryteId="17" />
                <WaitTimer WaitTime="10"/>
              </If>
      
              <MoveTo Name="Cape Westwind" Distance="5" XYZ="-402.4691, 31.2419, -721.1496" />
      
              <RunCode Name="Dismount"/>
              <WaitTimer WaitTime="3"/>
      
              <!-- Bait to use: Lugworm -->
              <While Condition="not HasAtLeast(4924, &Titanic_Sawfish;) and HasAtLeast(2585, 1)">
                <Fish Mooch="2" Stealth="True" Condition="IsTimeBetween(9,15) and HasAtLeast(2585, 1)">
                  <FishSpots>
                    <FishSpot XYZ="-566.0597, 53.33505, -734.635" Heading="6.239999771" />
                    <FishSpot XYZ="-572.2094, 53.33505, -734.1207" Heading="6.139999866" />
                    <FishSpot XYZ="-578.0904, 53.34382, -738.3093" Heading="5.190000057" />
                    <FishSpot XYZ="-583.7248, 53.30873, -745.5491" Heading="5.019999980" />
                  </FishSpots>
                </Fish>
      
                <WaitTimer WaitTime="20"/>
      
                <If Condition="IsTimeBetween(15,24) or IsTimeBetween(0,9)">
                  <WaitWhile Condition="IsTimeBetween(15,24) or IsTimeBetween(0,9)" />
                </If>
              </While>
            </If>
      
            <WaitTimer WaitTime="20"/>
            <RunCode Name="EnableMount"/>
            <If Condition="Core.Player.ClassLevel &lt; 41">
              <LogMessage Message="Your current class level does not meet the minimum level of 41 needed to fish for Titanic Sawfish."/>
              <LogMessage Message="Skipping and continuing to next task."/>
            </If>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4903, &Silver_Shark;) and HasAtLeast(2585, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="Core.Player.ClassLevel &gt; 35">
              <If Condition="not IsOnMap(137)">
                <TeleportTo Name="Costa Del Sol" AetheryteId="11" />
                <WaitTimer WaitTime="5"/>
              </If>
            </If>
      
            <!-- Bait to use: Lugworm -->
            <Fish Mooch="1" Condition="not HasAtLeast(4903, &Silver_Shark;) and HasAtLeast(2585, 1)">
              <FishSpots>
                <FishSpot XYZ="557.7746, 8.612097, 647.8525" Heading="1.07" />
                <FishSpot XYZ="571.5334, 8.612101, 627.876" Heading="0.97" />
                <FishSpot XYZ="588.2607, 8.613007, 611.7361" Heading="0.69" />
                <FishSpot XYZ="604.4154, 8.614275, 598.0984" Heading="0.71" />
                <FishSpot XYZ="620.7599, 8.614272, 584.4503" Heading="0.7" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
            <If Condition="Core.Player.ClassLevel &lt; 36">
              <LogMessage Message="Your current class level does not meet the minimum level of 36 needed to fish for Silver Sharks."/>
              <LogMessage Message="Skipping and continuing to next task."/>
            </If>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4871, &Finger_Shrimp;) and HasAtLeast(2585, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(134)">
              <TeleportTo Name="Summerford Farms" AetheryteId="52" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <!-- Bait to use: Lugworm -->
            <Fish Mooch="1" Condition="not HasAtLeast(4871, &Finger_Shrimp;) and HasAtLeast(2585, 1)">
              <FishSpots>
                <FishSpot XYZ="-266.9185, 41.89373, -180.0316" Heading="4.099999904" />
                <FishSpot XYZ="-271.5029, 42.7417, -174.9924" Heading="4.389999866" />
                <FishSpot XYZ="-272.8207, 43.92111, -169.358" Heading="4.920000076" />
                <FishSpot XYZ="-269.8036, 43.85372, -164.3278" Heading="6.190000057" />
                <FishSpot XYZ="-253.9524, 38.90133, -160.8764" Heading="5.860000133" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(5028, &Takitaro;) and HasAtLeast(2627, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="5"/>
            </If>
      
            <If Condition="not IsOnMap(153)">
              <TeleportTo Name="Quarrymill" AetheryteId="5" />
              <WaitTimer WaitTime="10"/>
            </If>
      
            <!-- Bait to use: Streamer -->
            <Fish Mooch="0" Condition="not HasAtLeast(5028, &Takitaro;) and HasAtLeast(2627, 1)">
              <FishSpots>
                <FishSpot XYZ="657.6678, 21.65929, 71.68061" Heading="5.179999828" />
                <FishSpot XYZ="634.4926, 21.68449, 53.05449" Heading="0.389999985" />
                <FishSpot XYZ="615.4807, 21.6231, 53.21303" Heading="0.200000002" />
                <FishSpot XYZ="594.0208, 21.64056, 59.72655" Heading="0.879999995" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--Next Fishing Area-->
      
          <If Condition="not HasAtLeast(4923, &Megalodon;) and HasAtLeast(2591, 1)">
      
            <If Condition="Core.Me.CurrentJob != ClassJobType.Fisher">
              <RunCode Name="Fisher"/>
              <WaitTimer WaitTime="3"/>
            </If>
      
            <If Condition="not IsOnMap(137)">
              <TeleportTo Name="Costa Del Sol" AetheryteId="11" />
              <WaitTimer WaitTime="5"/>
            </If>
      
            <UseTransport NpcId="1003585" InteractDistance="2" DialogOption="1" XYZ="607.4304, 11.62379, 392.9306" />
      
            <!-- Bait to use: Rat Tails -->
            <Fish Mooch="3" Condition="not HasAtLeast(4923, &Megalodon;) and HasAtLeast(2591, 1)">
              <FishSpots>
                <FishSpot XYZ="876.0427, 19.24, 157.5336" Heading="0.920000016" />
                <FishSpot XYZ="869.0851, 22.2411, 167.177" Heading="0.349999994" />
                <FishSpot XYZ="860.2756, 22.24, 166.1311" Heading="5.559999942" />
                <FishSpot XYZ="858.97, 22.25, 155.2787" Heading="4.139999866" />
                <FishSpot XYZ="866.115, 19.24129, 148.5619" Heading="3.890000104" />
              </FishSpots>
            </Fish>
      
            <WaitTimer WaitTime="20"/>
          </If>
      
          <!--End Fishing-->
      
          <TeleportTo Name="&TeleportLoc;" AetheryteId="&TeleportID;" />
      
        </Order>
      
        <CodeChunks>
          
          <CodeChunk Name="Dismount">
            <![CDATA[ ff14bot.Managers.Actionmanager.Dismount();]]>
          </CodeChunk>
      
          <CodeChunk Name="EnableMount">
            <![CDATA[ ff14bot.Settings.CharacterSettings.Instance.UseMount = true;]]>
          </CodeChunk>
        </CodeChunks>
        
      </Profile>
       
    2. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Just to confirm what I am expecting... You have 0 Titanic Sawfish in your inventory, and you have at least 1 lugworm.
       
    3. Dgame

      Dgame Member

      Joined:
      Aug 19, 2014
      Messages:
      320
      Likes Received:
      0
      Trophy Points:
      16
      Hmmm, I thought you could use any bait you wanted and that was just the suggested bait so you could go after multiple fish. So the bait list must be followed strictly? I'll try that now. Thank you for the help.
       
    4. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38

      You can use whatever bait you want..you just have to have at least 1 of the suggest bait (or know how to change it in the code) or the profile will not meet the requirements. You also have to have less than the number of items specified for the fish you want or it will also be complete.

      Titanic_Sawfish "1" means once you have 1 in your inventory, it stops.
       
    5. Dgame

      Dgame Member

      Joined:
      Aug 19, 2014
      Messages:
      320
      Likes Received:
      0
      Trophy Points:
      16
    6. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Well, that is about as much as I can help you with the profile without rewriting it.
       
    7. Dgame

      Dgame Member

      Joined:
      Aug 19, 2014
      Messages:
      320
      Likes Received:
      0
      Trophy Points:
      16
      I really appreciate your help. I'm guessing something broke with the last update.
       
    8. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      There are lots of variables at play, level of your char, and the accuracy of the profile in the first place to not agro enemies, it could just be 90% of the time.
       
    9. jamesestep1984

      jamesestep1984 Member

      Joined:
      Apr 23, 2015
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      6
      [12:26:03.959 N] Failed to load profile: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="0" Condition="not HasAtLeast(4997, 0) and HasAtLeast(2624, 1)">
      <FishSpots>
      <FishSpot XYZ="-301.2175, 242.5202, 30.957" Heading="1.649999976" />
      <FishSpot XYZ="-298.8162, 242.2437, 24.40533" Heading="1.350000023" />
      <FishSpot XYZ="-295.1096, 242.3337, 19.77519" Heading="1.090000033" />
      <FishSpot XYZ="-292.0454, 242.8962, 14.91272" Heading="1.330000042" />
      <FishSpot XYZ="-286.5479, 243.4696, 8.58987" Heading=".990000009" />
      </FishSpots>
      </Fish>) Line 73
      [12:26:03.959 D] System.Exception: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="0" Condition="not HasAtLeast(4997, 0) and HasAtLeast(2624, 1)">
      <FishSpots>
      <FishSpot XYZ="-301.2175, 242.5202, 30.957" Heading="1.649999976" />
      <FishSpot XYZ="-298.8162, 242.2437, 24.40533" Heading="1.350000023" />
      <FishSpot XYZ="-295.1096, 242.3337, 19.77519" Heading="1.090000033" />
      <FishSpot XYZ="-292.0454, 242.8962, 14.91272" Heading="1.330000042" />
      <FishSpot XYZ="-286.5479, 243.4696, 8.58987" Heading=".990000009" />
      </FishSpots>
      </Fish>) Line 73
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
      at Clio.XmlEngine.PropertyProcessor..(XElement )
      at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
      at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
      at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
      at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
      at ff14bot.NeoProfiles.NeoProfile.Load(String path)
      at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)

      Was working fine for days and just started doing this now... can someone tell me what i changed or happened
       
    10. heshire

      heshire Member

      Joined:
      Jul 27, 2015
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      6
      If things suddenly stop working, I usually try to restart the game and RB and things work as they should. Give that a shot.
       
    11. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      You may have pulled down my other gathering tags and created duplicates, Look at the errors you get when RB starts.
       
    12. cloud1771

      cloud1771 Member

      Joined:
      Apr 14, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      I am trying to use the Shard and crystal combined profile and it keeps ending before doing anything.

      ********************
      Log
      ********************
      [14:37:15.881 N] Loaded profile Shard/Crystal Profile
      [14:37:15.881 N] Bot Thread Started.
      [14:37:16.006 N] Connection to 192.99.148.87:31214 established.
      [14:37:16.006 N] Clearing all hooks.
      [14:37:16.006 D] Replaced hook [PreCombatBuff] b45db075-770e-440c-99c6-9794b9590e83
      [14:37:16.006 D] Replaced hook [Heal] 4023a40e-72b9-48f2-80d9-f0afde923e2b
      [14:37:16.006 D] Replaced hook [Pull] 3975f37b-2189-4714-977d-55d9a1af09ae
      [14:37:16.006 D] Replaced hook [CombatBuff] 2790bef0-27ad-4bba-b4c8-048cf4968cc0
      [14:37:16.006 D] Replaced hook [Combat] ef6843f2-a37f-4f66-8703-c641dd9c88fb
      [14:37:16.006 D] Replaced hook [Rest] c929636d-1d77-43e1-b0b0-d51c1193f3f9
      [14:37:16.006 D] Added new hook [RoutineCombat] c323787f-8251-4afc-8abd-41fd94a4615f
      [14:37:16.006 D] Added new hook [HotspotPoi] c9e736c1-9d10-4c37-92a9-c0c23b2690dd
      [14:37:16.006 D] Added new hook [SetDeathPoi] be2955f1-800d-4357-9230-8311e54e9de7
      [14:37:16.006 D] Added new hook [SetCombatPoi] 77bbaf16-9ab6-4410-8cb0-2dc26c33d3da
      [14:37:16.006 D] Added new hook [SetHotspotPoi] 1277970e-7438-4784-a064-10fa534df373
      [14:37:16.006 D] Added new hook [SelectPoiType] 1e6577ee-4e9e-43b4-9f2d-93a59ee7e9a5
      [14:37:16.006 D] Replaced hook [SelectPoiType] 3e015f1a-6924-4e14-a514-9ae8ba1b7891
      [14:37:16.006 D] Inserted new hook [TreeStart @0] e319cb11-a495-4a27-93a2-c643ce5c5110
      [14:37:16.032 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: LineNumber: 944, ZoneId: 0, AetheryteId: 8, Name: Limsa Lominsa, Force: False, Aetheryte: aetheryte 0x32321570, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
      [14:37:16.032 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [14:37:16.032 D] Replaced hook [ProfileOrderBehavior_Hook] 9e42db11-1882-465c-a4c4-6fa06aa7ff1a
      [14:37:16.050 N] Profile completed
      [14:37:16.050 N] Stopping the bot. Reason:profile Completed
      [14:37:16.050 D] CurrentBot.Stop()
      [14:37:16.050 N] Connection closed! 192.99.148.87:31214
      [14:37:16.050 D] TreeHooks.Instance.ClearAll()
      [14:37:16.051 N] Clearing all hooks.
      [14:37:16.051 D] Replaced hook [PreCombatBuff] 96a4d977-45aa-497e-84bf-87ea3a09074a
      [14:37:16.051 D] Replaced hook [Heal] bd6d6258-712b-445b-8ff2-8e0d33d65330
      [14:37:16.051 D] Replaced hook [Pull] 3e5dd505-74d6-43d6-89b7-d03c04296c02
      [14:37:16.051 D] Replaced hook [CombatBuff] 5bcf2f73-96b3-4d82-9b3f-c2de8bbfca61
      [14:37:16.051 D] Replaced hook [Combat] cb40e0d2-f74b-480d-9e21-0fd63c046197
      [14:37:16.051 D] Replaced hook [Rest] fdeef84d-73b3-4c22-b065-228eacafe22e
      [14:37:16.051 D] Navigator.Clear()
      [14:37:16.051 V] [Poi.Clear] Reason: Bot stopped
      [14:37:16.051 D] OnStop event
      [14:37:16.051 D] OnStop Event Invoking
      [14:37:16.051 D] ProfileOrderManager.OnBotStop. Resetting caches.
      [14:37:16.051 N] Bot Thread Ended.

      ******************

      any suggestions would be nice

      Thanks
       
    13. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Did you set your crystal count(s) in the top of the profile?
       
    14. cloud1771

      cloud1771 Member

      Joined:
      Apr 14, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      I see i was thinking it was 1 or on and 0 for off

      Thank you its working now
       
    15. SuperMoon

      SuperMoon Member

      Joined:
      Oct 2, 2015
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      8
      Is there any chance you could include a trigger on whether to use a Yield+ gathering rotation or not? Something like a, if Yield entity is 0 then use Leaf Turn in GatheringSkillOrder, but if Yield entity is 1 then use King's Yield II?
       
    16. delac

      delac New Member

      Joined:
      Oct 7, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Is there a way to make that my gatherer uses Kings Yield instead of unearth?

      Thank you!
       
    17. metrosound

      metrosound New Member

      Joined:
      Nov 23, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      Will you incorporate unspoiled gathering to this profile, so we can do everything from this 1 profile
       
    18. zeikai

      zeikai New Member

      Joined:
      Aug 21, 2016
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Hi, is it possible to update this profile to include Lumythrite sand and ore?
       
    19. Zalgo

      Zalgo New Member

      Joined:
      Apr 2, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Unsure if you still update this at all anymore but could quarry items be added like granite, limestone, etc?
       
    20. razzle

      razzle Member

      Joined:
      Nov 3, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
      the new grade 3 dissolvents require Mogpom, Gaelcatnip, Gloaming Coral, and Blue Cloud Coral. Any way we could get these added to the profile? ty
       

    Share This Page