Option 1: Click "watch" at the top right of this page, and install MAUI from the Lua tab of the RedGuides Launcher.
Option 2: Click "download" at the top right of this page, and unzip the downloaded zip file into your MQ lua folder.
The resulting folder content should look like this:
lua/
└── maui
├── addons
│ └── ma.lua
├── lib
│ └── Cache.lua
│ └── ImGuiFileDialog.lua
│ └── LIP.lua
├── schemas
│ └── ma.lua
├── globals.lua
├── init.lua
└── utils.lua
Make sure the Lua plugin is loaded with:
/plugin lua load
Start the script with:
/lua run maui
NOTE: If the script errors loading lfs.dll
, refer to the FAQ.
To load MAUI on startup for ALL characters:
- Right click your MQ tray icon in the taskbar and select Open Folder > Config
- Create a new file
ingame.cfg
, or open it if you already have one.
- Add the line
/lua run maui
- Save and close the file.
- Test in game by running
/loadcfg ingame.cfg
or by logging in a character.
To load MAUI on startup for a SPECIFIC character:
- Right click your MQ tray icon in the taskbar and select Open Folder > Config
- Create a new file
server_Character.cfg
, or open it if you already have one, where server is replaced with your EQ server short name, and Character is replaced with your character name. For example, rizlona_Dudebro.cfg.
- Add the line
/lua run maui
- Save and close the file.
- Test in game by running
/loadcfg server_Character.cfg
or log in the character.
NOTE: If you created ingame.cfg or server_Character.cfg using Notepad, like by right clicking in your config folder and selecting New > Text Document, then the file was probably saved with the wrong file extension, like ingame.cfg.txt. You will need to remove the .txt file extension before it will work.