Fix incorrectly used regular expressions in @match lines
parent
75a3a4d0e4
commit
3e3c403b01
|
@ -1128,7 +1128,7 @@ Elven Moon is a sacred place where the elves come to pray.
|
||||||
The door to Elven Moon is at the center of the lake.
|
The door to Elven Moon is at the center of the lake.
|
||||||
@match lake
|
@match lake
|
||||||
The lake is north east of here. Did you need help?
|
The lake is north east of here. Did you need help?
|
||||||
@match yes|help|how*
|
@match yes|help|how
|
||||||
One must speak the magic words, then the bridge will appear by the flowers.
|
One must speak the magic words, then the bridge will appear by the flowers.
|
||||||
@match magic|magic words
|
@match magic|magic words
|
||||||
The elves change the words every now and then. Seek the guardian of the maze.
|
The elves change the words every now and then. Seek the guardian of the maze.
|
||||||
|
|
|
@ -9,7 +9,7 @@ enter_x 28
|
||||||
enter_y 16
|
enter_y 16
|
||||||
msg
|
msg
|
||||||
Created: 2002-02-19 mikeeusa
|
Created: 2002-02-19 mikeeusa
|
||||||
Modified: 2013-07-18 Kevin Zheng
|
Modified: 2021-07-25 Andreas Kirschbaum
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch grass_only
|
arch grass_only
|
||||||
|
@ -6504,9 +6504,6 @@ y 7
|
||||||
end
|
end
|
||||||
arch guard
|
arch guard
|
||||||
name Elite Mikhovian Guard
|
name Elite Mikhovian Guard
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
hp 350
|
hp 350
|
||||||
x 25
|
x 25
|
||||||
y 7
|
y 7
|
||||||
|
|
|
@ -8,6 +8,7 @@ enter_x 1
|
||||||
enter_y 1
|
enter_y 1
|
||||||
msg
|
msg
|
||||||
Created: 2003-10-10 Avion
|
Created: 2003-10-10 Avion
|
||||||
|
Modified: 2021-07-25 Andreas Kirschbaum
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
@ -1579,7 +1580,7 @@ end
|
||||||
arch woman2
|
arch woman2
|
||||||
name Shelly
|
name Shelly
|
||||||
msg
|
msg
|
||||||
@match smuggler[s]
|
@match smuggler|smugglers
|
||||||
Yes yes these horrible smugglers kidnapped me.
|
Yes yes these horrible smugglers kidnapped me.
|
||||||
@match *
|
@match *
|
||||||
Oh please save me from these smugglers!
|
Oh please save me from these smugglers!
|
||||||
|
|
|
@ -367,7 +367,7 @@ end
|
||||||
arch a_guard_h
|
arch a_guard_h
|
||||||
name Cain, the guard
|
name Cain, the guard
|
||||||
msg
|
msg
|
||||||
@match t.k.
|
@match t[.]k[.]
|
||||||
He is my master. In his days of youth, no monster or quest was too hard for him! He collected lots of treasure... But now, he is an old man.
|
He is my master. In his days of youth, no monster or quest was too hard for him! He collected lots of treasure... But now, he is an old man.
|
||||||
@match *
|
@match *
|
||||||
T.K., an old treasure hunter, lives in this tower. Please do not disturb him.
|
T.K., an old treasure hunter, lives in this tower. Please do not disturb him.
|
||||||
|
|
|
@ -8,7 +8,7 @@ enter_x 7
|
||||||
enter_y 1
|
enter_y 1
|
||||||
msg
|
msg
|
||||||
Created: 2008-08-14 Chad Opperman | cromagic@sbcglobal.net
|
Created: 2008-08-14 Chad Opperman | cromagic@sbcglobal.net
|
||||||
Modified: 2012-03-14 Rick Tanner
|
Modified: 2021-07-25 Andreas Kirschbaum
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch stonefloor2
|
arch stonefloor2
|
||||||
|
@ -976,9 +976,6 @@ lifesave 1
|
||||||
arch chair_2.1
|
arch chair_2.1
|
||||||
name Animated Chair
|
name Animated Chair
|
||||||
race human
|
race human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -1196,9 +1193,6 @@ lifesave 1
|
||||||
arch platter1_plat
|
arch platter1_plat
|
||||||
name Animated Platter
|
name Animated Platter
|
||||||
race human
|
race human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -1434,9 +1428,6 @@ lifesave 1
|
||||||
arch dagger
|
arch dagger
|
||||||
name Animated Dinner Knife
|
name Animated Dinner Knife
|
||||||
race human
|
race human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -1673,9 +1664,6 @@ lifesave 1
|
||||||
arch w_glass
|
arch w_glass
|
||||||
name Animated Wineglass
|
name Animated Wineglass
|
||||||
race Human
|
race Human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -2975,9 +2963,6 @@ lifesave 1
|
||||||
arch platter1_plat
|
arch platter1_plat
|
||||||
name Animated Platter
|
name Animated Platter
|
||||||
race human
|
race human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -3036,9 +3021,6 @@ lifesave 1
|
||||||
arch dagger
|
arch dagger
|
||||||
name Animated Dinner Knife
|
name Animated Dinner Knife
|
||||||
race human
|
race human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -3099,9 +3081,6 @@ lifesave 1
|
||||||
arch w_glass
|
arch w_glass
|
||||||
name Animated Wineglass
|
name Animated Wineglass
|
||||||
race Human
|
race Human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
@ -3164,9 +3143,6 @@ lifesave 1
|
||||||
arch chair_2.1
|
arch chair_2.1
|
||||||
name Animated Chair
|
name Animated Chair
|
||||||
race human
|
race human
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
Con 2
|
Con 2
|
||||||
Int 14
|
Int 14
|
||||||
hp 10
|
hp 10
|
||||||
|
|
|
@ -8,7 +8,7 @@ enter_x 7
|
||||||
enter_y 13
|
enter_y 13
|
||||||
msg
|
msg
|
||||||
Created: 2008-08-11 Chad Opperman | cromagic@sbcglobal.net
|
Created: 2008-08-11 Chad Opperman | cromagic@sbcglobal.net
|
||||||
Modified: 2020-03-08 Kevin Zheng
|
Modified: 2021-07-25 Andreas Kirschbaum
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch blackrock
|
arch blackrock
|
||||||
|
@ -1517,9 +1517,6 @@ y 4
|
||||||
end
|
end
|
||||||
arch merchant
|
arch merchant
|
||||||
name Saromok's Projection
|
name Saromok's Projection
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face wraith.111
|
face wraith.111
|
||||||
animation wraith
|
animation wraith
|
||||||
x 7
|
x 7
|
||||||
|
|
|
@ -1895,9 +1895,6 @@ x 9
|
||||||
y 22
|
y 22
|
||||||
end
|
end
|
||||||
arch pirate
|
arch pirate
|
||||||
msg
|
|
||||||
@match argh! matie!
|
|
||||||
endmsg
|
|
||||||
x 9
|
x 9
|
||||||
y 22
|
y 22
|
||||||
carrying 2
|
carrying 2
|
||||||
|
|
|
@ -4395,7 +4395,7 @@ msg
|
||||||
oooooOOOOOOOoooooOOO
|
oooooOOOOOOOoooooOOO
|
||||||
@match hello arnie
|
@match hello arnie
|
||||||
Hey how's tricks?
|
Hey how's tricks?
|
||||||
@match not bad, yourself?
|
@match not bad, yourself[?]
|
||||||
Well, I've been better obviously, but I can't complain.
|
Well, I've been better obviously, but I can't complain.
|
||||||
@match *
|
@match *
|
||||||
OOOOOoooooooOOOOOoooo
|
OOOOOoooooooOOOOOoooo
|
||||||
|
|
|
@ -221,9 +221,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Guard
|
name Guard
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face guard_hard.111
|
face guard_hard.111
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
@ -669,9 +666,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Guard
|
name Guard
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face guard_ligh.111
|
face guard_ligh.111
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
@ -1099,9 +1093,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Guard
|
name Guard
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face knight.111
|
face knight.111
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
@ -1580,9 +1571,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Bank Teller
|
name Bank Teller
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face woman.151
|
face woman.151
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
@ -2030,9 +2018,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Guard
|
name Guard
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face knight.111
|
face knight.111
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
@ -2462,9 +2447,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Guard
|
name Guard
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face guard_ligh.111
|
face guard_ligh.111
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
@ -2916,9 +2898,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Guard
|
name Guard
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face guard_hard.111
|
face guard_hard.111
|
||||||
hp 100
|
hp 100
|
||||||
maxhp 100
|
maxhp 100
|
||||||
|
|
|
@ -4029,9 +4029,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Lord
|
name Lord
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face lord_e.111
|
face lord_e.111
|
||||||
animation lord_e
|
animation lord_e
|
||||||
hp 100
|
hp 100
|
||||||
|
@ -4435,9 +4432,6 @@ end
|
||||||
arch guildmaster
|
arch guildmaster
|
||||||
name Lady
|
name Lady
|
||||||
race none
|
race none
|
||||||
msg
|
|
||||||
@match *
|
|
||||||
endmsg
|
|
||||||
face princess.111
|
face princess.111
|
||||||
animation princess
|
animation princess
|
||||||
hp 100
|
hp 100
|
||||||
|
|
Loading…
Reference in New Issue