HardOne
Member
- Joined
- Jan 15, 2006
- RedCents
- 61¢
Simple, yet effective. Can even take parts of it, and intergrate into your own macro you prefer to use.
Requires spell_routines.inc
Rich (BB code):
|dcos.mac
|Auto Click DCoS
|By: HardOne
|02/07/2006
#turbo 40
#include spell_routines.inc
#Event Camping "#*#It will take you about 30 seconds to prepare your camp.#*#"
Sub Event_Camping
/echo Camping - Ending macro!
/endmacro
/return
sub main
/echo DCotS Clicking Macro ACTIVATED!
:dcosloop
/doevents
/if (!${Me.Buff["${Haste}"].ID) && ${Spell[${FindItem[=${Haste}].Spell}].Stacks}) {
/call cast "Dark Cloak of the Sky" item
}
/goto :dcosloop
/return
Requires spell_routines.inc
Last edited:

