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

Minor Profile dev help.

cici

Member
Joined
Jun 12, 2010
Messages
431
Reaction score
7
PHP:
<PickUp QuestName="Remember the Light" QuestId="24913" GiverName="Anchorite Avuun" GiverId="17127" X="-10096.9" Y="-2754.94" Z="25.37232" />


<If Condition="((HasQuest(24913)) &amp;&amp; (!IsQuestCompleted(24913)))" >
				<CustomBehavior File="FlyTo" X="-10105.73" Y="-2763.662" Z="24.30842" />
<CustomBehavior File="UserDialog"
                   QuestId="24913"
                   QuestInLogRequirement="InLog"
                   QuestCompletionRequirement="NotComplete"
                   Text="Honorbuddy is not currently capable of turning in quests to your quest log.
\n\nYou must turn in the quest yourself, and hit the &quot;Continue Profile&quot; button when ready."
                   Title="title"
                   AllowBotStop="false"
                   SoundCue="Asterisk"
                   SoundCueInterval="1"    
                   StopOnContinue="false"
                   ExpiryTime="180"
                   ExpiryAction="InputEnable_Continue" />
			</If>


<TurnIn QuestName="Remember the Light" QuestId="24913" TurnInName="Anchorite Avuun" TurnInId="17127" X="-10096.9" Y="-2754.94" Z="25.37232" />


Either this quest is bugged in HB, or im doing this terribly wrong :P... either way i need help to get HB to complete this...

Bot Picks up quest and stand still untill dudes R finished talking bla bla, then tries to pick up the quest constantly as it havent realised its finished... so tried putting in a userdialog to make user complete quest doesnt seem to work for me either.

Can anyone Help me/give me a hint on where im wrong?
 
Last edited:
Back
Top