Player Called
---------------
/cn add -m tts -s l "Manor" "( |^)[mM][aA][nN][oO][rR]( |$)" "{manor}"
/cn add -m tts -s l "Crystal" "( |^)[cC][rR][yY][sS][tT][aA][lL]( |$)" "{crystal}"
/cn add -m tts -s l "Shatters" "( |^)[sS][hH][aA][tT][tT][eE][rR][sS]( |$)" "{shatters}"
/cn add -m tts -s l "Lab" "( |^)[lL][aA][bB]( |$)" "{lab}"
/cn add -m tts -s l "Tomb" "( |^)[tT][oO][mM][bB]( |$)" "{Tomb}"
/cn add -m tts -s l "Trench" "( |^)[tT][rR][eE][nN][cC][hH]( |$)" "{Trench}"
/cn add -m tts -s l "Sphinx" "( |^)[sS][pP][hH][iI][nN][xX]( |$)" "{Sphinx}"
/cn add -m tts -s l "Ot" "( |^)[oO][tT]( |$)" "{Trench}"
/cn add -m tts -s l "Candy Land" "( |^)[cC][lL][aA][nN][dD]( |$)" "{Candy Land}"
/cn add -m tts -s l "Lair of Draconis" "( |^)[lL][oO][dD]( |$)" "{Draconis}"
/cn add -m tts -s l "Draconis" "( |^)[dD][rR][aA][cC][oO][nN][iI][sS]( |$)" "{Draconis}"
/cn add -m tts -s l "Abyss" "( |^)[aA][bB][yY][sS][sS]( |$)" "Abyss of Demons"
/cn add -m tts -s l "Candy" "( |^)[cC][aA][nN][dD][yY]( |$)" "Candyland"
/cn add -m tts -s l "Udl" "( |^)[uU][dD][lL]( |$)" "{Undead Lair}"
/cn add -m tts -s l "cem" "( |^)[cC][eE][mM]( |$)" "{Haunted Cemetery}"
/cn add -m tts -s l "Horse" "( |^)[hH][oO][rR][sS][eE]( |$)" "horse"
Oryx Called
---------------
/cn add -m tts -s m -p "#Oryx the Mad God" "Sphinx" "Sphinx" "Sphinx"
/cn add -m tts -s m -p "#Oryx the Mad God" "Ghost Ship" "Ghost Ship" "Ghost Ship"
/cn add -m tts -s m -p "#Oryx the Mad God" "Hermit" "Hermit" "Hermit"
/cn add -m tts -s m -p "#Oryx the Mad God" "Cube God" "Cube God" "Cube God"
/cn add -m tts -s m -p "#Oryx the Mad God" "Skull Shrine" "Skull Shrine" "Skull Shrine"
/cn add -m tts -s m -p "#Oryx the Mad God" "Pentaract" "Pentaract" "Pentaract"
/cn add -m tts -s m -p "#Oryx the Mad God" "Lord of the Lost Lands" "Lord of the Lost Lands" "Lord of the Lost Lands"
/cn add -m tts -s m -p "#Oryx the Mad God" "Closed" "I HAVE CLOSED THIS REALM" "Closed"
/cn add -m tts -s m -p "#Oryx the Mad God" "Beach Bum" "Beach Bum" "Beach Bum"
/cn add -m tts -s m "Rock Dragon Spawn" "Rock Dragon" "{Rock Dragon Has Spawned}"
/cn add -m tts -s m "Realm Almost Closed" "final Lich" "{Realm Almost Closed}"
Auto Text
---------------
/cn add -m command -s m "Dying Thessal Auto Reply" "Is King Alexander alive" "He lives and reigns and conquers the world"
/cn add -m command -s m "Cemetery Auto Ready" "Prepare yourself... Say 'READY'" "ready"
Chat Text
---------------
/cn add -s g "Guild Chat (sound)" ".*" "button_click"
/cn add -s w "Whisper (sound)" ".*" "use_key"
Port text
---------------
/cn add -m command "Lab Port" "[lL][aA][bB]" "/teleport {name}"
/cn add -m command "cland Port" "[cC][lL][aA][nN][dD]" "/teleport {name}"
/cn add -m command "candy Port" "[cC][aA][nN][dD][yY]" "/teleport {name}"
/cn add -m command "cem Port" "[cC][eE][mM]" "/teleport {name}"
if(/^\/cn remove /.test(this.data))
{
_loc6_ = this.data.match(/^\/cn remove (all|"((?:[^"\\]|\\.)*)")$/);
if(_loc6_ == null || _loc6_.length == 0)
{
this.handleError("Invalid argument. Chat notification name must be surrounded by quotes. If quotes are apart of the name, make sure to escape them.");
return true;
}
_loc7_ = Parameters.data_.ChatNotifierList;
if(_loc6_[1] == "all")
{
Parameters.data_.ChatNotifierList = new Array();
this.cout("Chat notification list cleared.");
}