Quest: Dark Forest east of Scorn, with the glowing crystal.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17449 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
8d5a370e51
commit
55c2cdc179
|
@ -9,7 +9,7 @@ enter_x 3
|
||||||
enter_y 39
|
enter_y 39
|
||||||
msg
|
msg
|
||||||
Created: 1994-01-14 peterm (peterm@soda.berkeley.edu)
|
Created: 1994-01-14 peterm (peterm@soda.berkeley.edu)
|
||||||
Modified: 2010-08-12 Nicolas Weeger
|
Modified: 2012-03-11 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch cobblestones
|
arch cobblestones
|
||||||
|
@ -1046,6 +1046,10 @@ maxsp 500
|
||||||
x 3
|
x 3
|
||||||
y 1
|
y 1
|
||||||
value 100000
|
value 100000
|
||||||
|
arch quest_advance_pickup
|
||||||
|
name scorn/DarkForest 20>30
|
||||||
|
unique 1
|
||||||
|
end
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 3
|
x 3
|
||||||
|
|
|
@ -9,7 +9,7 @@ enter_x 17
|
||||||
enter_y 32
|
enter_y 32
|
||||||
msg
|
msg
|
||||||
Created: 1994-01-14 peterm (peterm@soda.berkeley.edu)
|
Created: 1994-01-14 peterm (peterm@soda.berkeley.edu)
|
||||||
Modified: 2012-01-01 Rick Tanner
|
Modified: 2012-03-11 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch medium_stones
|
arch medium_stones
|
||||||
|
@ -4317,6 +4317,9 @@ hp 7
|
||||||
sp 29
|
sp 29
|
||||||
x 15
|
x 15
|
||||||
y 15
|
y 15
|
||||||
|
arch quest_advance_apply
|
||||||
|
name scorn/DarkForest 10>20
|
||||||
|
end
|
||||||
end
|
end
|
||||||
arch medium_stones
|
arch medium_stones
|
||||||
x 15
|
x 15
|
||||||
|
|
|
@ -5,6 +5,7 @@ include citygate.quests
|
||||||
include kar/gork.quests
|
include kar/gork.quests
|
||||||
include misc/rhyz.quests
|
include misc/rhyz.quests
|
||||||
|
|
||||||
|
|
||||||
quest scorn/smith/customarmour
|
quest scorn/smith/customarmour
|
||||||
title Custom Armour
|
title Custom Armour
|
||||||
restart 1
|
restart 1
|
||||||
|
@ -129,3 +130,29 @@ end_description
|
||||||
end_step
|
end_step
|
||||||
end_quest
|
end_quest
|
||||||
|
|
||||||
|
quest scorn/DarkForest
|
||||||
|
title The Dark Forest
|
||||||
|
face power_crystal.111
|
||||||
|
description
|
||||||
|
East of Scorn is a Temple with, it is said, a Glowing Crystal.
|
||||||
|
|
||||||
|
The temple is at the heard of the Dark Forest, which is said to be located approximately 15 chains north of the Scorn-Navar road, 50 chains west of Hermes's Inn.
|
||||||
|
end_description
|
||||||
|
step 10
|
||||||
|
description
|
||||||
|
You have heard a temple in the Dark Forest holds a Glowing Crystal.
|
||||||
|
end_description
|
||||||
|
end_step
|
||||||
|
step 20
|
||||||
|
description
|
||||||
|
You have reached the entrance of the Temple.
|
||||||
|
end_description
|
||||||
|
end_step
|
||||||
|
step 30
|
||||||
|
finishes_quest
|
||||||
|
description
|
||||||
|
You have found the Glowing Crystal.
|
||||||
|
end_description
|
||||||
|
end_step
|
||||||
|
end_quest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue