What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

icecrown - mjordin combatant grind

pudge

New Member
Joined
Dec 7, 2012
Messages
6
Reaction score
0
i would like a profile that farms mjordin combatant in icecrown to push my alts (with RAF)

i tried it myself but for some reason it didnt move arround, it just killed things that were realy close
my try:
PHP:
<HBProfile>
    <Name>push</Name>
    <MinDurability>0.2</MinDurability>
    <MinFreeBagSlots>2</MinFreeBagSlots>

    <MinLevel>1</MinLevel>
    <MaxLevel>101</MaxLevel>

    <MailGrey>True</MailGrey>
    <MailWhite>True</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="Urk Gagbaz" Entry="45500" Type="Repair" X="1872.73" Y="-3699.23" Z="158.9656" />  -->
	</Vendors>
	
	<Mailboxes> 
	<!--	<Mailbox X="2290.66" Y="-5323.351" Z="90.0145" /> -->
	</Mailboxes>
	<TargetElites>False</TargetElites>
	<AvoidMobs>
	</AvoidMobs>
	
	<Blackspots>
	</Blackspots>
   
   
    <GrindArea>
	    <Factions>1885 </Factions>
		<TargetMinLevel>1</TargetMinLevel>
		<TargetMaxLevel>91</TargetMaxLevel>
		<Hotspots>
<Hotspot X="8469.45" Y="3096.20" Z="588.14" />
<Hotspot X="8434.72" Y="3076.53" Z="588.14" />
<Hotspot X="8407.96" Y="3067.46" Z="588.14" />
<Hotspot X="8394.13" Y="3090.78" Z="588.30" />
<Hotspot X="8416.36" Y="3100.12" Z="588.14" />
<Hotspot X="8442.77" Y="3100.64" Z="588.14" />
<Hotspot X="8399.80" Y="3121.95" Z="588.14" />
<Hotspot X="8429.77" Y="3126.72" Z="588.57" />
<Hotspot X="8441.99" Y="3150.41" Z="588.14" />
<Hotspot X="8412.47" Y="3161.64" Z="588.11" />
			
        </Hotspots>
    </GrindArea>
	
</HBProfile>

anything wrong with code?
any settings i might have forgotten in hb?
im using 80 feral druid and hb is in grind mode
 
okay so i tried to write another profile:

HTML:
<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="8462.461" Y="3074.959" Z="588.4263"  DestName="Dark Cathedral" /><CustomBehavior File="Message" Text="Here we go again." LogColor="Red" />
				<CustomBehavior File="ForcedDismount" />
		
				<SetGrindArea><GrindArea>
					<TargetMinLevel>70</TargetMinLevel>
					<TargetMaxLevel>86</TargetMaxLevel>
					<Factions>1885</Factions>
					<MaxDistance>30</MaxDistance>
					<Hotspots>
<Hotspot X="8492" Y="3107" Z="600" />
<Hotspot X="8435" Y="3171" Z="600" />
<Hotspot X="8387" Y="3149" Z="600" />
<Hotspot X="8382" Y="3070" Z="600" />

					</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="Runesmith Balehammer" X="8478.34" Y="2631.42" Z="653.08" />
				<CustomBehavior File="ForcedDismount" />

				<SetVendor><Vendors>							
					<Vendor Name="Runesmith Balehammer" Entry="30336" Type="Repair" X="8478.34" Y="2631.42" Z="653.08" />
				</Vendors></SetVendor>
				
				<CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" DoTrain="False" />
				<CustomBehavior File="Message" Text="That was easy." LogColor="Red" />
			</If>
			
		</While>
		

							
	</QuestOrder>
</HBProfile>

as before i just tried to adapt an existing profile to my location ( this time its for questmode) but the same problems appeard.

the log allways tells me: cannot generate path from {x,y,z} to {newx,newy,newz} @findstartpolycount
its rather location specific, because the one in the cathedral seemed to work
is something wrong with the mesh files?
i will attach a log file later on.

also i would be interested in the bot using the guildflag for extra xp whenever its rdy, how would i do that? is there mby a plugin?
 
Last edited:
Back
Top