Free mush system

by Nezha

Back to Mechanic's Corner.

Unknown2008-11-17 19:49:09
I use this for my MUSHclient regex prompt trigger. Captures everything except momentum, which it just matches (no capture).

CODE
^(\\d+)h\\, (\\d+)\\m\\, (\\d+)e\\, (\\d+)p\\, (\\d+)en\\, (\\d+)w(?:\\, \\d+mo)? (.*?\\-)$
papraki2009-01-09 05:24:58
QUOTE (Zarquan @ Nov 17 2008, 07:49 PM) <{POST_SNAPBACK}>
I use this for my MUSHclient regex prompt trigger. Captures everything except momentum, which it just matches (no capture).

CODE
^(\\d+)h\\, (\\d+)\\m\\, (\\d+)e\\, (\\d+)p\\, (\\d+)en\\, (\\d+)w(?:\\, \\d+mo)? (.*?\\-)$



Hmm me so confused whats Momentum been useing the free version to learn mush in Lua been doing all sorts of things to useing trail in error

I had it running great then i switch too monk so now i am looking for a way to fix the auto sipper
Unknown2009-01-09 12:10:12
QUOTE (Papraki the cute @ Jan 9 2009, 12:24 AM) <{POST_SNAPBACK}>
Hmm me so confused whats Momentum been useing the free version to learn mush in Lua been doing all sorts of things to useing trail in error

I had it running great then i switch too monk so now i am looking for a way to fix the auto sipper


You should ask your guild about momentum, but basically it's required to do the more complicated kata forms. As you attack, you build momentum and the higher your momentum level, the more ka you have to spend on your forms. My trigger pattern (which you quoted) includes the optional momentum value, so you'll need to modify your own prompt trigger to include something similar.
Dynami2009-05-28 01:56:12
Ok, I have a problem. I followed the readme file instructions and I got this error message:
QUOTE
Error number: 0
Event: Compile error
Description: :52: unexpected symbol near '='
Called by: Immediate execution

Can someone help me figure out what I did wrong?
Unknown2009-05-28 02:11:25
I suggest you download the Treant system. It's free, for MUSHclient, and not completely out-of-date like this one.
Unknown2010-01-10 11:59:05
It doesn't work for monks though, which is a pretty dating detail.
Unknown2010-01-10 12:23:34
Treant? Lots of monks use it, with great success.

And, don't necro old threads, please. tongue.gif
Unknown2010-01-10 15:56:39
QUOTE (Zarquan @ Jan 10 2010, 07:23 AM) <{POST_SNAPBACK}>
Treant? Lots of monks use it, with great success.

And, don't necro old threads, please. tongue.gif



If said thread is pinned I think it's fair game. tongue.gif
Unknown2010-01-10 18:58:58
This thread should probably be unpinned, along with the old, free Ethelon system thread.
Xias2010-03-18 11:51:08
Newb question...how do I set up an alias to attack my target? Such as if just using kick, so that I can use ki to do kick target...I've looked all through the help files and can't figure it out.
Unknown2010-03-18 12:12:04
The "Mushclient Questions" thread may be better suited to this, but I'll direct you to my web page with some tutorials on getting started with things like this. Nick also has some YouTube videos to demonstrate, and I have them linked on my page.

http://sites.google.com/site/larkindischai/mush

Please excuse some of the formatting, as Google moved my page over and I haven't gotten around to fixing it up properly yet.