diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/019-2/angela.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index 8a81bef3d..4cf0433a5 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -19,6 +19,16 @@ // Main Quest: Cindy Quest // Reward: Something awesome, probably. // Advised Level: Groups of level 80 players. +// +// Quest Variable: NivalisQuest_Cindy +// 0: Quest Not Started +// +// 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) + 019-2,75,25,0 script Angela#Outside NPC_ELF_F,{ hello; end; |