Skip to content

Instantly share code, notes, and snippets.

@AdrienLemaire
Created August 1, 2015 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrienLemaire/9bc9223f1c904340d31d to your computer and use it in GitHub Desktop.
Save AdrienLemaire/9bc9223f1c904340d31d to your computer and use it in GitHub Desktop.
Habitica Auto-cast mana
s=angular.element($0).scope();for(i=0;i<s.user.stats.mp/s.skill.mana;i+=1){setTimeout(function(){s.castStart(s.skill);},i*2000);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment