diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 15:04:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 15:04:21 -0200 |
commit | 2de342a0ebc73440480fef99e39e96083ca01d61 (patch) | |
tree | e7e33dc3519905b31c83687493b5f3f09e109377 /npc/003-1 | |
parent | ed47edbd36762676500b97ac8e8b32b74f415cb9 (diff) | |
download | serverdata-2de342a0ebc73440480fef99e39e96083ca01d61.tar.gz serverdata-2de342a0ebc73440480fef99e39e96083ca01d61.tar.bz2 serverdata-2de342a0ebc73440480fef99e39e96083ca01d61.tar.xz serverdata-2de342a0ebc73440480fef99e39e96083ca01d61.zip |
Special reward after a month completing Swezanne daily quest.
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/swezanne.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index cc999c910..1d0531bf3 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -3,6 +3,15 @@ // Jesusalva // Note: // DO NOT USE QUEST STATUS 2. Thing from past. +// Structure: +// GEQ1 +// 0 - Not Accepted +// 1 - Finished Once +// 3 - Silvia Arc +// GEQ2 +// Timer +// GEQ3 +// Times complete 003-1,70,100,0 script Swezanne NPC_FEMALE,{ .@q=getq(TulimsharQuest_Swezanne); @@ -55,8 +64,16 @@ L_Finish2: delitem CactusPotion, 5; getexp 37, 0; Zeny = (Zeny + 220); // 5*35 = 175 base + .@q3=getq3(TulimsharQuest_Swezanne)+1; setq TulimsharQuest_Swezanne, 1; setq2 TulimsharQuest_Swezanne, gettimetick(2)+60*60*24; + setq3 TulimsharQuest_Swezanne, .@q3; + if (!(.@q3 % 30)) { + //inventoryplace MercCard_Swezanne, 1; + getitem MercCard_Swezanne, 1; + mesn; + mesq l("Thanks for helping me this month. Here is my card, just call me if you need."); + } close; L_Finish: |