summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/swezanne.txt17
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: