Questify some maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17921 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c497e075b3
commit
0c0c488c11
|
@ -8,7 +8,7 @@ enter_x 10
|
||||||
enter_y 49
|
enter_y 49
|
||||||
msg
|
msg
|
||||||
Created: 1993-11-17 Chris Hendelberg (hendel@ecst.csuchico.edu)
|
Created: 1993-11-17 Chris Hendelberg (hendel@ecst.csuchico.edu)
|
||||||
Modified: 2008-12-22 Rick Tanner
|
Modified: 2012-04-14 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch blocked
|
arch blocked
|
||||||
|
@ -2337,6 +2337,7 @@ x 8
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
arch big_dragon
|
arch big_dragon
|
||||||
|
name Nilplur
|
||||||
Con 15
|
Con 15
|
||||||
Int 25
|
Int 25
|
||||||
hp 6000
|
hp 6000
|
||||||
|
@ -2349,13 +2350,16 @@ resist_cold 30
|
||||||
resist_poison -100
|
resist_poison -100
|
||||||
carrying 100
|
carrying 100
|
||||||
can_use_scroll 1
|
can_use_scroll 1
|
||||||
|
can_use_range 1
|
||||||
can_use_armour 1
|
can_use_armour 1
|
||||||
can_use_weapon 1
|
can_use_weapon 1
|
||||||
can_use_ring 1
|
can_use_ring 1
|
||||||
can_use_range 1
|
|
||||||
arch key2
|
arch key2
|
||||||
slaying ACID5
|
slaying ACID5
|
||||||
end
|
end
|
||||||
|
arch quest_advance_death
|
||||||
|
name quests/Nilplur 0-20>30
|
||||||
|
end
|
||||||
end
|
end
|
||||||
arch marble
|
arch marble
|
||||||
face marble_blgr.111
|
face marble_blgr.111
|
||||||
|
@ -2935,10 +2939,23 @@ arch cwall_0
|
||||||
x 9
|
x 9
|
||||||
y 45
|
y 45
|
||||||
end
|
end
|
||||||
|
arch magic_mouth
|
||||||
|
msg
|
||||||
|
A metallic plate around the remains of the beck reads "Kolgar".
|
||||||
|
endmsg
|
||||||
|
x 9
|
||||||
|
y 46
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch cobblestones2
|
arch cobblestones2
|
||||||
x 9
|
x 9
|
||||||
y 46
|
y 46
|
||||||
end
|
end
|
||||||
|
arch bones2
|
||||||
|
x 9
|
||||||
|
y 46
|
||||||
|
identified 1
|
||||||
|
end
|
||||||
arch cobblestones2
|
arch cobblestones2
|
||||||
x 9
|
x 9
|
||||||
y 47
|
y 47
|
||||||
|
|
|
@ -8,7 +8,7 @@ enter_x 28
|
||||||
enter_y 12
|
enter_y 12
|
||||||
msg
|
msg
|
||||||
Created: 1993-12-07 Chris Hendelberg
|
Created: 1993-12-07 Chris Hendelberg
|
||||||
Modified: 2008-12-22 Rick Tanner
|
Modified: 2012-04-14 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch mountain2
|
arch mountain2
|
||||||
|
@ -2789,6 +2789,9 @@ hp 14
|
||||||
sp 12
|
sp 12
|
||||||
x 22
|
x 22
|
||||||
y 6
|
y 6
|
||||||
|
arch quest_advance_apply
|
||||||
|
name quests/Nilplur 10>20
|
||||||
|
end
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 22
|
x 22
|
||||||
|
|
|
@ -65,3 +65,27 @@ end_description
|
||||||
end_step
|
end_step
|
||||||
end_quest
|
end_quest
|
||||||
|
|
||||||
|
quest quests/Nilplur
|
||||||
|
title The hunt for Nilplur
|
||||||
|
face dragon.x71
|
||||||
|
description
|
||||||
|
Nilplur the dragon is said to hide in a cave in the mountain range east of the lake between Scorn and Euthville. According to reports, he accumulated some decent treasure, including powerful spells.
|
||||||
|
end_description
|
||||||
|
step 10
|
||||||
|
description
|
||||||
|
I've heard rumors of a dragon hiding in a cave in the mountain range east of the lake between Scorn and Euthville.
|
||||||
|
end_description
|
||||||
|
end_step
|
||||||
|
step 20
|
||||||
|
description
|
||||||
|
I've found Nilplur's lair.
|
||||||
|
end_description
|
||||||
|
end_step
|
||||||
|
step 30
|
||||||
|
finishes_quest
|
||||||
|
description
|
||||||
|
I've killed Nilplur and can now claim his treasure.
|
||||||
|
end_description
|
||||||
|
end_step
|
||||||
|
end_quest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue