Momentum on prompt

by Ashteru

Back to Ideas.

Ashteru2009-02-28 02:25:51
How about you make momentum on prompt a configureable option, and if you turn it on, you have 0m too? I don't want to have two prompttriggers. :/
Unknown2009-02-28 02:48:26
That would make too much sense.
Unknown2009-02-28 03:30:03
While I would like this (It would simplify coding greatly) you can use this instead of needing two prompt triggers:

#regex {^\\d+h, \\d+m, \\d+e, \\d+p, \\d+en, \\d+w(?:, (\\d+)mo|) (\\w+)-$} {#if (%1) {momentum = %1} {momentum = 0}}


(If you track your Health, Mana, etc. from your prompt trigger then obviously you'd want to capture the earlier \\d+'s and change the #if statement.)
Isuka2009-02-28 06:49:04
QUOTE (MrShrimp @ Feb 27 2009, 06:48 PM) <{POST_SNAPBACK}>
That would make too much sense.

Look at Tau's post on this same subject, and I have a couple of posts there with information on keeping momentum on the prompt, plus a trigger that captures any prompt configuration for a monk (and basically everyone else but psionics users)
Ashteru2009-02-28 11:37:29
QUOTE (Zahar @ Feb 28 2009, 04:30 AM) <{POST_SNAPBACK}>
While I would like this (It would simplify coding greatly) you can use this instead of needing two prompt triggers:

#regex {^\\d+h, \\d+m, \\d+e, \\d+p, \\d+en, \\d+w(?:, (\\d+)mo|) (\\w+)-$} {#if (%1) {momentum = %1} {momentum = 0}}


(If you track your Health, Mana, etc. from your prompt trigger then obviously you'd want to capture the earlier \\d+'s and change the #if statement.)

Heh, thanks, yeah, I know I don't need two prompttriggers now (I played around a little yesterday), but it would make coding things easier, since I wouldn't need to assume the number of values in my promptvariable and all that.
Unknown2009-02-28 17:21:17
QUOTE (Isuka @ Feb 28 2009, 01:49 AM) <{POST_SNAPBACK}>
Look at Tau's post on this same subject, and I have a couple of posts there with information on keeping momentum on the prompt, plus a trigger that captures any prompt configuration for a monk (and basically everyone else but psionics users)

Are you saying it wouldn't be easier just to have it a configurable prompt option like arm balances?
Vathael2009-02-28 20:42:37
I want aetolia's IG custom prompts.
Isuka2009-03-02 20:36:32
QUOTE (Vathael @ Feb 28 2009, 12:42 PM) <{POST_SNAPBACK}>
I want aetolia's IG custom prompts.


Agree.