• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • questing profile

    Discussion in 'Archives' started by trollington, Dec 16, 2011.

    1. trollington

      trollington New Member

      Joined:
      Sep 8, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      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: Dec 16, 2011
    2. cici

      cici Member

      Joined:
      Jun 12, 2010
      Messages:
      431
      Likes Received:
      7
      Trophy Points:
      18
      first im pretty sure you need a location to your useitem X Y Z
       
    3. trollington

      trollington New Member

      Joined:
      Sep 8, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
    4. cici

      cici Member

      Joined:
      Jun 12, 2010
      Messages:
      431
      Likes Received:
      7
      Trophy Points:
      18
      still need a location for the bot to use it on, can be any location really as long as its reachable for your bot...
       
    5. trollington

      trollington New Member

      Joined:
      Sep 8, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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: Dec 16, 2011
    6. cici

      cici Member

      Joined:
      Jun 12, 2010
      Messages:
      431
      Likes Received:
      7
      Trophy Points:
      18
      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: Dec 16, 2011
    7. ZenLulz

      ZenLulz Community Developer

      Joined:
      Aug 17, 2011
      Messages:
      583
      Likes Received:
      98
      Trophy Points:
      28
      Same for me.
       
    8. cici

      cici Member

      Joined:
      Jun 12, 2010
      Messages:
      431
      Likes Received:
      7
      Trophy Points:
      18
      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: Dec 16, 2011
    9. cici

      cici Member

      Joined:
      Jun 12, 2010
      Messages:
      431
      Likes Received:
      7
      Trophy Points:
      18
      tried sending you a PM hope it shows up correct in there
       

    Share This Page