ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
(Generate patch)

Comparing deliantra/arch/mapbuilding/talking.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:40:24 2007 UTC vs.
Revision 1.11 by root, Sun May 15 20:14:50 2011 UTC

1object building_earbook 1object building_earbook
2name Listening book material 2name Listening book material
3name_pl Listening book materials
3slaying magic_ear 4slaying magic_ear
4face mbbook.x11 5msg
6Creates a book which triggers other map elements when someone says the key phrase to it or within two squares.
7
8Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text.
9
10Place a book or scroll, which will become the listening book, on top of the Marking Rune. The text should be in a special format like:
11
12@match blah
13
14This will cause the book to trigger when "blah" is said. You can optionally also add text for the book to say in response on a separate line below the @match.
15endmsg
16face buildmaterial-box:book_clasp.x11
5nrof 1 17nrof 1
6type 161 18type 126
7subtype 3 19subtype 3
8value 70000 20value 70000
9weight 1000 21weight 1000
10end 22end
11 23
12object building_mouthbook 24object building_mouthbook
13name Talking book material 25name Talking book material
26name_pl Talking book materials
14slaying magic_mouth 27slaying magic_mouth
15face mbbook.x11 28msg
29Creates a book which speaks when triggered by another map element.
30
31Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text.
32
33Place a book or scroll, which will become the talking book, on top of the Marking Rune. The text is the message to be spoken by the talking book.
34endmsg
35face buildmaterial-box:book_clasp.x11
16nrof 1 36nrof 1
17type 161 37type 126
18subtype 3 38subtype 3
19value 45000 39value 45000
20weight 1000 40weight 1000
21end 41end
22 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines