Skip to content

Update README.md (alphabetize, formatting) #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# LOTJ-Mudlet-Scripts
Mudlet scripts written by Zakattack for use in Legends of the Jedi, with help from @Demonnic and the rest of the Mudlet core devs.

Autoflight 2.0 - An automated flight system to remove the tediousness of flying from planet to planet. 'autoflight help' for more options.
Autocargo 2.0 - An automated cargo hauler that supports any number of planets. 'autocargo help' for more information. NEEDS AUTOFLIGHT TO FUNCTION
**Autoflight 2.0** - An automated flight system to remove the tediousness of flying from planet to planet. 'autoflight help' for more options.

AutoRepair 2.0 - An automated gear repairer which removes, repairs, and holds gear added to a list Does not repair weapons. 'repair help' for more options.
**Autocargo 2.0** - An automated cargo hauler that supports any number of planets. 'autocargo help' for more information. NEEDS AUTOFLIGHT TO FUNCTION

CombatStats - A simple calculator that grabs damage output and averages damage per hit. 'combatstats help' for more options.
**AutoRepair 2.0** - An automated gear repairer which removes, repairs, and holds gear added to a list Does not repair weapons. 'repair help' for more options.

LOTJ Chatbox - DO NOT USE IF ALSO USING LOTJ-UI, which is auto-installed on connection with LOTJ. A sidebar designed to capture various channels of communications. Comes with (OOC), CommNet, (NEWBIE), (IMM), (R|P|C), ( IMM | CHAT ), (RPC), [Incoming Transmission, [Outgoing Transmission, Broadcasting Network, [PLANETARY ALERT, and buzzes as already captured channels. Adding another one is easy: go to 'triggers' and find the 'chatbox capture' trigger. In an open trigger pattern box, put in the beginning of the line you want it to capture and select 'Begin of line substring' from the drop down menu. To adjust the size and location for the chatbox: Go to scripts > chatbox. Width='n'c and height='n'c control the height and width, where 'n' is the number of characters in length. If you change the width, be sure to change Chatbox:setWrap(n) accordingly. x = n%, y = n% control the location of the chatbox. The first n is how far from the left side the box is located and the second is how far from the top it is located.
**Autoresearch** - use 'autoresearch start' in a library to automatically research all of your skills that are under 90%

Numpad - Since Mudlet does not come with preset numpad macros, I exported the ones I use so you don't have to make your own. Numbers are their corresponding directions, 0 is take all, / is inv, * is gold, . is who, and you can ctrl + numpad to scan in that direction as well
**Buildship** - Builds a single ship to completion automatically. 'buildship help' for more info.

Autoresearch - use 'autoresearch start' in a library to automatically research all of your skills that are under 90%
**CombatStats** - A simple calculator that grabs damage output and averages damage per hit. 'combatstats help' for more options.

Buildship - Builds a single ship to completion automatically. 'buildship help' for more info.
**LOTJ Chatbox** - DO NOT USE IF ALSO USING LOTJ-UI, which is auto-installed on connection with LOTJ. A sidebar designed to capture various channels of communications. Comes with (OOC), CommNet, (NEWBIE), (IMM), (R|P|C), ( IMM | CHAT ), (RPC), [Incoming Transmission, [Outgoing Transmission, Broadcasting Network, [PLANETARY ALERT, and buzzes as already captured channels. Adding another one is easy: go to 'triggers' and find the 'chatbox capture' trigger. In an open trigger pattern box, put in the beginning of the line you want it to capture and select 'Begin of line substring' from the drop down menu. To adjust the size and location for the chatbox: Go to scripts > chatbox. Width='n'c and height='n'c control the height and width, where 'n' is the number of characters in length. If you change the width, be sure to change Chatbox:setWrap(n) accordingly. x = n%, y = n% control the location of the chatbox. The first n is how far from the left side the box is located and the second is how far from the top it is located.

**Numpad** - Since Mudlet does not come with preset numpad macros, I exported the ones I use so you don't have to make your own. Numbers are their corresponding directions, 0 is take all, / is inv, * is gold, . is who, and you can ctrl + numpad to scan in that direction as well