Skips the mana check for you melee types.
Code: Select all
|AutoCamp.mac
| AutoCamp when we are medded up to full health and mana
Sub Main
/if $char(state)==STAND /sit
/afk on
:StillWaiting
/if n $char(mana,pct)==0 /goto :NoMana
|/echo Check Mana
/if n $char(mana,pct)!=100 {
/delay 6s
/goto :StillWaiting
}
:NoMana
|/echo Past Mana
/if n $char(hp,pct)!=100 {
/delay 6s
/goto :StillWaiting
}
/Echo Camping
/camp desktop
/endmacro
/return
