Bounty Hunter Archive
Thread: What's the command to add in an Alarm?
Page 1 of 1
Chaind2f8
Thu Sep 01, 2005 9:01 am
#1
I'm looking to edit my Duelist Stance macro and KD macro so that I'll get the alarm popup rather than the /tell during combat. I find that often times I'm unable to hear/see the tell when it comes up so I figure the alarm would be more effective. Can someone tell me the command to add in alarms?
Chaind2f8
Thu Sep 01, 2005 9:10 am
#3
What's the entire format? For instance I want to make a macro that reminds me that 30 seconds is up after a KD. What would that macro look like?
theEwokDude
Thu Sep 01, 2005 9:12 am
#4
Chaind2f8 wrote:
What's the entire format? For instance I want to make a macro that reminds me that 30 seconds is up after a KD. What would that macro look like?
That would be...
/AlarmAddIn 0 0 (message if you want one)
0 being hours
following 0 being minutes
then type in any message you want
CaixCatab
Thu Sep 01, 2005 11:17 am
#6
The actual macro would look like this:
/pause 30;
/addAlarmIn 0 0 <message>;
Since the alarm won't take parts-of-a-minute. Neat trick though.
Page 1 of 1