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

using item in combat

vitalic

New Member
Joined
Jun 21, 2010
Messages
99
Reaction score
0
Code:
<While Condition="((HasQuest(28351)) &amp;&amp; (!IsQuestCompleted(28351)))" >
				<CustomBehavior File="CombatUseItemOn" QuestId="28351" MobId="51217" ItemId="67232" MobHpPercentLeft="30" MaxRange="5" NumOfTimes="1" WaitTime="1000" CollectionDistance="200" X="-9112.144" Y="680.4509" Z="182.0577" />
			</While>
			<While Condition="((HasQuest(28352)) &amp;&amp; (!IsQuestCompleted(28352)))" >
				<CustomBehavior File="CombatUseItemOn" QuestId="28352" MobId="51193" ItemId="67241" MobHpPercentLeft="20" MaxRange="5" NumOfTimes="1" WaitTime="1000" CollectionDistance="200" X="-9112.144" Y="680.4509" Z="182.0577" />
			</While>

I'm stuck on this quest, it kills the mob before it ever uses the item, think this might be a problem with the QB not playing nice with singular, any ideas on how to get around this problem?
 
report it on profile's thread plz
 
Code:
<While Condition="((HasQuest(28351)) &amp;&amp; (!IsQuestCompleted(28351)))" >
                <CustomBehavior File="CombatUseItemOn" QuestId="28351" MobId="51217" ItemId="67232" MobHpPercentLeft="30" MaxRange="5" NumOfTimes="1" WaitTime="1000" CollectionDistance="200" X="-9112.144" Y="680.4509" Z="182.0577" />
            </While>
            <While Condition="((HasQuest(28352)) &amp;&amp; (!IsQuestCompleted(28352)))" >
                <CustomBehavior File="CombatUseItemOn" QuestId="28352" MobId="51193" ItemId="67241" MobHpPercentLeft="20" MaxRange="5" NumOfTimes="1" WaitTime="1000" CollectionDistance="200" X="-9112.144" Y="680.4509" Z="182.0577" />
            </While>

I'm stuck on this quest, it kills the mob before it ever uses the item, think this might be a problem with the QB not playing nice with singular, any ideas on how to get around this problem?

it's my uldum profile

please attach a log in the profile thread below:

http://www.thebuddyforum.com/honorb...22188-fly-n-quest-uldum-83-85-kick-alpha.html
 
Back
Top