Specific archetypes for quests-related events.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@15303 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9eb5273e01
commit
e1ec708720
|
@ -0,0 +1,9 @@
|
|||
Object quest_advance_death
|
||||
face event_death.111
|
||||
title Python
|
||||
slaying /python/quests/QuestAdvance.py
|
||||
type 116
|
||||
subtype 3
|
||||
invisible 1
|
||||
no_drop 1
|
||||
end
|
|
@ -0,0 +1,9 @@
|
|||
Object quest_advance_pickup
|
||||
face event_pickup.111
|
||||
title Python
|
||||
slaying /python/quests/QuestAdvance.py
|
||||
type 116
|
||||
subtype 5
|
||||
invisible 1
|
||||
no_drop 1
|
||||
end
|
|
@ -0,0 +1,8 @@
|
|||
Object quest_advance_trigger
|
||||
type 116
|
||||
title Python
|
||||
slaying /python/quests/QuestAdvance.py
|
||||
subtype 10
|
||||
invisible 1
|
||||
no_drop 1
|
||||
end
|
Loading…
Reference in New Issue