(New message)
Subject review (reverse sequence)
Posted by
Shaun Biggs
USA (644 posts) bio
Date
Thu 17 Apr 2008 (UTC) [ quote
]
Message
Either replace it with the number of seconds, or have it selected at random through a script.
<triggers>
<trigger
enabled="y"
match="<hovering nearby> (Mythic) a green materia"
send_to="12"
sequence="100"
>
<send>randtimes={60,100,112}
DoAfterSpecial (randtimes[ math.random(3) ], "exp1", 10)</send>
</trigger>
</triggers>
It is much easier to fight for one's ideals than to live up to them. top
Posted by
Nick Gammon
Australia (18,770 posts) bio
Forum Administrator
Date
Wed 16 Apr 2008 09:19 PM (UTC) [ quote
]
Message
This would do that. It matches what you specified, and using a Lua script line, adds a one-shot timer to fire after 112 seconds, that sends "exp1" to the command processor (thus, exp1 can be an alias).
<triggers>
<trigger
enabled="y"
match="<hovering nearby> (Mythic) a green materia"
send_to="12"
sequence="100"
>
<send>DoAfterSpecial (112, "exp1", 10)</send>
</trigger>
</triggers>
See http://mushclient.com/pasting for how to paste that example into the client.
See http://www.gammon.com.au/scripts/doc.php?function=DoAfterSpecial for a description of DoAfterSpecial.
- Nick Gammon
www.gammon.com.au, www.mushclient.com top
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,889 views.
Reply to this subject
Start a new subject
  Refresh page
Go to topic:
(Choose topic)
Area Editor: Bug reports
Area Editor: General
Area Editor: News and updates
Area Editor: Suggestions
Area Editor: Tips and tricks
Dawn of Time: Administration
Dawn of Time: Configuration
Dawn of Time: Installing/compiling the server
Dawn of Time: New Dawn Muds Announcements
Dawn of Time: Playing
Dawn of Time: What is Dawn of Time (Dawn)?
Electronics: Microprocessors
Electronics: Operational Amplifiers
Forum: About
Forum: Announcements
Forum: Mailing other users
Forum: Problems
Forum: Registering
Forum: Searching
Forum: Subscribing
Forum: Suggestions
Forum: Test
Forum: Time zones / time display
Forum software: Administration
Forum software: Installation
MUDs: Announcements
MUDs: General
MUDs: MUD Design Concepts
MUSHclient: Announcements
MUSHclient: Beta testing
MUSHclient: Bug reports
MUSHclient: Development
MUSHclient: General
MUSHclient: Getting Started
MUSHclient: International
MUSHclient: Jscript
MUSHclient: Lua
MUSHclient: Miniwindows
MUSHclient: MXP and Pueblo
MUSHclient: Perlscript
MUSHclient: Plugins
MUSHclient: Python
MUSHclient: Suggestions
MUSHclient: Tips and tricks
MUSHclient: VBscript
MUSHclient: Wine
PennMUSH: Compiling the server
PennMUSH: Running the server
Programming: General
Programming: STL
Quilting: General
ROM: Compiling the server
ROM: Running the server
SMAUG: Commands
SMAUG: Compiling the server
SMAUG: Lua
SMAUG: Running the server
SMAUG: SMAUG coding
Search the forum
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )