Lua Scripting for Mudlet

From AvatarWiki
Jump to navigation Jump to search

Basic Info

Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.

Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.

Mudlet Package files

I had to link it externally.

  1. Download the file, extract the 3 XML files.
  2. Open Mudlet. Load a Profile.
  3. Click on Package Manager and Install each one


forums.mudlet.org/download/file.php?id=657

Associated Configs and Mud Side Aliases

Configs
conf -blank
prompt <-|BR|%h/%Hhp |BG|%m/%Mmp |BW|%v/%Vmv
prompt2 |BP| %a |BB|%Ttnl|N|-> <|BC|%w/%W|N|>%n

Aliases
alias r rescue %1
alias in inspect %1
alias wowo open wooden:get all wooden:drop wooden:sac wooden:inspect lockbox

Script Explanations