diff options
-rw-r--r-- | npc/019-2/angela.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index 4cf0433a5..0d0eec495 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -22,12 +22,17 @@ // // Quest Variable: NivalisQuest_Cindy // 0: Quest Not Started +// 1: Angela assigned the quest +// 2: Yeti instructions were received +// 3: Must return to Yeti +// 4: Path was unlocked +// 5: Cindy was rescued! // // Global Variable: $@CINDY_STATE // 0: Status is clean (she'll be kidnapped next interation) // %1: Cindy still wasn't rescued // %2: A party is fighting currently (the division value is the difficulty level, and affects minimum level) -// >1500000000: Cindy is safely at home (date +%s) +// >1500000000: Cindy is safely at home (until this date +%s) 019-2,75,25,0 script Angela#Outside NPC_ELF_F,{ hello; end; |