ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/navar_city/misc/IPO_navar.map
(Generate patch)

Comparing deliantra/maps/navar_city/misc/IPO_navar.map (file contents):
Revision 1.1 by root, Sun Feb 5 00:01:19 2006 UTC vs.
Revision 1.8 by root, Sat Apr 14 08:39:10 2007 UTC

1arch map 1arch map
2file_format_version 1
2name Imperial Post Office 3name Imperial Post Office
3difficulty 2 4difficulty 2
4region navar
5width 10 5width 10
6height 10 6height 10
7enter_x 5 7enter_x 5
8enter_y 8 8enter_y 8
9msg 9msg
112x 1 112x 1
113y 4 113y 4
114end 114end
115arch greater_dwarven_guard 115arch greater_dwarven_guard
116msg 116msg
117@match hi|hello 117@match hello|hi
118Greetings. Have a pleasant day. 118Greetings. Have a pleasant day.
119@match * 119@match *
120We donna tollerate no shenanigans around these parts. 120We donna tollerate no shenanigans around these parts.
121endmsg 121endmsg
122exp 0 122exp 0
123
124x 1 123x 1
125y 4 124y 4
126friendly 1 125friendly 1
127unaggressive 1 126unaggressive 1
128stand_still 1 127stand_still 1
144y 8 143y 8
145end 144end
146arch sign 145arch sign
147name Navar Message Board 146name Navar Message Board
148name_pl Navar Message Board 147name_pl Navar Message Board
148attach [["board"]]
149msg 149msg
150I am a talking board, please say something to me. 150@match *
151If you don't know what to say, say help. 151@eval board::command $who, $msg, $npc
152endmsg 152endmsg
153x 1 153x 1
154y 8 154y 8
155arch event_say
156name Navar board
157name_pl Navar board
158title Python
159slaying /python/IPO/board.py
160end
161end 155end
162arch tile_tan_floor 156arch tile_tan_floor
163x 1 157x 1
164y 9 158y 9
165end 159end
321arch c_woman 315arch c_woman
322name Babs 316name Babs
323name_pl Babs 317name_pl Babs
324msg 318msg
325@match * 319@match *
326I'm on a break. 320@eval ipo::command $who, $msg, $npc
327endmsg 321endmsg
328x 4 322x 4
329y 2 323y 2
330monster 0 324monster 0
331stand_still 1 325stand_still 1
332arch event_say
333title Python
334slaying /python/IPO/say.py
335end
336end 326end
337arch tile_tan_floor 327arch tile_tan_floor
338x 4 328x 4
339y 3 329y 3
340end 330end
643arch tile_tan_floor 633arch tile_tan_floor
644x 8 634x 8
645y 4 635y 4
646end 636end
647arch mailbox 637arch mailbox
638attach [["ipo_mailbox"]]
648x 8 639x 8
649y 4 640y 4
650material 0
651weight 0 641weight 0
652no_pick 1 642no_pick 1
653arch event_apply
654title Python
655slaying /python/IPO/receive.py
656end
657arch event_close
658title Python
659slaying /python/IPO/send.py
660end
661end 643end
662arch tile_tan_floor 644arch tile_tan_floor
663x 8 645x 8
664y 5 646y 5
665end 647end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines