Been toying with Mush trying to learn what I can by reading and playing around but I got kind of snagged up...
I am trying to make an auto sipper for my monk on Achaea so I don't have to try to attack and sip at the same time...
My prompt looks like this:
The trigger I am using, if it is even right is ^(\\d+)h, (\\d+)m, (\\d+)e, (\\d+)w$
However, I haven't quite figured out how to get it to store my max health of 3368 and then how to get it to trigger off balance when my health drops say 30% or when it hits like below 2800 health.
An idea I had is to set a trigger that when I have balance...to do an if/then statement...something like this...
or something like that...really new to this and reading all the posts has kind of confused me more...any help is greatly appreciated.
Thanks.
I am trying to make an auto sipper for my monk on Achaea so I don't have to try to attack and sip at the same time...
My prompt looks like this:
Quote:
3368h, 1995m, 15740e, 12194w cexkdb-
3368h, 1995m, 15740e, 12194w cexkdb-
The trigger I am using, if it is even right is ^(\\d+)h, (\\d+)m, (\\d+)e, (\\d+)w$
However, I haven't quite figured out how to get it to store my max health of 3368 and then how to get it to trigger off balance when my health drops say 30% or when it hits like below 2800 health.
An idea I had is to set a trigger that when I have balance...to do an if/then statement...something like this...
You may drink another health or mana elixir.
if @health < 2800 then
sip health
endor something like that...really new to this and reading all the posts has kind of confused me more...any help is greatly appreciated.
Thanks.