• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How do I turn a grinding profile into a questing profile? so you can fly

    Discussion in 'Honorbuddy Support' started by ginokid, Feb 6, 2012.

    1. ginokid

      ginokid Member

      Joined:
      Aug 20, 2011
      Messages:
      110
      Likes Received:
      1
      Trophy Points:
      18
      How do I turn a grinding profile into a questing profile? so you can fly?

      So I don't need to use the Fly plug-in.

      my profile is below and is in ice crown and needs to vendor in dalaran, so it needs to fly. Its a grind bot profile.

      Thank you
      Gino

      Code:
      <HBProfile>
      <Name>Icecrown Instant spawn</Name>
      <MinDurability>0.4</MinDurability>
      <MinFreeBagSlots>1</MinFreeBagSlots>
      
      <MinLevel>1</MinLevel>
      <MaxLevel>86</MaxLevel>
      <Factions>21 974</Factions>
      
      <MailGrey>false</MailGrey>
      <MailWhite>false</MailWhite>
      <MailGreen>true</MailGreen>
      <MailBlue>true</MailBlue>
      <MailPurple>true</MailPurple>
      
      <SellGrey>true</SellGrey>
      <SellWhite>false</SellWhite>
      <SellGreen>false</SellGreen>
      <SellBlue>false</SellBlue>
      <SellPurple>false</SellPurple>
      
      <Vendors>
      <Vendor Name="Dubin Clay" Entry="34252" Type="Repair" X="5917.979" Y="670.2131" Z="643.4971" />
      </Vendors>
      
      <Mailboxes>
      <Mailbox X="5925.632" Y="645.1312" Z="645.5209" />
      </Mailboxes>
      
      <Blackspots>
      </Blackspots>
      
      <Hotspots>
      <Hotspot X="6075.511" Y="1927.879" Z="632.8312" />
      <Hotspot X="6108.949" Y="1919.609" Z="632.5789" />
      <Hotspot X="6058.229" Y="1902.043" Z="632.5781" />
      <Hotspot X="6083.771" Y="1944.562" Z="632.5787" />
      </Hotspots>
      </HBProfile>
       
    2. chemical

      chemical Active Member

      Joined:
      Aug 30, 2010
      Messages:
      1,310
      Likes Received:
      4
      Trophy Points:
      38
    3. ginokid

      ginokid Member

      Joined:
      Aug 20, 2011
      Messages:
      110
      Likes Received:
      1
      Trophy Points:
      18
      I changed a few things and changed HB to questing and didnt get an error, not sure if it will fly to repair but it seems like it will work, my toon is killing :)
      Thanks for the profile. I'll use it for my grinding profiles that need repair, I'll try adding the mail code and see if it works. :D

      Code:
      <HBProfile>
          <Name>RAF IC SUPER FAST XP</Name> 
        <!-- Thank you Kick for your default profile -->
      <!-- Thank you yt0k for sharing this great grind spot with us -->
          <MinLevel>1</MinLevel> 
          <MaxLevel>86</MaxLevel> 
          
          <TargetElites>True</TargetElites>
      
          <MinDurability>0.1</MinDurability>
          <MinFreeBagSlots>1</MinFreeBagSlots>
          
          <SellGrey>True</SellGrey>
          <SellWhite>False</SellWhite>
          <SellGreen>False</SellGreen>
          <MailWhite>True</MailWhite>
          <MailGreen>True</MailGreen>
          <MailBlue>True</MailBlue>
          <MailPurple>True</MailPurple>
      
         <AvoidMobs>
         </AvoidMobs>
          
      
      	
      	<QuestOrder>
         
      		<While Condition="(Me.Level &gt; 1)" >
      		
      			<If Condition="Me.LowestDurabilityPercent &gt; 0.4" >
      				<CustomBehavior File="FlyTo" X="6075.511" Y="1927.879" Z="632.8312"  DestName="IceCrown" /><CustomBehavior File="Message" Text="Here we go again." LogColor="Red" />
      				<CustomBehavior File="ForcedDismount" />
      		
      				<SetGrindArea><GrindArea>
      					<TargetMinLevel>70</TargetMinLevel>
      					<TargetMaxLevel>86</TargetMaxLevel>
      					<Factions>21 974</Factions>
      					<MaxDistance>30</MaxDistance>
      					<Hotspots>
      					 <Hotspot X="6075.511" Y="1927.879" Z="632.8312" />
      <Hotspot X="6108.949" Y="1919.609" Z="632.5789" />
      <Hotspot X="6058.229" Y="1902.043" Z="632.5781" />
      <Hotspot X="6083.771" Y="1944.562" Z="632.5787" />
      					</Hotspots>
      				</GrindArea></SetGrindArea>
      			<GrindTo Condition="Me.LowestDurabilityPercent &lt;= 0.4" GoalText="Farming" />
      			</If>
      		
      			<If Condition="Me.LowestDurabilityPercent &lt;= 0.4" >
      			
      				<CustomBehavior File="Message" Text="Off to repair." LogColor="Red" />
      				
      				<CustomBehavior File="FlyTo" DestName="Dubin Clay" Entry="34252" X="5917.979" Y="670.2131" Z="643.4971" />
      				<CustomBehavior File="ForcedDismount" />
      
      				<SetVendor><Vendors>
      					<Vendor Name="Dubin Clay" Entry="34252" Type="Repair" X="5917.979" Y="670.2131" Z="643.4971" />
      				</Vendors></SetVendor>
      				
      				<CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" DoTrain="False" />
      				<CustomBehavior File="Message" Text="That was easy." LogColor="Red" />
      			</If>
      			
      		</While>
      		
      
      							
      	</QuestOrder>
      </HBProfile>  
       
    4. ginokid

      ginokid Member

      Joined:
      Aug 20, 2011
      Messages:
      110
      Likes Received:
      1
      Trophy Points:
      18
      It worked! thank you! all I needed to do was change a few details. woot!
       
    5. Antondkdk

      Antondkdk New Member

      Joined:
      Jan 19, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      I tryed to do the same.. but i failed -.-
      - Can someone please do it for me? Will give you all the rep i can :p..
      Just pm it to me :).. Thank you very much


      Code:
       <HBProfile>
        <Name>Uldum</Name> 
        <MinDurability>0.2</MinDurability> 
        <MinFreeBagSlots>2</MinFreeBagSlots> 
        <MinLevel>1</MinLevel> 
        <MaxLevel>86</MaxLevel> 
        <Factions>99999</Factions> 
        <MailGrey>false</MailGrey> 
        <MailWhite>true</MailWhite> 
        <MailGreen>false</MailGreen> 
        <MailBlue>true</MailBlue> 
        <MailPurple>true</MailPurple> 
        <SellGrey>true</SellGrey> 
        <SellWhite>true</SellWhite> 
        <SellGreen>true</SellGreen> 
        <SellBlue>false</SellBlue> 
        <SellPurple>false</SellPurple> 
        <Vendors>
        <Vendor Name="'Chesty' Jake" Entry="49409" Type="Repair" X="-8353.455" Y="759.2292" Z="151.4586" /> 
        <Vendor Name="Blacksmith Abasi" Entry="48617" Type="Repair" X="-9404.68" Y="-906.438" Z="112.5407" /> 
        </Vendors>
        <Mailboxes>
        <Mailbox X="-9429.86" Y="-968.0162" Z="111.0119" /> 
        <Mailbox X="-8351.219" Y="785.6115" Z="151.3984" /> 
        </Mailboxes>
        <AvoidMobs /> 
        <Blackspots /> 
        <GrindArea>
        <Factions>38 7</Factions> 
        <TargetMinLevel>80</TargetMinLevel> 
        <TargetMaxLevel>87</TargetMaxLevel> 
        <Hotspots>
        <Hotspot X="-10806.13" Y="-361.9423" Z="3.144426" /> 
        <Hotspot X="-10864.47" Y="-435.5022" Z="17.83892" /> 
        <Hotspot X="-10917.83" Y="-417.8727" Z="24.11526" /> 
        <Hotspot X="-10996.03" Y="-412.5065" Z="21.09469" /> 
        <Hotspot X="-11067.49" Y="-389.9686" Z="16.91288" /> 
        <Hotspot X="-11086.72" Y="-299.8312" Z="17.25773" /> 
        <Hotspot X="-11069.63" Y="-238.8657" Z="16.26515" /> 
        <Hotspot X="-11045.62" Y="-187.3802" Z="4.107126" /> 
        <Hotspot X="-11024.67" Y="-114.9916" Z="11.74457" /> 
        <Hotspot X="-11018.37" Y="-62.69747" Z="15.05891" /> 
        <Hotspot X="-10936.44" Y="-102.6165" Z="19.54499" /> 
        <Hotspot X="-10911.17" Y="-157.635" Z="21.32181" /> 
        <Hotspot X="-10839.4" Y="-151.4406" Z="20.77493" /> 
        <Hotspot X="-10770.78" Y="-124.0671" Z="20.8745" /> 
        <Hotspot X="-10805.39" Y="-208.9198" Z="22.75435" /> 
        <Hotspot X="-10890.93" Y="-252.32" Z="4.567121" /> 
        <Hotspot X="-10984.3" Y="-196.5079" Z="4.110573" /> 
        <Hotspot X="-10898.02" Y="-290.969" Z="2.21714" /> 
        <Hotspot X="-10800.46" Y="-346.9426" Z="5.240799" /> 
        </Hotspots>
        </GrindArea>
        </HBProfile>
      [/QUOTE]
       
    6. ginokid

      ginokid Member

      Joined:
      Aug 20, 2011
      Messages:
      110
      Likes Received:
      1
      Trophy Points:
      18
      This should work, not sure about the mailbox code but test it and see. :)
      Use the Questing bot,. :-D

      Code:
      <HBProfile>
          <Name>Uldum</Name> 
        <!-- Thank you Kick for your default profile -->
      <!-- Thank you yt0k for sharing this great grind spot with us -->
          <MinLevel>1</MinLevel> 
          <MaxLevel>86</MaxLevel> 
          
          <TargetElites>True</TargetElites>
      
          <MinDurability>0.1</MinDurability>
          <MinFreeBagSlots>1</MinFreeBagSlots>
          
          <SellGrey>True</SellGrey>
          <SellWhite>False</SellWhite>
          <SellGreen>False</SellGreen>
          <MailWhite>True</MailWhite>
          <MailGreen>True</MailGreen>
          <MailBlue>True</MailBlue>
          <MailPurple>True</MailPurple>
      
         <AvoidMobs>
         </AvoidMobs>
          
      
      	
      	<QuestOrder>
         
      		<While Condition="(Me.Level &gt; 1)" >
      		
      			<If Condition="Me.LowestDurabilityPercent &gt; 0.4" >
      				<CustomBehavior File="FlyTo" X="-10806.13" Y="-361.9423" Z="3.144426"  DestName="Uldum" /><CustomBehavior File="Message" Text="Welcometo Uldum." LogColor="Red" />
      				<CustomBehavior File="ForcedDismount" />
      		
      				<SetGrindArea><GrindArea>
      					<TargetMinLevel>1</TargetMinLevel>
      					<TargetMaxLevel>86</TargetMaxLevel>
      					<Factions>38 7</Factions>
      					<MaxDistance>30</MaxDistance>
      					<Hotspots>
      					  <Hotspot X="-10806.13" Y="-361.9423" Z="3.144426" /> 
        <Hotspot X="-10864.47" Y="-435.5022" Z="17.83892" /> 
        <Hotspot X="-10917.83" Y="-417.8727" Z="24.11526" /> 
        <Hotspot X="-10996.03" Y="-412.5065" Z="21.09469" /> 
        <Hotspot X="-11067.49" Y="-389.9686" Z="16.91288" /> 
        <Hotspot X="-11086.72" Y="-299.8312" Z="17.25773" /> 
        <Hotspot X="-11069.63" Y="-238.8657" Z="16.26515" /> 
        <Hotspot X="-11045.62" Y="-187.3802" Z="4.107126" /> 
        <Hotspot X="-11024.67" Y="-114.9916" Z="11.74457" /> 
        <Hotspot X="-11018.37" Y="-62.69747" Z="15.05891" /> 
        <Hotspot X="-10936.44" Y="-102.6165" Z="19.54499" /> 
        <Hotspot X="-10911.17" Y="-157.635" Z="21.32181" /> 
        <Hotspot X="-10839.4" Y="-151.4406" Z="20.77493" /> 
        <Hotspot X="-10770.78" Y="-124.0671" Z="20.8745" /> 
        <Hotspot X="-10805.39" Y="-208.9198" Z="22.75435" /> 
        <Hotspot X="-10890.93" Y="-252.32" Z="4.567121" /> 
        <Hotspot X="-10984.3" Y="-196.5079" Z="4.110573" /> 
        <Hotspot X="-10898.02" Y="-290.969" Z="2.21714" /> 
        <Hotspot X="-10800.46" Y="-346.9426" Z="5.240799" /> 
      					</Hotspots>
      				</GrindArea></SetGrindArea>
      			<GrindTo Condition="Me.LowestDurabilityPercent &lt;= 0.4" GoalText="Farming" />
      			</If>
      		
      			<If Condition="Me.LowestDurabilityPercent &lt;= 0.4" >
      			
      				<CustomBehavior File="Message" Text="Off to repair." LogColor="Red" />
      				
      				<CustomBehavior File="FlyTo" DestName="Blacksmith Abasi" Entry="48617" X="-9404.68" Y="-906.438" Z="112.5407" />
      				<CustomBehavior File="ForcedDismount" />
      
      				<SetVendor><Vendors>
      					<Vendor Name="Blacksmith Abasi" Entry="48617" Type="Repair" X="-9404.68" Y="-906.438" Z="112.5407" />
                                              <Vendor Name="'Chesty' Jake" Entry="49409" Type="Repair" X="-8353.455" Y="759.2292" Z="151.4586" /> 
      				</Vendors></SetVendor>
      
                                      <SetMailbox><Mailbox>      
                                              <Mailbox X="-9429.86" Y="-968.0162" Z="111.0119" /> 
                                              <Mailbox X="-8351.219" Y="785.6115" Z="151.3984" /> 
      				</SetMailbox></Mailbox>
      
      				<CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" DoTrain="False" />
      				<CustomBehavior File="Message" Text="That was easy." LogColor="Red" />
      			</If>
      			
      		</While>
      		
      
      							
      	</QuestOrder>
      </HBProfile>
       
      Last edited: Feb 6, 2012

    Share This Page