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

questing profile

trollington

New Member
Joined
Sep 8, 2011
Messages
10
Reaction score
0
hello i cant get my profile to work and i would like to know what i am doing wrong, im kinda new to creating things for honorbuddy

Code:
HBProfile>
   Name>881</Name>
   MinLevel>1</MinLevel>
   MaxLevel>85</MaxLevel>
	QuestOrder>
		While Condition="HasItem(37140)">
		UseItem ItemId="37140"/>
		CustomBehavior File="WaitTimer" WaitTime="3500" />
		/While>
		While Condition="HasItem(37163)">
		PickUp QuestName="Rogues Deck" QuestId="12517" GiverType="Item" GiverName="Rogues Deck" GiverId="37163" />
		TurnIn QuestName="Rogues Deck" QuestId="12517" TurnInName="Darkmoon Fortune Teller" TurnInId="30481" />
		CustomBehavior File="WaitTimer" WaitTime="2000" />
		
	/QuestOrder>
/HBProfile>
 
Last edited:
first im pretty sure you need a location to your useitem X Y Z
 
still need a location for the bot to use it on, can be any location really as long as its reachable for your bot...
 
I have now edited the code to this:
Code:
HBProfile>
   Name>881
   MinLevel>1
   MaxLevel>85
	QuestOrder>
		While Condition="HasItem(37140)">
		UseItem ItemId="37140" X="-8819.335" Y="837.9371" Z="98.9641" />
		CustomBehavior File="WaitTimer" WaitTime="3500" />
		/While>
		While Condition="HasItem(37163)">
		PickUp QuestName="Rogues Deck" QuestId="12517" GiverType="Item" GiverName="Rogues Deck" GiverId="37163" />
		TurnIn QuestName="Rogues Deck" QuestId="12517" TurnInName="Darkmoon Fortune Teller" TurnInId="30481" />
		CustomBehavior File="WaitTimer" WaitTime="2000" />
		
	/QuestOrder>
/HBProfile>

but it still doesnt work and now i get this error: Warning: Could not parse While body node
This profile does not contain any profiles fitting the character!
Object reference not set to an instance of an object.
 
Last edited:
well all i see is

881
1
85

as your quest order..

could u try post the QO without the PHPcrap seems to fuck it up
 
Last edited:
well first of all you forgot to end your 2nd While condition... but instead of all that whilestuff try this out

<hbprofile>
okay it seems the forums dont want us to post questorders anymore for some wicket reason

</hbprofile>
 
Last edited:
tried sending you a PM hope it shows up correct in there
 
Back
Top