Add some dialogs so the NPC tooltip appears even if dialog is Python-based.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21943 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c0321c16da
commit
ee4a02f81a
|
@ -1,3 +1,6 @@
|
|||
2021-02-10 Nicolas Weeger
|
||||
* navar_city/misc/highcourt: Add some dialogs so the NPC tooltip appears even if dialog is Python-based.
|
||||
|
||||
2021-02-09 Nicolas Weeger
|
||||
* quests/peterm/FireTemple/FifthFloor: Ingredients are on another level.
|
||||
* quests/peterm/FireTemple/FourthFloor: Give knowledge for formulae.
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 10
|
|||
enter_y 16
|
||||
msg
|
||||
Created: 1993-11-01 (john_cater@yahoo.com)
|
||||
Modified: 2014-02-16 Rick Tanner
|
||||
Modified: 2021-02-10 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch cobblestones2
|
||||
|
@ -780,6 +780,8 @@ end
|
|||
arch guildmaster
|
||||
name Court Master Kurte
|
||||
msg
|
||||
@match *
|
||||
Hello, I'm too busy to answer your questions, but maybe my military collaegues would have time for you.
|
||||
endmsg
|
||||
x 6
|
||||
y 11
|
||||
|
@ -1629,6 +1631,10 @@ y 11
|
|||
end
|
||||
arch warrior_1
|
||||
name Staff Sgt. MacDonald
|
||||
msg
|
||||
@match *
|
||||
Hello. Sorry, but I don't have much to say for now.
|
||||
endmsg
|
||||
x 14
|
||||
y 11
|
||||
arch npc_dialog
|
||||
|
@ -2179,6 +2185,10 @@ y 5
|
|||
end
|
||||
arch fighter
|
||||
name Lt. Piltro
|
||||
msg
|
||||
@match *
|
||||
Hello. Sorry, but I don't have much to say for now.
|
||||
endmsg
|
||||
x 19
|
||||
y 5
|
||||
direction 6
|
||||
|
|
Loading…
Reference in New Issue