• Visit Rebornbuddy
  • I found the Aeonaxx AFK Farming Profile??

    Discussion in 'Requests & Discussion' started by lepogaming, Jul 26, 2015.

    1. lepogaming

      lepogaming New Member

      Joined:
      Jul 26, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Hello everyone! Found this a few hours ago, check this out please and let me know if it works! GB2 Profile
      <HBProfile>
      <Name>Aeonaxx Round</Name>
      <MinDurability>0.4</MinDurability>
      <MinFreeBagSlots>1</MinFreeBagSlots>

      <MinLevel>1</MinLevel>
      <MaxLevel>86</MaxLevel>
      <Factions>99999</Factions>

      <MailGrey>False</MailGrey>
      <MailWhite>False</MailWhite>
      <MailGreen>False</MailGreen>
      <MailBlue>False</MailBlue>
      <MailPurple>False</MailPurple>

      <SellGrey>False</SellGrey>
      <SellWhite>False</SellWhite>
      <SellGreen>False</SellGreen>
      <SellBlue>False</SellBlue>
      <SellPurple>False</SellPurple>

      <Vendors>
      </Vendors>

      <Hotspots>
      <Hotspot X="933.2988" Y="766.2095" Z="192.1476" />
      <Hotspot X="1008.651" Y="761.2416" Z="180.1875" />
      <Hotspot X="1148.721" Y="729.5664" Z="166.843" />
      <Hotspot X="1251.317" Y="625.8344" Z="163.4522" />
      <Hotspot X="1307.688" Y="490.7303" Z="162.2708" />
      <Hotspot X="1265.218" Y="359.8488" Z="161.142" />
      <Hotspot X="1135.79" Y="295.6895" Z="161.3087" />
      <Hotspot X="990.5699" Y="287.7654" Z="162.2114" />
      <Hotspot X="857.1653" Y="344.08" Z="167.882" />
      <Hotspot X="771.0956" Y="458.8928" Z="173.9225" />
      <Hotspot X="773.3597" Y="605.4942" Z="180.8185" />
      <Hotspot X="881.6315" Y="701.4178" Z="159.667" />

      </Hotspots>
      </HBProfile>


      If doesn't works, pls let me know, what's wrong with the profile. By now, my character it flying around the Aeonaxx's hotspots. Thank you!
       
    2. xxomen911xx

      xxomen911xx New Member

      Joined:
      Jan 15, 2010
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      0
      Max level is 86 on the profile which needs to be changed - I'm also not sure why it seems to lack any code to interact with anything. Means you would have to use rarefinder or something if I'm correct.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yea, this is just a list of Hotspots that are used incorrectly.
      There's no tag specifying which botbase for the bot to use, and the Hotspots are just floating in the profile.

      Hotspots are typically used with another tag such as GrindArea, or HuntingGrounds to give them an objective.


      Something more appropriate would be:

      PHP:
      <HBProfile>
          <
      Name>Aeonaxx Round</Name>
          <
      MinDurability>0.4</MinDurability>
          <
      MinFreeBagSlots>1</MinFreeBagSlots>
          <
      QuestOrder>
              <While 
      Condition="!HasItem(63042)" >
                  <
      CustomBehavior File="InteractWith" MobId="50062" MobState="Alive" Range="1" >
                      <
      HuntingGrounds>
                          <
      Hotspots>
                              <
      Hotspot X="933.2988" Y="766.2095" Z="192.1476" />
                              <
      Hotspot X="1008.651" Y="761.2416" Z="180.1875" />
                              <
      Hotspot X="1148.721" Y="729.5664" Z="166.843" />
                              <
      Hotspot X="1251.317" Y="625.8344" Z="163.4522" />
                              <
      Hotspot X="1307.688" Y="490.7303" Z="162.2708" />
                              <
      Hotspot X="1265.218" Y="359.8488" Z="161.142" />
                              <
      Hotspot X="1135.79" Y="295.6895" Z="161.3087" />
                              <
      Hotspot X="990.5699" Y="287.7654" Z="162.2114" />
                              <
      Hotspot X="857.1653" Y="344.08" Z="167.882" />
                              <
      Hotspot X="771.0956" Y="458.8928" Z="173.9225" />
                              <
      Hotspot X="773.3597" Y="605.4942" Z="180.8185" />
                              <
      Hotspot X="881.6315" Y="701.4178" Z="159.667" />
                          </
      Hotspots>
                      </
      HuntingGrounds>
                  </
      CustomBehavior>
              </While>
          </
      QuestOrder>
      </
      HBProfile>
      This is completely untested of course.
      I'm not entirely sure how the InteractWith or the bot itself behavior will behave when Aeonaxx is mounted.
       

    Share This Page