Fix previous commit, since skulls are needed.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21837 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fbefeeff6f
commit
99dddda088
|
@ -1,5 +1,6 @@
|
|||
2021-01-21 Nicolas Weeger
|
||||
* navar_city/smugglers_cove/sc_warehouse3: Replace giant rats (high level) with bears, since the quest is for low level players.
|
||||
* navar_city/smugglers_cove/sc_warehouse3,
|
||||
* navar_city/smugglers_cove/susan.msg: Replace giant rats (high level) with bears, since the quest is for low level players.
|
||||
|
||||
2021-01-19 Nicolas Weeger
|
||||
* brest/shops/buildshop,
|
||||
|
|
|
@ -806,8 +806,16 @@ x 5
|
|||
y 21
|
||||
end
|
||||
arch bear
|
||||
Wis 15
|
||||
x 5
|
||||
y 21
|
||||
see_invisible 1
|
||||
can_see_in_dark 1
|
||||
no_mood_change 1
|
||||
arch bones2
|
||||
name bear's skull
|
||||
material 0
|
||||
end
|
||||
end
|
||||
arch dirtfloor
|
||||
x 5
|
||||
|
@ -1408,8 +1416,16 @@ x 10
|
|||
y 15
|
||||
end
|
||||
arch bear
|
||||
Wis 15
|
||||
x 10
|
||||
y 15
|
||||
see_invisible 1
|
||||
can_see_in_dark 1
|
||||
no_mood_change 1
|
||||
arch bones2
|
||||
name bear's skull
|
||||
material 0
|
||||
end
|
||||
end
|
||||
arch dirtfloor
|
||||
x 10
|
||||
|
@ -1719,6 +1735,10 @@ y 23
|
|||
end
|
||||
arch woman
|
||||
name Susan
|
||||
msg
|
||||
@match *
|
||||
Help!
|
||||
endmsg
|
||||
x 12
|
||||
y 23
|
||||
stand_still 1
|
||||
|
@ -2207,8 +2227,16 @@ x 16
|
|||
y 14
|
||||
end
|
||||
arch bear
|
||||
Wis 15
|
||||
x 16
|
||||
y 14
|
||||
see_invisible 1
|
||||
can_see_in_dark 1
|
||||
no_mood_change 1
|
||||
arch bones2
|
||||
name bear's skull
|
||||
material 0
|
||||
end
|
||||
end
|
||||
arch dirtfloor
|
||||
x 16
|
||||
|
@ -3955,8 +3983,16 @@ x 29
|
|||
y 10
|
||||
end
|
||||
arch bear
|
||||
Wis 15
|
||||
x 29
|
||||
y 10
|
||||
see_invisible 1
|
||||
can_see_in_dark 1
|
||||
no_mood_change 1
|
||||
arch bones2
|
||||
name bear's skull
|
||||
material 0
|
||||
end
|
||||
end
|
||||
arch dirtfloor
|
||||
x 29
|
||||
|
@ -4443,8 +4479,16 @@ x 33
|
|||
y 5
|
||||
end
|
||||
arch bear
|
||||
Wis 15
|
||||
x 33
|
||||
y 5
|
||||
see_invisible 1
|
||||
can_see_in_dark 1
|
||||
no_mood_change 1
|
||||
arch bones2
|
||||
name bear's skull
|
||||
material 0
|
||||
end
|
||||
end
|
||||
arch dirtfloor
|
||||
x 33
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"rules": [
|
||||
{
|
||||
"match" : ["killed"],
|
||||
"pre" : [["npctoken", "status", "killed"], ["item", "giant rat's skull", "4"], ["quest", "navar/rescue-daughters", "=40"]],
|
||||
"pre" : [["npctoken", "status", "killed"], ["item", "bear's skull", "5"], ["quest", "navar/rescue-daughters", "=40"]],
|
||||
"post" : [["quest", "navar/rescue-daughters", "50"]],
|
||||
"msg" : ["Thank you for saving me!"]
|
||||
}, {
|
||||
|
@ -14,7 +14,7 @@
|
|||
"match" : ["saved"],
|
||||
"pre" : [["npctoken", "status", "saved"], ["quest", "navar/rescue-daughters", "=40"]],
|
||||
"post" : [["setnpctoken", "status", "killed"]],
|
||||
"msg" : ["I'm afraid of those evil rats!"],
|
||||
"msg" : ["I'm afraid of those evil bears!"],
|
||||
"replies" : [["killed", "I killed them, it's safe now.", "0"]]
|
||||
}, {
|
||||
"match" : ["*"],
|
||||
|
@ -24,6 +24,11 @@
|
|||
"replies" : [["saved", "You're saved, now.", "0"]]
|
||||
}, {
|
||||
"match" : ["*"],
|
||||
"pre" : [["quest", "navar/rescue-daughters", "=50"]],
|
||||
"post" : [],
|
||||
"msg" : ["Thanks for saving me from those bears!"]
|
||||
}, {
|
||||
"match" : ["*"],
|
||||
"pre" : [],
|
||||
"post" : [["setnpctoken", "status", "saved"]],
|
||||
"msg" : ["Help!"]
|
||||
|
|
Loading…
Reference in New Issue