Hi all, I am brand new to Muds and have little to no experience with coding and script writing. I am interested in learning a little bit but honestly its all a bit overwhelming. Any recommendations on where to start?
As a side note, I downloaded mudlet to try it out and quickly stopped using it. I was very lost, so I figure I should learn how a little coding to help myself out.
0
Comments
Nexus has a "simplified scripting" drag and drop-type editor for very simple scripts, but underlying code is written in JavaScript. Positives: There's a lot of documentation on the JavaScript language (and a lot of it is actually really good, too). Negatives: I don't know many people who are using Nexus, so I really have no idea how easy it is to get help with client-specific parts.
Mudlet can be pretty confusing when you first start out. The code is written in Lua. Positives: Most people I know use Mudlet, so it's easy to get support. Reasonably good documentation for both Mudlet itself and the Lua language. Negatives: No built-in GUI so you'd have to either download and install one made by somebody else or make your own. No simplified scripting tools.
Both clients should have clans in-game which you can join to get help with them; CLHELP NEXUS and CLHELP MUDLET. Mudlet also has an introductory guide on making basic aliases and such: https://wiki.mudlet.org/w/Manual:Introduction I don't know if Nexus has something similar.
Results of disembowel testing | Knight limb counter | GMCP AB files
The Mudlet wiki is a great resource for learning about Lua specifically for Mudlet, since it covers all of the Mudlet-only Lua functions (things like sending commands to the game, manipulating the output text, etc.) Other than that, I usually use the lua-users wiki (http://lua-users.org/wiki/TablesTutorial) and the online edition of the "Programming in Lua" book (https://www.lua.org/pil/contents.html) as reference points. Googling "lua <whatever you want to know about>" or "mudlet <whatever you want to know about>" should generally return useful results, too.
Results of disembowel testing | Knight limb counter | GMCP AB files
Svof
Mudlet Discord join up
I would personally recommend using Zulah's gui (it's here on the forums) and svof - if you decide to go with mudlet. That's my preference anyways. A lot easier than building your own gui and stuff.