Doc Galaktik

th3y

Member
I'd like to have a gCLI alias to visit Doc Galaktik and heal an exactly specified number of HP or MP.

Something like:
tonic <x>
and
nostrum <x>

Any tips, please?


TH3Y thank you..
 

holatuwol

Developer
Using CLI aliasing:

PHP:
alias tonic galaktik.php?pwd&action=curehp&quantity=
alias nostrum galaktik.php?pwd&action=curemp&quantity=
That heals the specified amount rather than up to the specified amount.  An ASH namespace alternative which heals up to the specified value rather than the specified value is possible too and uses visit_url on the URL above.
 
Top