tubajedimr
New Member
- Joined
- Apr 6, 2010
- Messages
- 441
- Reaction score
- 24
To purchase an item from a vendor using Honorbuddy, you will need the RunMacro.CS which you can download below.
The Macro is as follows:
Each number corresponds to a position in the window. they are so labelled
1 2
3 4
5 6
7 8
9 10
So the first number is it's position in the window. and the second is the quantity.
(3, 40)
Is, position 3, buy 40.
With RunMacro this would look like this:
NOTE that you will want to change any tags within the quotations surrounding the Macro name to their appropriate tag change.
Go here to encode your script
The Macro is as follows:
PHP:
/run BuyMerchantItem(3, 20)
Each number corresponds to a position in the window. they are so labelled
1 2
3 4
5 6
7 8
9 10
So the first number is it's position in the window. and the second is the quantity.
(3, 40)
Is, position 3, buy 40.
With RunMacro this would look like this:
PHP:
<CustomBehavior File="RunMacro" Macro="/run BuyMerchantItem(3, 20)" NumOfTimes="1" WaitTime="2000" />
NOTE that you will want to change any tags within the quotations surrounding the Macro name to their appropriate tag change.
Go here to encode your script
Last edited: