Alias's/triggers

Posted by Jorake on Tue 01 Nov 2011 12:53 AM — 6 posts, 25,463 views.

#0
I wrote a long time ago about needing help for triggers/alias's. I felt a bit made fun of so i ended up giving up on mush and going back to wintin95. I recently started playing a mud called Duris. durismud.com 7777 for anyone who wants to check it out. This mud comes with a map on the roads etc, that shows zone entrances etc etc. Most things on the map do not show up on wintin95, so i decided to try MUSH again.

The problem I am having is with alias's mostly. There is a spell called "Protect Soul" which is castable on others etc. I wanted to shorted this down to "prot". So i can type prot *name* and it cast on the target. But so far it's not working. The way I do it on wintin is #al {prot}{c 'protect soul' %0}. Any help with this would be much appreciated.
Australia Forum Administrator #1
We don't make fun of people intentionally here. :)

Perhaps if you post what you tried, it helps to see what is wrong.


Template:copying
For advice on how to copy aliases, timers or triggers from within MUSHclient, and paste them into a forum message, please see Copying XML.
#2
<aliases>
<alias
match="^prot$"
enabled="y"
regexp="y"
sequence="100"
>
<send>cast 'protect soul'</send>
</alias>
</aliases>


Is this what you mean?
#3
OK:) I'm sorry. I should of taken the time to skim through all of the other files. I didn't even notice the "getting started" forum post. Thanks for the help though, gonna use these a bit better from now on!
#4
There is one thing I am noticing though. I'm looking back at old post and seeing a different kind of client model being used than what i have? The one I have has a key that says "convert to regular expression"
Australia Forum Administrator #5
Jorake said:

There is a spell called "Protect Soul" which is castable on others etc.


Template:faq=50
Please read the MUSHclient FAQ - point 50.





Quote:

The one I have has a key that says "convert to regular expression"


That was added a while back.