jordana252
New Member
- Joined
- Sep 5, 2011
- Messages
- 25
- Reaction score
- 0
I have been writing some simple profiles to do a couple various things, and I have a question.
I am trying to write a profile that uses the Hearthstone, and then does a couple simple movements. If I place the character at the hearthstone location and edit out the UseItem line, it does the movements correctly. For some reason, I can't get it to use a Hearthstone and I am not sure why.
Here is the code I am using with the Questing bot:
<HBProfile>
<Name>Hearthstone</Name>
<MinDurability>0.1</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>
<MinLevel>1</MinLevel>
<MaxLevel>91</MaxLevel>
<QuestOrder>
<UseItem ItemId="6948" />
<RunTo DestName="Move"
X="800.771" Y="306.655" Z="503.418" />
<RunTo DestName="Move"
X="827.703" Y="325.965" Z="503.105" />
</QuestOrder>
</HBProfile>
Basically, why is the UseItem not working?
Also, it seemed to me that the Questing bot made the most sense to do these simple moves and such, but perhaps there is a better bot for that...
I am trying to write a profile that uses the Hearthstone, and then does a couple simple movements. If I place the character at the hearthstone location and edit out the UseItem line, it does the movements correctly. For some reason, I can't get it to use a Hearthstone and I am not sure why.
Here is the code I am using with the Questing bot:
<HBProfile>
<Name>Hearthstone</Name>
<MinDurability>0.1</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>
<MinLevel>1</MinLevel>
<MaxLevel>91</MaxLevel>
<QuestOrder>
<UseItem ItemId="6948" />
<RunTo DestName="Move"
X="800.771" Y="306.655" Z="503.418" />
<RunTo DestName="Move"
X="827.703" Y="325.965" Z="503.105" />
</QuestOrder>
</HBProfile>
Basically, why is the UseItem not working?
Also, it seemed to me that the Questing bot made the most sense to do these simple moves and such, but perhaps there is a better bot for that...