Importing and Exporting

Kyle
Posts: 30
Joined: Fri May 14, 2010 5:39 am

Importing and Exporting

Post by Kyle »

Is it possible to save the triggers, aliases, etc. you have for a character to a single file? I wanted to be able to save everything in case of accidentally deleting settings, or wanting to develop a new set of aliases, triggers, etc. for another character.

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Importing and Exporting

Post by tsuujin »

just click on "save profile as" on the triggers dialog

Kyle
Posts: 30
Joined: Fri May 14, 2010 5:39 am

Re: Importing and Exporting

Post by Kyle »

Once I do that how do I load that file and import all of my aliases, triggers, etc.?

Knute
Posts: 87
Joined: Fri Mar 05, 2010 12:08 am

Re: Importing and Exporting

Post by Knute »

The button would be labeled: "IMPORT"

Kyle
Posts: 30
Joined: Fri May 14, 2010 5:39 am

Re: Importing and Exporting

Post by Kyle »

I've tried that before and had nothing happen.

Is there a way to program Mudlet to put in a command before the start of another command?

In Achaea you have Blademasters and they're able to infuse their blades with elements. Would it be possible to code it to where I could put in a command and in turn it would infuse before each of my slashes?

Kyle
Posts: 30
Joined: Fri May 14, 2010 5:39 am

Re: Importing and Exporting

Post by Kyle »

I'm still having trouble importing my system. Is there something I need to click on before I hit the save profile as button? I've saved my system as a XML file and tried to import, but when I do absolutely nothing changes.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Importing and Exporting

Post by Vadi »

See if it contains any lines with GenericPackage. If it does, delete them.

Thorr686
Posts: 8
Joined: Sun Aug 29, 2010 3:22 am

Re: Importing and Exporting

Post by Thorr686 »

I have been having trouble with this as well. I make it an xml format but when I hit import nothing happens.

Here is a snippet from the mushclient alias list.

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Tuesday, December 07, 2010, 5:25 PM -->
<!-- MuClient version 4.43 -->
<!-- Written by Nick Gammon -->
<!-- Home Page: http://www.mushclient.com/ -->
<muclient>

<!-- aliases -->

<aliases
muclient_version="4.43"
world_file_version="15"
date_saved="2010-12-07 17:25:42"
>
<alias
match="2gory"
enabled="y"
group="Quest"
sequence="100"
>
<send>do w,3n,e,8s,e,ruins</send>
</alias>
<alias
match="3gory"
enabled="y"
group="Quest"
sequence="100"

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Importing and Exporting

Post by Vadi »

That's MUSHclient xml, not Mudlets.

Yetzederixx
Posts: 186
Joined: Sun Nov 14, 2010 5:57 am

Re: Importing and Exporting

Post by Yetzederixx »

Is there a way to export trigger's, alias', etc at the same time into the same file?

Post Reply