Wow what an evil little quest... Yes ive been hard at work a this basicly since yesterday with no advancement, kind of driving me a bit crazy actually lol
What I have...
Info: this quest
Flamebreaker - Quest - World of Warcraft and I am trying to get it to target A Npc (Blazebound Elemental
38896) and use item on it ( Flameseer's Staff
53107 )
So far ive tried.....
<UseItem ItemId="53107" QuestId="25323" TargetId="38896" TargetType="Npc" X="5237.96" Y="-2799.46" Z="1534.045" /> He just ignored attempting to use the item and just initiates combat and kills it

This exact same format worked for the quest Inciting the Elements where you have to target friendly npcs and they spawn another npc for you to fight.
///
<If Condition="(HasQuest(25323)) && (HasItem(53107))">
<CustomBehavior File="UseItemOn" QuestId="25323" ItemId="53107" MobId="38896" NumOfTimes="30" ObjectType="Npc" X="5237.959" Y="-2799.46" Z="1534.044" />
</If> ^^^^ Gives Compile error
<CustomBehavior File="UseItemOn" QuestId="25323" ItemId="53107" MobId="38896" NumOfTimes="30" ObjectType="Npc" X="5237.959" Y="-2799.46" Z="1534.044" />
^^^^ Gives Compile error
Also used the
"CombatUseItem" ^^^^Gives Compile error
Would like to attempt a runmacro.cs using something like this
<CustomBehavior File="RunMacro"
Macro="/target Blazebound Elemental\n/use Flameseer's staff"
NumOfTimes="1"
WaitTime="1000" /> And I did follow the wiki to get it html encoded and ^ looks like this :
<CustomBehavior File="RunMacro"
Macro="/target Blazebound Elemental\n/use Flameseer's staff"
NumOfTimes="1"
WaitTime="1000" /> This Gives no error but does nothing in HB but stop the bot (a good sign I guess

)
Atm too I also tried to even just use the runmacro to even /target Blazebound Elemental.. Wont even do that.
<CustomBehavior File="RunMacro"
Macro="/target Blazebound Elemental"
NumOfTimes="1"
WaitTime="1000" />
Any Suggestions? Is something wrong? I really think the runmacro thing could work, in game if you make a simple macro of /target BlazeBound Elemental /use Flameseer's Staff It will work just fine.
Did I do the runmacro thing right?
"Posted on forums per request"
Ya I cant think of anything else to do. The useitemon is like exactly what this quest needs down to a T... but it just wont work