Moderator: MacroQuest Developers
Yeah, everything I've tried never seems to work, and i lack the knowledge to make subsequent adjustments to the hieroglyphics you call code.fearless wrote:Both of these things are in the Macro Depot in a semi-working to working state.




Code: Select all
|stupid.mac
|SOS's cast a spell over and over mac till oom
#event Sityerbuttdown "#*#insufficient mana#*#"
Sub main
:loop
/cast 1
Delay 2s
/cast1
/echo YAY im casting by myself
/delay 10s
/doevents
/goto :loop
/return
Sub Sityerbuttdown
/sit
/echo I need a bigger mana pool! Go get some better gear fool!
/endmac
/return