New to Mush

by Lilia

Back to Mechanic's Corner.

Lilia2010-01-21 08:42:16
I just downloaded MUSHclient because I wanted to make some combat triggers in Nexus and couldn't find any tips on here other than 'get something else.' Anyways, my main concern is that I love the way the Nexus client looks. Is there any way for me to make MUSH look just like that? Or do I have to live with a downgrade on looks?

I may have more questions once I finish looking at the help files, but any advice to a coding noob would be greatly appreciated.

EDIT: Already found a question. Is it not possible to create my own keybindings? I kinda have certain ones in muscle memory, especially using CTRL and I don't see all of what I want on the macro list. Are those the only ones I have to choose from?
Unknown2010-01-21 09:10:03
MUSH is great and I'm sure you can make it look something like Nexus but...

Mudlet can do this:


And its FREE!

And theres a little button right there to open up the panel to make Keybindings of all kinds!

www.mudlet.org
Lilia2010-01-21 09:16:55
I want.
A few minutes later
I has
Unknown2010-01-21 09:25:59
I encourage you to use the Mudlet Forums, everyone on there is very helpful.

Also check out Havastus' Mantis for a Lusternia combat system, still in its youth but its a good start!
Mantis

And Demonnic's Mudlet Package Repository.
Repository

Esano2010-01-21 11:43:29
If you're using Mush, you may want to look at Treant - a complete, pretty good system for free. As you seem to have switched to Mudlet, however, there's a not-so-complete (but being worked on!) system available and linked to above.

For anyone else who wants to know how to make keybindings in mush, investigate the Accelerator function. For example, adding this to your Lua script file would result in "evoke pentagram" (without quotes, of course) being sent whenever you pressed ALT+A.

Accelerator("ALT+A","evoke pentagram")