Add quest events to the sword that the lord spectre carries
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13186 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3e4a0e6a18
commit
afdce81ffb
|
@ -4,6 +4,7 @@ width 6
|
||||||
height 30
|
height 30
|
||||||
msg
|
msg
|
||||||
Created: 1998-02-26
|
Created: 1998-02-26
|
||||||
|
Modified: 2010-05-05 Cavesomething
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch nightmare
|
arch nightmare
|
||||||
|
@ -110,6 +111,21 @@ dam 25
|
||||||
attacktype 69633
|
attacktype 69633
|
||||||
value 100000
|
value 100000
|
||||||
magic 7
|
magic 7
|
||||||
|
arch event_drop
|
||||||
|
name scorn/LordSpectre 60
|
||||||
|
title Python
|
||||||
|
slaying /python/quests/QuestEssentialUntil.py
|
||||||
|
end
|
||||||
|
arch event_pickup
|
||||||
|
name scorn/LordSpectre 30-40>50
|
||||||
|
title Python
|
||||||
|
slaying /python/quests/QuestAdvance.py
|
||||||
|
end
|
||||||
|
end
|
||||||
|
arch event_death
|
||||||
|
name scorn/LordSpectre 30>40
|
||||||
|
title Python
|
||||||
|
slaying /python/quests/QuestAdvance.py
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
arch demilich
|
arch demilich
|
||||||
|
|
Loading…
Reference in New Issue