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-b93c2d0d6712
master
ryo_saeba 2011-10-29 10:53:56 +00:00
parent 9eb5273e01
commit e1ec708720
3 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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