diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-18 14:33:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-18 14:33:42 -0300 |
commit | b8eae22edb825d35677e3b9cd4b115551c623a88 (patch) | |
tree | 760818db61542093af19d646f56733c441aded17 /npc/019-2/angela.txt | |
parent | 731149e6a8136c18be34e4ec13fa1d19728c1b99 (diff) | |
download | serverdata-b8eae22edb825d35677e3b9cd4b115551c623a88.tar.gz serverdata-b8eae22edb825d35677e3b9cd4b115551c623a88.tar.bz2 serverdata-b8eae22edb825d35677e3b9cd4b115551c623a88.tar.xz serverdata-b8eae22edb825d35677e3b9cd4b115551c623a88.zip |
Global Variable outline
Diffstat (limited to 'npc/019-2/angela.txt')
-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; |