tanjeffreyz / auto-maple-resources

Community repository for Auto Maple command books and routines
MIT License
22 stars 33 forks source link

Auto Pot #14

Open RandomKanna opened 1 year ago

RandomKanna commented 1 year ago

is there settings that i can set auto pot ?

RandomKanna commented 1 year ago

As my server not giving autopot on pet, i always ran out MP on adele routine

LiliaTheSuccubus commented 1 year ago

Add "auto pot" skill to command book and put it in routine to use every loop or so.

I did the same for characters without auto heal pet.

HEALTH_POTION = 'page down'
class HpPot(Command):
    def main(self):
        press(Key.HEALTH_POTION,1)