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

Creating Profile Help

yajinni

New Member
Joined
Jan 20, 2011
Messages
422
Reaction score
1
I am interesting in stringing a bunch of profiles together. Now i have noticed, for example, if i use Kicks Cooking daily profile, if i am not next to the quest giver it just quits the profile. So i figured i would use the RunTo profile tag to make the char run to the quest giver before trying to do the dailies but doesnt seem to work. So 2 questions why doesnt the runto behavior not seem to work and why do you need to activate the profile next to the quest giver to begin with?

Anyways this is the start of the profile:
PHP:
<HBProfile>
	<Name>Test Cooking Fishing and TB Dailies</Name>
	<MinDurability>0.2</MinDurability>
	<MinFreeBagSlots>5</MinFreeBagSlots>
	
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>True</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	
	<MailWhite>True</MailWhite>
	<MailGreen>True</MailGreen>
	<MailBlue>True</MailBlue>
	<MailPurple>True</MailPurple>
	
	<QuestOrder>
	
	   <RunTo 
		DestName="Cooking Dailies Giver"
        X="-8,828.63" Y="844.32" Z="99.55" />
		  
		<CustomBehavior File="LoadProfile" ProfileName="[A] Cooking Dailies in SW [Kick]" />
		
		<CustomBehavior File="UserDialog" AllowBotStop="True" SoundCueInterval="1" Text="End of Line" />
		
	</QuestOrder>
	
</HBProfile>
 
Last edited:
Rather than the RunTo, I believe you are able to put the XYZ at the end of the Pickup and TurnIn quest.

Example:
<PickUp QuestName="Daily Name" QuestId="QuestId" GiverName="Cooking Daily Quest Giver" GiverId="GiverId" X="-8,828.63" Y="844.32" Z="99.55" />
<TurnIn QuestName="Daily Name" QuestId="QuestId" TurnInName="Cooking Daily Quest Giver" TurnInId="TurnInId" X="-8,828.63" Y="844.32" Z="99.55" />
 
Faulen, they are not static quests

@OP i was going to string together some profiles for my dailies, but then hyjal and firelands got put into here so i haven't fixed it yet :p
 
Nice Kick, you do rock my friend :P But i am also looking into learning the basics so any idea why my runto isnt working like i think it should? What do u think i should do in this case?
 
Kick, any chance i an pick you brain on stringing up multiple profiles together?
 
I don't see why the comma is there? Never ever had that before.

<RunTo
DestName="Cooking Dailies Giver"
X="-8,828.63" Y="844.32" Z="99.55" />

That's what most RunTos look like.

<RunTo X="-8068.384" Y="1481.035" Z="9.576641" />
 
the comma? Not sure what you mean. But i suppose you want it to look like this instead:

<RunTo DestName="Cooking Dailies Giver"
X="-8,828.63" Y="844.32" Z="99.55" />

Instead of the blank after runto?
 
the comma? Not sure what you mean. But i suppose you want it to look like this instead:

<RunTo DestName="Cooking Dailies Giver"
X="-8,828.63" Y="844.32" Z="99.55" />

Instead of the blank after runto?

X="-8,828.63" Y="844.32" Z="99.55" />

I've never seen that in a X Y Z
 
ohhh hm...not sure how that got in there. I remember used HB to give me the coordinates for the person. Maybe its supposed to be 8000. I might have put it in there by accident when i was typing it out... Its patch day so i will have to check it later but that might help! Thanks for catching that dude :)
 
Back
Top