11-13-2007, 02:28 AM
lol, Figured i'd give you guys a cheap way to macro all these skills. The only things you'll need are a lot of bandages and sulfurous ash.
Requirements:
ú A lot of SA/Aids in your bank/restock container.
ú A spellbook with Magic Arrow in it.
ú 100 Mana, if you have less, change the according ifs.
ú 100 HP, if you have less, change the according ifs.
ú A razor hotkey for Restock Agent 1 set to M. You'll need to specify the amount of reagents you'll take from your secure container. (Agents->Restock 1)
ú Razor display bar enabled with Bloodmoss on it. This to have razor be able to count the resources in your backpack. (Razor->Display/Counters->Show this in the UO title bar.)
(Add or enable Sulfurous Ash{sa} on the left table, and enter {sa} in the right table if it's not there.)
What it does:
ú Yell guards only if you're attacked. Less spam yay!
ú Meditate when mana gets below 10.
ú Restock reagents and bandages from the bank/secure.
ú Gain Magery/Evaluating Intelligence/Meditation and Resisting Spells.
ú Wash bloody bandages.
How to use:
ú Open up notepad, save it into the razor/macros directory with a name like, mageryheal_magicarrow.macro
The default installation path for razor is C:\Program Files\Razor
I will not explain every line again, nothing new here. Just used differently!
If you're using a secure for restocking, just retarget! Let me add though, this is by far the cheapest way to macro all these skills. If you're looking for individual skills, resort to my other macros!
No idea what macro I'll make next, suggestions are welcome. Most are pretty self-explanatory though.
Enjoy!
Requirements:
ú A lot of SA/Aids in your bank/restock container.
ú A spellbook with Magic Arrow in it.
ú 100 Mana, if you have less, change the according ifs.
ú 100 HP, if you have less, change the according ifs.
ú A razor hotkey for Restock Agent 1 set to M. You'll need to specify the amount of reagents you'll take from your secure container. (Agents->Restock 1)
ú Razor display bar enabled with Bloodmoss on it. This to have razor be able to count the resources in your backpack. (Razor->Display/Counters->Show this in the UO title bar.)
(Add or enable Sulfurous Ash{sa} on the left table, and enter {sa} in the right table if it's not there.)
What it does:
ú Yell guards only if you're attacked. Less spam yay!
ú Meditate when mana gets below 10.
ú Restock reagents and bandages from the bank/secure.
ú Gain Magery/Evaluating Intelligence/Meditation and Resisting Spells.
ú Wash bloody bandages.
How to use:
ú Open up notepad, save it into the razor/macros directory with a name like, mageryheal_magicarrow.macro
The default installation path for razor is C:\Program Files\Razor
Code:
!Loop
Assistant.Macros.MacroCastSpellAction|5
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:01.5000000
Assistant.Macros.IfAction|0|0|80
Assistant.Macros.ForAction|9
Assistant.Macros.DoubleClickTypeAction|3617|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:04
Assistant.Macros.EndForAction
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|is attacking you!
Assistant.Macros.SpeechAction|0|23|3|NLD|2|16|7|Guards
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|bloody bandages
Assistant.Macros.DoubleClickTypeAction|3616|True
Assistant.Macros.WaitForTargetAction|1
Assistant.Macros.AbsoluteTargetAction|0|0|1074922019|1433|1702|15|5951
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|1|0|10
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.HotKeyAction|1477|
Assistant.Macros.HotKeyAction|1477|
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.ForAction|20
Assistant.Macros.UseSkillAction|46
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.IfAction|4|0|is attacking you!
Assistant.Macros.SpeechAction|0|23|3|NLD|2|16|7|Guards
Assistant.Macros.EndIfAction
Assistant.Macros.EndForAction
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|1|1|100
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|50|0|5|Sulfurous Ash
Assistant.Macros.SpeechAction|0|23|3|NLD|2|16|2|Bank
Assistant.Macros.HotKeyAction|0|Restock Agent-1
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1076539606|117|142|0|2474
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.EndIfAction
I will not explain every line again, nothing new here. Just used differently!
If you're using a secure for restocking, just retarget! Let me add though, this is by far the cheapest way to macro all these skills. If you're looking for individual skills, resort to my other macros!
No idea what macro I'll make next, suggestions are welcome. Most are pretty self-explanatory though.
Enjoy!