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

need help on this quest!

panYama

Community Developer
Joined
Jan 15, 2010
Messages
2,629
Reaction score
49
If anyone could be able to help on this quest and get it to work shall be credited for there help.

http://www.wowhead.com/quest=11525

I'm trying to make this one work but it doesn't want to in any way, is someone able to help me on this?
 
basically all he needs to do is, pickup quest, then go to those big giants kill them and THEN use a item on there dead body.

apparently I've tried serveral custom behaviors but without succes, so how would you do this?
 
stick this in a while:

PHP:
				<CustomBehavior File="InteractWith" QuestId="" MobId="" WaitForNpcs="False" NumOfTimes="1" CollectionDistance="1000" WaitTime="1000" 
				<CustomBehavior File="UseItemOn" QuestId="" MobId="" WaitForNpcs="False" MobState="Dead" ItemId="" NumOfTimes="1" WaitTime="1000" Range="5" CollectionDistance="1000"

and include the XYZ

if it gets stuck sitting in one place - you may want to add multiple iw / uio w/ various xyz's

but, 1 should work w/ a 1000 collection distance as the bot scans for 100 radius

you can also put MobState="Alive" in interactwith if you like

lmk
 
lets give it a try then.. since i've tried it but sometimes it things it interacted and walks away without fighting the mob.
 
i used what kick wrote and added coords... seems to work for me


PHP:
<HBProfile>
	<Name>testing qo</Name>
	<MinLevel>1</MinLevel>
	<MaxLevel>86</MaxLevel>
	
	<MinDurability>0.1</MinDurability>
	<MinFreeBagSlots>1</MinFreeBagSlots>
	
	<Blackspots>
	</Blackspots>

	
	<QuestOrder>
<PickUp QuestName="Further Conversions" QuestId="11525" GiverName="Vindicator Xayann" GiverId="24965" />

<While Condition="((HasQuest(11525)) &amp;&amp; (!IsQuestCompleted(11525)))" >


<CustomBehavior File="InteractWith" QuestId="11525" MobId="24972" WaitForNpcs="False" MobState="Alive" NumOfTimes="1" CollectionDistance="1000" WaitTime="1000" X="12928.12" Y="-6737.201" Z="12.4663" />
                
<CustomBehavior File="UseItemOn" QuestId="11525" MobId="24972" WaitForNpcs="False" MobState="Dead" ItemId="34368" NumOfTimes="1" WaitTime="1000" Range="5" CollectionDistance="1000" X="12928.12" Y="-6737.201" Z="12.4663" />

</While>

<TurnIn QuestName="Further Conversions" QuestId="11525" TurnInName="Vindicator Xayann" TurnInId="24965" />





	</QuestOrder>
</HBProfile>
 
Works for now, thanks. Weird that i've tried everything including this but now it seems its willing to work!
 
Then my second question, there is a 1 time quest which needs to be done in order to get the dailies. How can I make my profile pick up the quest if the person hasn't done it but don't bother if he did the quest already.
 
not sure about the "Keeping the enemy at bay" but the other one might be... will just try something
 
nope... no clue how to do that... when you interact with him, HB think you R on a taxi wich you in theory is... and no idea how to use spells while on a taxi :P
 
well actually you can just go kill them as level 85 :P

not the correct way... but it works it seems... not sure if u can hit the sorceres tho
 
cant find a behavior to click the 2nd complete quest box... Kick might know :P
 
kick do you know or does it have to be runmacro one?
 
i tried useing macros like kick, but they dont really seem to work on this kind of "quest complete".
 
Back
Top