Difference between revisions of "Syndran's Mudlet Package"

From Avatar
Jump to: navigation, search
(GMCP stats)
(Level Database)
Line 36: Line 36:
  
 
==Level Database==
 
==Level Database==
 +
 +
Want to track your gains? where you level? Over 999 and want to track your actual level?
 +
 +
Database script records every level (bulk levels it struggles with currently) and provides an easy way to see where you level, and what your average gains are.
  
 
==Group Scripts==
 
==Group Scripts==

Revision as of 03:05, 29 April 2020

Currently working on a few Mudlet packages for public use.

All packages are currently supplied in XML format on pastebin. Download the file, and import the xml into a profile in Mudlet

Colors

Basic color triggers for flags, conditions and other bits and pieces.

https://pastebin.com/89ksLJak

Layout scripts

Current Layout Script is a fixed layout setup, using a left panel for Group Stats and Affects, and a right panel for Channels. Slowly working on making it flexible, but currently pretty fixed. Hit me up ingame if you have issues or requests.

This shell will create number of named containers. Content will not be populated to these containers without scripts or triggers.

Some button in the layout are linked to alias,the buttons obviously wont work until you update the alias they run.

Bonus Feature - The label for spell affects - concentrate, has an attached onClick action that can be used to cast the spell. This is provided as an example in case anyone wishes to see how this is achieved.

https://pastebin.com/9vbqvafX

Example of layout script

Chat Captures

To populate the right hand side of this layout, a few triggers are required to catch and redirect most types of messages. Because of the fickle nature of some channel characters, it is recommended to run with config +blind

https://pastebin.com/MHcqSy5T

GMCP stats

The majority of the Affect and Character stats are available via GMCP. This script will capture GMCP stats and update the user interface.

While an effort has been made to handle class specific Spells and abilities, it is nowhere near complete. (please let me know if there is stuff i should add)

https://pastebin.com/VeMAXEzx

Level Database

Want to track your gains? where you level? Over 999 and want to track your actual level?

Database script records every level (bulk levels it struggles with currently) and provides an easy way to see where you level, and what your average gains are.

Group Scripts