Argle Links Logs MUME Players Profiles
Creative ElvenRunes Logo
Players share the scripts they use to program their clients!
  • Submit a client script: feedback@elvenrunes.com
  • Please list client version and operating system
  • No Illegal Actions please.
  • Please read RULES ACTIONS on MUME before setting any client action whether posted on this site or found elsewhere and use your own judgement as to legality. YOU are responsible for any reprocussions from use of client actions.

  Updated:   Jan. 2005

 

Script

Client

Date

Author

Coin Split

Zmud

09-May-02

Nightbreed

XP Counter 

Zmud 6.*

13-May-03

Arthefin

Teleport*

Zmud 6.*

08-May-02

Sėn

Enemy Movements

Zmud 6.*

31-May-02

Urian

Teleport

Powwow

08-May-02

Sėn

XP Counter

Powwow

14-May-02

Axel

Pray Save

Powwow

14-May-02

Axel

Reporting

Powwow

16-May-02

Sėn

Reporting

Rapscallion

28-May-03

Khazram

Dawn/Dusk

Rapscallion

28-May-03

Khazram

XP counter

Rapscallion

28-May-03

Khazram

Grouping*

JMC

10-May-02

Antar

XP Counter

JMC

15-Nov-04

Dalir

Logging

JMC

17-Jan-05

Dalir

Portkey

JMC

6-Mar-04

Wrain

Output Window

JMC

2-Mar-04

Aikios

Report*

JMC

10-May-02

Antar

XP Counter

JMC 3.26

14-May-02

Burin

Timer Ticker

JMC

16-Sep-2004

Rashnak

Clock

JMC

16-Sep-2004

Dalir

Remote Editing

JMC

12-Feb-2004

Rashnak

Kill XP Counter

JMC

15-May-02

Rashnak

Mount Looter

JMC

21-May-02

Rashnak

Mercenary Assistant

JMC

22-May-02

Rashnak

A Few Basic Scripts

JMC

16-May-02

Burin

AutoGroup

JMC

6-Jun-02

Chanis

Clock

JMC

1-Aug-02

Eldamar

Blind Monitor

JMC

18-Jan-03

Rashnak

Herbal Kit

JMC

18-Jan-03

Rashnak

Communication Library

JMC

18-Jan-03

Rashnak

GroupTell

JMC

01-Feb-03

Iluvator

Score

JMC

22-Feb-03

Khazdul

GroupTell

JMC

22-Feb-03

Khazdul

A Few Small Scripts

JMC

12-Nov-03

 Ell

Sunrise Script  

JMC

10-Nov-03

Torq

Communication

TinyFugue

14-May-02

Shake

Portal

TinyFugue

14-May-02

Shake

XP Counter

PowTTY

21-May-02

Axel

Changing Time-command

PowTTY

08-May-02

Devastator

Spell Translator

PowTTY

08-May-02

Devastator

You Are Dead!

PowTTY

10-May-02

Devastator

Report

PowTTY

29-May-02

Jahara

Time Checker 

PowTTY

21-Mar-03

Jahara

GroupTell

PowTTY

28-Jan-03

Devastator

Direction Marker

PowTTY

21-Mar-03

Jahara

Target System

PowTTY

21-Mar-03

Jahara

Date Logging

PowTTY

05-Apr-03

Jahara

* Linked Below





Teleport by Sėn for Zmud 6.*
I always forget what portkey is to what place and sometime I forget how long ago I got a key to a certain place.. I've created a simple teleport system that allows you to do the following.
-- loc name label
When you then get the key you can go to that place by doing
-- port/


--- START SCRIPT ---

#CLASS {TELEPORT}
#ALIAS loc {#IF (!"%1") {#echo ~%~% %ansi( green, high)NO 1st ARGUMENT} {
#IF (!"%2") {#echo ~%~% %ansi( green, high)NO 2nd ARGUMENT} {#CLASS
TELEPORT;#TEMP {^%1*Key: '&key_%2'} {#GAG;#ECHO %ansi( green, high)Key to %
1 with LABEL '%2' = '%ansi( high, yellow)@key_%2%ansi( high, green)'}
{TELEPORT};cast n 'locate life' %1}}}
#ALIAS port {#IF (!"%1") {#echo ~%~% %ansi( green, high)NO ARGUMENTS} {cast
n 'portal' u @KEY_%1}}
#ALIAS tel {#IF (!"%1") {#echo ~%~% %ansi( green, high)NO ARGUMENTS} {cast
n 'teleport' @KEY_%1}}
#CLASS 0

--- END SCRIPT ---


 

Grouping by Antar for JMC

Grouping as normal races...
#Alias {%2 raises her hand.} {group %2}
#Alias {%1 raises his hand.} {group $1}

Grouping as bear...
#Alias {%1 raises her paw.} {group %1}
#Alias {%1 raises his paw.} {group %1}

 

Reporting by Antar for JMC

Report Alias for normal races...
#Alias {%0 hits, %1 mana, and %2 moves.} {#alias report emote has %0 hps, %1 mana, and %2 moves.}

Report Alias for Zaug/Bear...
#Alias {%0 hits and %1 moves.} {#alias report emote has %0 hps, and %1 moves.}

ElvenRunes.com, 2003, View Site Credits. Give us your Feedback.