30 Haziran 2008 Pazartesi

This is a macro I made for myself it has various uses and can be customized for your own use I will explain the macro and what should be modified to convert the macro from automatic run to manual run.

My Template I'm experimenting with:

http://www.oekevo.org/expertisecalc...58f35ba654-0-12

Automated Stance Toolbar Switch Macro:

Name = ToolbarSwitch1

/ui action toolbarPane01;
/pause .5;
/ui action toolbarSlot00;
/pause .65;
/ui action toolbarSlot00;
/pause 1;
/tell *** Damage Stance Selected ***;
/pause 9;
/ui action toolbarPane00;
/pause .5;
/ui action toolbarSlot00;
/pause .65;
/ui action toolbarSlot00;
/pause 1;
/tell *** Defensive Stance Selected ***;
/pause 9;
/macro ToolbarSwitch1;

Name = ToolbarSwitch2

/ui action toolbarPane00;
/pause .5;
/ui action toolbarSlot00;
/pause .65;
/ui action toolbarSlot00;
/pause 1;
/tell *** Defensive Stance Selected ***;
/pause 9;
/ui action toolbarPane00;
/pause .5;
/ui action toolbarSlot00;
/pause .65;
/ui action toolbarSlot00;
/pause 1;
/tell *** Damage Stance Selected ***;
/pause 9;
/macro ToolbarSwitch2;

Dump Macro - to be placed on BOTH toolbars (set to switch to toolbar 1 (toolbarPane00) as default [In my macro it's my defensive stance or 10K heal stance toolbar]

/ui action toolbarPane00;

/pause .65;

/dump;

ToolbarSwitch1 should be placed on Toolbar 1 (toolbarPane00 for those who know it by this cmd)

ToolbarSwitch2 should be placed on Toolbar 2 (toolbarPane01 for those who know it by this cmd)

These 2 macros on each toolbar are designed to switch toolbars automatically and switch stances to allow use of special abilities allocated to these specific stances.

These macros CAN be converted to manual where you hit a key and switch toolbars yourself instead of the macro doing it for you.

The automatic macro timer is set to the cooldown of each stance, which it MUST be. Otherwise it will cause problems of stances not coming up when switchin toolbars. The timers are set to account for lag issues. Try these out first before customizing timers on your own. DO NOT change the 1 second pause or the 9 second pause these are place holders for the cooldown on both stances which are about 10-11 seconds before either is available to fire.

Hope this helps people out who use combined templates of both lightside and darkside abilities.

Hiç yorum yok: