02-05-2010, 05:13 PM
I've made a few trips to the merchant camp and have noticed quite a few dead people by the area where you spar with an NPC to train your combats. For those of you who haven't found it, here's a Razor Macro you can use to train combats. It will heal you and equip a weapon as the one you're using breaks. You can use this to train any of the combats, you just need to do some small tweaking that I explain below.
Once you're done with the combats, here is a link to a thread where I give macros to train other skills you'll need like anatomy, evaluating intelligence, healing, etc.
All in one combats macro and healing
This macro will raise swordsmanship, parrying, and tactics all at the same time, or archery and tactics. You can also use this same macro to train fencing, mace fighting, and wrestling if you like, but they aren't as common for PvP and PvM. The macro will also heal you when you have less then 80 hit points.
Notes:
-Added a .zip file containing the macro saved as a .macro file so you shouldn't have to make a new text document and copy the macros in etc. Just open the .zip file and copy the macro inside to your Razor\Macros folder.
Once you're done with the combats, here is a link to a thread where I give macros to train other skills you'll need like anatomy, evaluating intelligence, healing, etc.
All in one combats macro and healing
This macro will raise swordsmanship, parrying, and tactics all at the same time, or archery and tactics. You can also use this same macro to train fencing, mace fighting, and wrestling if you like, but they aren't as common for PvP and PvM. The macro will also heal you when you have less then 80 hit points.
Quote:!Loop
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.HotKeyAction|1196|
Assistant.Macros.IfAction|7|-1|0
Assistant.Macros.DoubleClickTypeAction|5044|True
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|8|-1|0
Assistant.Macros.DoubleClickTypeAction|7028|True
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|0|0|80
Assistant.Macros.DoubleClickTypeAction|3617|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.IfAction|50|0|5|Bandages
Assistant.Macros.DoubleClickTypeAction|3616|True
Assistant.Macros.TargetTypeAction|False|2881
Assistant.Macros.ElseAction
Notes:
- The first double click line you want to retarget this as the weapon for the skill you want to train.
- The second double click line you want to retarget this as a shield if you are doing parrying.
- The third double click line is set to clean bandaids, leave this as is.
- The fourth double click line is set to dirty bandaids, leave this as is. The target line after this is set to a water trough, so you can retarget this as a pitcher of water or a water tile if you don't have a water trough.
- Suggested weapons: bow (archery), dagger (fencing), club (mace fighting), any shield (parrying), butcher knife (swordsmanship), empty hand (wrestling).
- Carry a few of each weapon on you in case the one you are using breaks.
- You don't need to carry a lot of bandaids on you for this macro since it washes the dirty ones for you.
- To train wrestling you have to remove the if right hand empty and double click a weapon lines. You can keep the if left hand empty and double click shield lines if you want to train parrying at the same time though
- To train archery remove the if left hand empty, and double click shield lines.
-Added a .zip file containing the macro saved as a .macro file so you shouldn't have to make a new text document and copy the macros in etc. Just open the .zip file and copy the macro inside to your Razor\Macros folder.