tubajedimr
New Member
- Joined
- Apr 6, 2010
- Messages
- 441
- Reaction score
- 24
Check it yo
This sets your hearth to the Valley of Strength in Orgrimmar.
Great for questing profiles. You can set hearth to whatever you please using this macro by changing the NpcID in the BasicInteractWith. The RunTo is only to get you near the NPC necessary.
For questing profiles you can also do a macro "/use hearthstone", and then continue about your merry way.
Enjoy!
TubaJedi
PHP:
<HBProfile>
<QuestOrder>
<RunTo QuestId="0" X="1569.683" Y="-4416.931" Z="15.43902" />
<CustomBehavior File="BasicInteractWith" QuestId="0" NpcID="6929" MoveTo="1" />
<CustomBehavior File="RunMacro" Macro="/script SelectGossipOption(1)" NumOfTimes="1" WaitTime="5000"/>
<CustomBehavior File="RunMacro" Macro="/click StaticPopup1Button1" NumOfTimes="1" WaitTime="5000"/>
</QuestOrder>
</HBProfile>
This sets your hearth to the Valley of Strength in Orgrimmar.
Great for questing profiles. You can set hearth to whatever you please using this macro by changing the NpcID in the BasicInteractWith. The RunTo is only to get you near the NPC necessary.
For questing profiles you can also do a macro "/use hearthstone", and then continue about your merry way.

Enjoy!
TubaJedi