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.1.1.1 by root, Mon Feb 6 20:26:03 2006 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
4slaying magic_ear
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
3nrof 1 17nrof 1
18type 126
19subtype 3
20value 70000
4weight 1000 21weight 1000
5value 70000 22end
23
24object building_mouthbook
25name Talking book material
26name_pl Talking book materials
27slaying magic_mouth
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
36nrof 1
6type 161 37type 126
7subtype 3 38subtype 3
8face mbbook.111 39value 45000
9slaying magic_ear 40weight 1000
10end 41end
11Object building_mouthbook 42
12name Talking book material
13nrof 1
14weight 1000
15value 45000
16type 161
17subtype 3
18face mbbook.111
19slaying magic_mouth
20end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines