diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-18 14:34:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-18 14:34:48 -0300 |
commit | b701831f51e3f7d13e81d1d9cf90263766166852 (patch) | |
tree | 89bfca8681ee5f186e695470651e719ebbe94510 /npc/019-2/angela.txt | |
parent | b8eae22edb825d35677e3b9cd4b115551c623a88 (diff) | |
download | serverdata-b701831f51e3f7d13e81d1d9cf90263766166852.tar.gz serverdata-b701831f51e3f7d13e81d1d9cf90263766166852.tar.bz2 serverdata-b701831f51e3f7d13e81d1d9cf90263766166852.tar.xz serverdata-b701831f51e3f7d13e81d1d9cf90263766166852.zip |
These are the quests variables
Diffstat (limited to 'npc/019-2/angela.txt')
-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; |