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

first time profile creation,

Diago

New Member
Joined
Jun 1, 2010
Messages
7
Reaction score
0
Hi guys, this is my first post on the forums, up un till now ive always found any info i needed in the guides or the Wikki's.

anyway now i need some help

basically ive tryed to make a profile for farming leather in Uldum, ive tryed to keep it as symple as possible and its "sort of" working. the only issue im having is the bot runs around the hotspots but wont initiate combat with anything, IE wont attack the things i want it to be attacking. it does however defend its self if it is attacked by a Mob but other wise just runs blindly around.

anyway if anyone knows what ive done wrong then any help would be greatly appreciated

thanks in advance

/Diago
 
<Factions>##</Factions> filled with the correct details?
is Factions inside of <GrindArea> Tag?
 
hmm ok, the factions bit is probably what ive got wrong (never changed it from the template) how do i work out what the right info is? the twmplate just has a seires of numbers
 
You get all information you need via honorbuddy. Location, target information, factions ect
 
right, im getting there :P when you target the mob and hit the target info button, i get a few numbers, is the only one i need the faction number (in this case 14)
 
<SubProfile>
<Name>01-03 Durotar</Name>
<MinLevel>1</MinLevel>
<MaxLevel>3</MaxLevel>
<GrindArea>
<Factions>189</Factions>
<MaxDistance>75</MaxDistance>
<AvoidMobs>
<Mob Name="Training Dummy" Entry="44820" />
</AvoidMobs>
<Hotspots>
<Hotspot x="-491.86" y="-4330.94" z="38.24" />
<Hotspot X="-478.7338" Y="-4276.813" Z="42.8936" />
</Hotspots>
</GrindArea>
<Vendors>
<Vendor Name="Kzan Thornslash" Entry="3159" Type="Repair" X="-590.2934" Y="-4224.389" Z="38.37283" />
<Vendor Name="Zlagk" Entry="3882" Type="Food" X="-560.1253" Y="-4217.204" Z="41.59081" />
</Vendors>
<Mailboxes>
<Mailbox X="-599.7207" Y="-4207.22" Z="38.58263" />
</Mailboxes>
</SubProfile>

This might get you a clue.

*Not my profile*
 
right, im getting there :P when you target the mob and hit the target info button, i get a few numbers, is the only one i need the faction number (in this case 14)

yes

also it helps that you comment it

ie:
<Factions>14</Factions> <!-- [Defias] -->

or whatever the mobs you're killing are

code snippet from my noobs profile:
Code:
   <GrindArea>
    <Factions>7 32</Factions> <!-- [Humanoids, Wolves] // Mobs to be killed -->
    <TargetMinLevel>1</TargetMinLevel> <!-- // Minimum level targetted -->
    <TargetMaxLevel>5</TargetMaxLevel>  <!-- // Maximum level targetted -->
	<Hotspots>      
		<Hotspot X="-8997.167" Y="-54.24005" Z="88.86176" />
		<Hotspot X="-8948.777" Y="-46.50463" Z="91.68633" />
		<Hotspot X="-8903.322" Y="-69.84078" Z="86.58018" />
		<Hotspot X="-8846.563" Y="-50.88147" Z="85.94726" />
		<Hotspot X="-8801.825" Y="-71.98528" Z="88.48592" />
		<Hotspot X="-8819.195" Y="-133.728" Z="81.17621" />
		<Hotspot X="-8866.953" Y="-118.7995" Z="80.66679" />
		<Hotspot X="-8939.639" Y="-80.44841" Z="87.70438" />
	        <Hotspot X="-8987.028" Y="-57.00874" Z="90.75562" />		
	</Hotspots>    
  </GrindArea>
	<Blackspots>
		<Blackspot X="-8907.356" Y="-130.1166" Z="80.92081" Radius="1.9639151" /> <!-- Northshire Mailbox Blackspot -->
	</Blackspots>
 
Right i appear to have got it working :) thanks for all the help guys.

and by the way once ive had a chance to watch it for a while, as long as its working i will upload it to the profile forum, as it really is a *****ing spot for Savage Leather
 
Right i appear to have got it working :) thanks for all the help guys.

and by the way once ive had a chance to watch it for a while, as long as its working i will upload it to the profile forum, as it really is a *****ing spot for Savage Leather

You're welcome! Another profilmaker is a good step to make the HB community grow.
 
Back
Top