Where is the macro button?
Click on Functions button on the lower right-hand corner.Click on System
Click on Macros
Click on New
Once accessed you can now write your macro.
Yes folks, writing a macro may seem daunting to you but it's all going to pay off well in the end. Trust me.
What you need to know first
Here are some things you need to know before starting your macro:- It always starts with /script
- The macro is limited to 255 characters only
- Exact names of skills/weapons/armors/pots are essential
How to write RoM Ph Macro
Ok, so we will be tackling only the most basic macros, those who want the advanced macro is welcome to try it out by checking all the macro commands here.So let's say you have a Knight and want a macro that does the following in order:
- Holy Strike
- Holy Strike
- Holy Strike
- Punishment
- /cast: tells your character to cast something from your skills
- /wait: tells your character to attack while you wait for a certain number of seconds as the previous skill is still cooling down.
As I mentioned before, it always starts with /script so:
/scriptThen we add /cast Holy Strike. Basically telling our Knight character that he should cast Holy Strike on the target.
/scriptBut we need to add a /wait command to ensure that we wait for the Holy Strike to cooldown before using it or else we'll end up with an error. I think 2 seconds of waiting is enough.
/cast Holy Strike
/scriptThen we repeat the last two commands twice to get the other Holy Strikes.
/cast Holy Strike
/wait 2
/scriptThen add Punishment to complete your macro.
/cast Holy Strike
/wait 2
/cast Holy Strike
/wait 2
/cast Holy Strike
/wait 2
/scriptSave the macro, put the shortcut to your hotkeys, and try them out!
/cast Holy Strike
/wait 2
/cast Holy Strike
/wait 2
/cast Holy Strike
/wait 2
/cast Punishment