diff --git a/system/quests/quest_advance_death.arc b/system/quests/quest_advance_death.arc new file mode 100644 index 000000000..b9eb7db0f --- /dev/null +++ b/system/quests/quest_advance_death.arc @@ -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 diff --git a/system/quests/quest_advance_pickup.arc b/system/quests/quest_advance_pickup.arc new file mode 100644 index 000000000..bef9779fb --- /dev/null +++ b/system/quests/quest_advance_pickup.arc @@ -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 diff --git a/system/quests/quest_advance_trigger.arc b/system/quests/quest_advance_trigger.arc new file mode 100644 index 000000000..8758d79e0 --- /dev/null +++ b/system/quests/quest_advance_trigger.arc @@ -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