Code: Select all
|-- Med to Full Mana & Health then Camp to Desktop --
|----------------------------------------------------
|-- Just sit down and run the macro to med to full
|-- health/mana before camping to desktop
Sub Main
:MedLoop
/if (${Me.PctHPs}>=100) {
/if (${Me.PctMana}>=100) /goto :Camp
}
/delay 10s
/goto :MedLoop
:Camp
/camp desktop
/endmacro

