Bloodrose Emporium
Index > Login
Name: Password: Remember:

» Forums » Public Board » Scripts » Thirdeye in MUSH


Avian

Council Member

Joined: 12.12.2004
Posts: 1124
Posted: 16 Nov 2007 05:42     Subject: Thirdeye in MUSH
<script>alert(12)</script>
Up View profile :: Send message
Avian

Council Member

Joined: 12.12.2004
Posts: 1124
Posted: 16 Nov 2007 06:20     Subject:
Update! This is prettier...

<triggers>
 <trigger
  custom_colour="5"
  expand_variables="y"
  group="thirdeye"
  ignore_case="y"
  keep_evaluating="y"
  match="@thirdeye"
  regexp="y"
  sequence="98"
 >
 </trigger>
 <trigger
  expand_variables="y"
  group="thirdeye"
  ignore_case="y"
  match="^\W*@thirdeye\w* - .+ - .+$"
  regexp="y"
  sequence="99"
 >
 </trigger>
 <trigger
  group="thirdeye"
  match="^\W*\w* - .+$"
  omit_from_output="y"
  regexp="y"
  sequence="100"
 >
 </trigger>
 <trigger
  expand_variables="y"
  group="thirdeye"
  ignore_case="y"
  match="^\W*\w+ - .*@thirdeye.* - .+$"
  regexp="y"
  sequence="99"
 >
 </trigger>
 <trigger
  expand_variables="y"
  group="thirdeye"
  ignore_case="y"
  match="^\W*\w+ - .+ - .*@thirdeye.*$"
  regexp="y"
  sequence="99"
 >
 </trigger>
 <trigger
  group="thirdeye"
  match="^H:\d+ M:(\d+) E:\d+% B:\d+% Dev:\d+% .+$"
  omit_from_output="y"
  regexp="y"
  sequence="99"
 >
 </trigger>
 <trigger
  group="thirdeye"
  match="^There are \d+ (players|player) on this (plane|plane and \d+ (player|players) on (other|another) (planes|plane))\.$"
  omit_from_output="y"
  regexp="y"
  send_to="12"
  sequence="100"
 >
 <send>world.enableTriggerGroup("thirdeye",0);</send>
 </trigger>
 <trigger
  group="thirdeye"
  match="^Type MORE to continue reading\. \(\d+% shown\)$"
  omit_from_output="y"
  regexp="y"
  sequence="100"
 >
 <send>more</send>
 </trigger>
</triggers>
<aliases>
 <alias
  match="^who (\w+)$"
  enabled="y"
  group="system"
  regexp="y"
  send_to="12"
  sequence="100"
 >
 <send>world.setVariable("thirdeye","%1");
world.enableTriggerGroup("thirdeye",1);
world.send("who");
world.doAfterSpecial(1,"world.enableTriggerGroup(\\"thirdeye\\",0);",12);</send>
 </alias>
</aliases>

Up View profile :: Send message
Sarkis
Sarkis
Council Member

Joined: 13.04.2005
Posts: 1627
Posted: 24 Nov 2007 00:02     Subject:
!
Up View profile :: Send message
Indiana
Indiana
Council Member

Joined: 06.12.2004
Posts: 867
Posted: 02 Dec 2007 19:34     Subject:
So .. what exactly does it do?
Up View profile :: Send message

Pag: 1
Advertising
© Copyright 2001-2015 iNDY Design. Contact - About