Stance tracker - Imperian

Posted by Skaaven on Mon 13 Dec 2010 06:06 PM — 3 posts, 14,319 views.

#0
Hello,

I play a game called Imperian (IRE game) and I am trying to track the stance I am in for my class.


You tear through a short-horned desert locust with a long vertical slice.
Damage dealt: 23
You quickly flow into the Vae-Sant stance.
Balance Taken: 2.25s
You step in quickly with a slash across a short-horned desert locust's torso.
Damage dealt: 17
You quickly flow into the Ein-Fasit stance.
Balance Taken: 2.25s
You tear through a short-horned desert locust with a long vertical slice.
Damage dealt: 23
You quickly flow into the Vae-Sant stance.
Balance Taken: 2.25s


Basically I want to match on the "you quickly flow ***" and display whatever it has matched to a miniwindow or the prompt line as (Vae, Ein, etc)

I have had mushclient for a while (and think it is the best client) but I am not a scripting wizard, so I know how to match everything and send it to a mushclient variable but have no idea how to display the most recent match on the prompt or a miniwindow. Any help would be greatly appreciated!
Australia Forum Administrator #1
To show your most recent stance in the status line sounds very similar to this:

http://www.gammon.com.au/forum/?id=8615

And the one below is similar, except it shows the exits in a miniwindow:

http://www.gammon.com.au/forum/?id=9626

Just change the trigger from matching on exits to matching your stance, and you should be done!
#2
I have not done it yet but from what I have viewed I already know this will work, thank you very much.