Thought I would post a super simple macro for the bulk buying of regs using your bank account, a bunch of runes and the recall spell.
Here is the bulk of it:
Code: Select all
Say "Bank"
Use Restock Agent (See Figure 1)
Target Reg Container In Bank
Wait 12 Seconds
________________________________________________
Cast Recall
Target Mage Shop Rune In Bank
Wait 1 Second
________________________________________________
For Loop 1 to 3
Say "Vendor Buy"
Wait 2 Seconds
End Loop
_______________________________________________
Cast Recall
Target Rune For Bank In Your Bag
Wait 1 Second
______________________________________________
Say "Bank"
Use Organizer Agent (Fig 2)
Wait 12 Seconds
Use Organizer Agent (Fig 2)
Wait 6 Seconds
______________________________________________ (This last bit should not be repeated and is the save resources for when vendors are not stocked)
For Loop 1 to 150
Say "Guards"
Wait 5 Seconds
End Loop
Restock Agent (Fig 1):
This agent is used to gather the necessary resources for buying regs from your 'hot bag' in your bank box.
Organize Agent (Fig 2):
This agent is used to place purchased regents back into your 'hot bag', when setting up this agent be sure to click the "Set Hot Bag" button and target the container in your bank account where regents are being stored.
Buy Agent:
This agent is used to specify what items will be automatically bought upon saying "vendor buy" within range of a stocked vendor, make sure you also enable this agent using the Enable/Disable toggle button.
Ok there is also a trick to recording the use of agents such as Restock and Organize in your macro, you must bind them to a hot key and then use this hot key while you are recording your macro.
Easiest way to repeat the bulk of the macro is to open the associated macro file (while razor is not running, located in /<Razor Install>/Macros/) and copy and paste the code excluding the "!Loop" part for as many times as you possess mage shop runes, then open razor and the client and simply right click on each action that targets the mage shop rune and select "Re-Target", then target a different mage shop rune.
The double use or the Organizer agent is because sometimes the Organizer agent excludes a single item and requires re-execution for a complete organization.
Lastly the delays can be played around with, but the above delays keep the macro stable for me and assure that I do not slowly run out of mana.
Hope this helps people who are having trouble buying bulk regents by themselves.
Thanks,
Alex.