/peace
/healdamage Bob1
/healdamge self /heal self
/ui action targetSelf;
/ui action cycleTargetOutward
/going
Some macros are either long, spanning minutes with commands and pauses, or they loop forever. So somehow you just want to stop the macro you are currently in the middle of.
The command to do this is /dump. As I use a sampling macro with posture changes which I might want to interrupt, I wrote a short macro doing
/stand;/dump
to stand up and end the sampling macro.
heres a simple macro that will let you have a camp for hours while you're not there.
little set up first. clear a hot key pane. then put 1 camp in every hot key spot except for the first slot
now make this macro and put it in your f1 slot
/stand
/ui action toolbarSlot01
/pause 5
/ui action toolbarSlot02
/pause 5
/ui action toolbarSlot03
/pause 5
/ui action toolbarSlot04
/pause 5
/ui action toolbarSlot05
/pause 5
/ui action toolbarSlot06
/pause 5
/ui action toolbarSlot07
/pause 5
/ui action toolbarSlot08
/pause 5
/ui action toolbarSlot09
/pause 5
/ui action toolbarSlot10
/pause 5
/ui action toolbarSlot11
/pause 5
/ui action toolbarSlot12
/pause 5
/ui action toolbarSlot13
/pause 5
/ui action toolbarSlot14
/pause 5
/ui action toolbarSlot15
/pause 5
/ui action toolbarSlot16
/pause 5
/ui action toolbarSlot17
/pause 5
/ui action toolbarSlot18
/pause 5
/ui action toolbarSlot19
/pause 5
/ui action toolbarSlot20
/pause 5
/ui action toolbarSlot21
/pause 5
/ui action toolbarSlot22
/pause 5
/ui action toolbarSlot23
/pause 5
/ui action toolbarSlot00