So I was using Nexus for the longest time, and made it sing but for combat and all around it started to not work too well with me. (Had to constantly look around during group fights to make sure who was still in the room, fake afflictions would stick when given to you so it always looked like you had them, etc.) So I got Mudlet but I just feel like back to square one, I practically don't have any kind of GUI, i'm using Zulrah right now. I was looking for help in getting started to make a great setup and how I should go about doing it, things I should check out and if anyone's up for maybe helping me out do this haha. Cheers
0
Comments
Focus first on aliases. First is your target alias. In the Aliases window, click on 'Add Item' on the top bar. For your alias name, it can be something as simple as 'Target'. In 'Pattern', you put in what you need to type to run this alias. For example, it can be ^t (.+)$ , and in the code box (the big white box below 'Substitution'), your code will be target = matches[2] .
This means that, in the main window, when you type in "t mathilda" it will run the alias and set the variable 'target' to be 'mathilda'.
pattern: ^t (.+)$
input: t mathilda
(.+) is a wildcard that will match anything, so if it's "t 1234" then the target variable will be 1234, while "t seasone1234" will make the target variable equal to seasone1234.
code: target = matches[2]
'matches[2]' is the way to call the wildcard and use it in your alias.
Googling is actually a very good way of finding more about Mudlet and Lua. You can do really great stuff like substituting whole texts with something more short and concise, making small windows to display important things like afflictions you have or limb fractures of your enemies (for me as a two-hander knight, at least). Asking here is good, too, though, and while I am a very rudimentary coder, there are lots of players of higher knowledge
Introduction - https://wiki.mudlet.org/w/Manual:Introduction
Hop by Discord if you'd like help!
Svof
Mudlet Discord join up
~Quick Link to Categories - http://wiki.mudlet.org/w/Category:Mudlet_Manual
~Tutorials - *https://www.tutorialspoint.com/lua/
*http://www.lua.org/pil/contents.html
*http://tylerneylon.com/a/learn-lua/
~Perl Regex Cheat Sheet - https://www.cs.tut.fi/~jkorpela/perl/regexp.html
~GMCP Documentation: - *http://www.mudlet.org/wp-content/uploads/2013/02/GMCPtutorial.pdf
*http://nexus.ironrealms.com/GMCP
*https://github.com/keneanung/GMCPAdditions
The GMCP bit may not be as useful until you're more comfortable with Mudlet and lua, but listed since it's handy once you do get to that point.
It is not too late my friend.
*downloads svof*
*downloads zulah gui*
*downloads AK*
*downloads limb tracker*
jack out
whoa.. i know kung fu
Svof
Mudlet Discord join up