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

How to use items on dead mobs?

Benninger

Member
Joined
Apr 22, 2010
Messages
457
Reaction score
0
Hi there,

I have been trying to write some quest profiles for a few days.
Now the question:
How do I handle this:
- Take quest
- Kill mob
- use item in backpack on the killed mob
- do this 5x

This is my "profile" - where do I put the "use thing" in?

Code:
<HBProfile> 
	<Name>name of quest</Name>
	<QuestOrder>
	<PickUp QuestName="Questname" QuestId="questid"
            GiverName="giverid"  GiverId="giverid" />	
????? HERE ?????				   
	<GrindArea> 
		<Factions>faction ids</Factions> 
			<Hotspots> 
			<Hotspot X="...
			...Z="143.2124" />
		</Hotspots>
	</GrindArea>
	<TurnIn QuestName="Questname" QuestId="questid"
            TurnInName="turninname" TurnInId="turninid" />
	</QuestOrder>			
</HBProfile>
 
Hm, I tried several things - but it looks like I am too silly for that.
May anyone help me please?
 
Back
Top