Help - Search - Members - Calendar
Full Version: Mushclient Scripts
Achaea's Forums > Off-Topic > Tech Support > Client Help
Azu
Okay, there are about 1000 of these threads in the forums.

I want to make a brand new one.

I Just switched from lolNexus to Mush.

Ive got down how to make basic triggers and stuff.

But I was wondering how/where to get ahold of some of the more complicated Scripts

Like Curing Systems, Auto Sippers, and all that good stuff.

Links, offer to help IG, any forms of help would be greatly appreciated.

Thank you everyone for your help!


And Happy Holidays!
Caelan
QUOTE (Azu @ Dec 24 2008, 09:35 AM) *
Okay, there are about 1000 of these threads in the forums.

I want to make a brand new one.

I Just switched from lolNexus to Mush.

Ive got down how to make basic triggers and stuff.

But I was wondering how/where to get ahold of some of the more complicated Scripts

Like Curing Systems, Auto Sippers, and all that good stuff.

Links, offer to help IG, any forms of help would be greatly appreciated.

Thank you everyone for your help!


And Happy Holidays!



Here's the only link you need for MUSH.

http://lua-users.org/wiki/TutorialDirectory

Now.. get to figuring..


here's some more links though..

MUSH Tutorial:
http://www.gammon.com.au/scripts/doc.php?general=contents

Intro to MUSH scripting:
http://www.gammon.com.au/forum/bbshowpost....subject_id=6030

MUSH Help:
http://www.gammon.com.au/scripts/forum.php

System:
http://forums.achaea.com/index.php?showtop...;hl=mush+system
http://forums.achaea.com/index.php?showtopic=35994&hl=

Scripts:
http://achaea.fadedparadox.googlepages.com/mushclient


Help building a system:
http://forums.achaea.com/index.php?showtop...&hl=autosip
http://forums.achaea.com/index.php?showtop...amp;hl=tutorial
http://forums.achaea.com/index.php?showtop...&hl=autosip (while the scripting is in ZMud, the principles are the same)
http://forums.achaea.com/index.php?showtopic=2835&hl= (same as above)
Azu
QUOTE (Caelan @ Dec 24 2008, 10:15 AM) *
Now.. get to figuring..


Sir yes Sir!
Penquin
QUOTE (Caelan @ Dec 24 2008, 11:15 AM) *
QUOTE (Azu @ Dec 24 2008, 09:35 AM) *
Okay, there are about 1000 of these threads in the forums.

I want to make a brand new one.

I Just switched from lolNexus to Mush.

Ive got down how to make basic triggers and stuff.

But I was wondering how/where to get ahold of some of the more complicated Scripts

Like Curing Systems, Auto Sippers, and all that good stuff.

Links, offer to help IG, any forms of help would be greatly appreciated.

Thank you everyone for your help!


And Happy Holidays!



Here's the only link you need for MUSH.

http://lua-users.org/wiki/TutorialDirectory

Now.. get to figuring..


here's some more links though..

MUSH Tutorial:
http://www.gammon.com.au/scripts/doc.php?general=contents

Intro to MUSH scripting:
http://www.gammon.com.au/forum/bbshowpost....subject_id=6030

MUSH Help:
http://www.gammon.com.au/scripts/forum.php

System:
http://forums.achaea.com/index.php?showtop...;hl=mush+system
http://forums.achaea.com/index.php?showtopic=35994&hl=

Scripts:
http://achaea.fadedparadox.googlepages.com/mushclient


Help building a system:
http://forums.achaea.com/index.php?showtop...&hl=autosip
http://forums.achaea.com/index.php?showtop...amp;hl=tutorial
http://forums.achaea.com/index.php?showtop...&hl=autosip (while the scripting is in ZMud, the principles are the same)
http://forums.achaea.com/index.php?showtopic=2835&hl= (same as above)



QUOTE (Azu @ Dec 24 2008, 11:41 AM) *
QUOTE (Caelan @ Dec 24 2008, 10:15 AM) *
Now.. get to figuring..


Sir yes Sir!


There is a lot of information contained within the links Caelan posted.
It should help you out immensely!

Add to those however, the regexp:
http://www.gammon.com.au/forum/?id=5089


Also , Caelan is not a Sir. He works for a living.
Dexodro
I'll help you write your script. I'm not exactly good at it, but I'm learning.
Azu
QUOTE (Dexodro @ Dec 24 2008, 03:47 PM) *
I'll help you write your script. I'm not exactly good at it, but I'm learning.


wub.gif

Also thank you Caelan and Penguin (What's your IC Name? lol)

For those awesome links too
Trevize
Feel free to poke me if you need anything.
Eldorin
Im having an issue with getting this trigger to activate, for some reason Mush doesn't pick it up...

^You reel in the last bit of line and your struggle is over\. You\'ve landed (a yellow perch|a blue eel|a striped shad|a longnose darter|a bearded pikefish|a rock bass|a catfish|a marble carp|a giant chubsucker|an eastern mooneye|a black crappie|a walleye|a trout) weighing * pounds and * ounces\.$

I believe its the * in that line but thats what I've been using for random words and it has worked so far.

Thanks in advance smile.gif
Dexodro
As you should see quite clearly in Trevize's sig, there's a link that'd interest you : http://tutorials.fadedparadox.googlepages.com/regex
Trevize
QUOTE (Eldorin @ Jan 16 2009, 06:20 AM) *
Im having an issue with getting this trigger to activate, for some reason Mush doesn't pick it up...

^You reel in the last bit of line and your struggle is over\. You\'ve landed (a yellow perch|a blue eel|a striped shad|a longnose darter|a bearded pikefish|a rock bass|a catfish|a marble carp|a giant chubsucker|an eastern mooneye|a black crappie|a walleye|a trout) weighing * pounds and * ounces\.$

I believe its the * in that line but thats what I've been using for random words and it has worked so far.

Thanks in advance smile.gif

In normal MUSHclient trigger patterns, * is indeed used for matching anything. However, using regex, you need .* instead. The period means one of anything, the asterisk means zero or more of the previous item. I would recommend, instead, using \d+ which means one or more number.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.