Mudlet Packaging Scripts

Hey all! 

What's the easiest way to package together Triggers, aliases, scripts, etcetera for a script on Mudlet? I have tried exporting them all and throwing them into a zip file, but it doesn't work when I try and install it.

Thanks!

Comments

  • This is how I do it. There are possibly easier ways:

    1. Export the triggers, aliases, scripts, etc. as separate XML files.

    2. Merge the XML files into a single XML file for my package.

    3. Create the config.lua file.

    4. Throw the single XML file and the config.lua file into a .zip.

  • Mudlet has a package exporter now that simplifies the whole process. Its very nice.
    image
  • If it's not in zip form, you can import an xml file as a 'module' - and whenever you edit anything inside it, contents will get saved back to that xml file - saving you from re-exporting all the time.
  • Vadimuses said:
    If it's not in zip form, you can import an xml file as a 'module' - and whenever you edit anything inside it, contents will get saved back to that xml file - saving you from re-exporting all the time.
    On Mudlet 2.1? Or only 3.0?
  • Both have them.
Sign In or Register to comment.