Here is a list of sometimes un-needed but generally useful macros for a GM
This list is based off of macros I use, but some may not work if you don't have arc-emu
Just copy paste the commands in orange (without the quotations) into your macros command field and your good to go 
Code:
Color coding: Name = Blue, Explanation = Green, and command = Orange
Select (For selecting Game objects):".go select"
Delete (For deleting Game objects):".go delete"
GO Info (For information on selected GO):".go info"
Travel (For running fast/getting somewhere quickly):".mod speed 50"
Normal (For when players are around):".mod speed 7.5"
Slow (For precise placement of GOs):".mod speed 1"
NPC Info (For info on currently selected NPC):".npc info"
NPC Spawn (Incase an NPC needs to be revived):".npc respawn"
NPC Del (Mainly for taking down events):".npc delete"
Recall (For quick recalling to a mall/town. I have a second guide on how to make custom recall commands linked below):".recall port NAME_OF_PLACE"
Way Add (For quickly adding a waypoint for npcs):".way add"
Way Del (For quickly removing a pre-placed waypoint):".way del"
Way Show (to show all waypoints for selected NPC):".way show"
If you need any help on the macros then just post below 
Anyway, thanks for taking a look at this guide, it is my first, so please give some feedback on what I should/shouldn't change
Custom recall locations Here