summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/vincent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/vincent.txt')
-rw-r--r--npc/001-1_Tulimshar/vincent.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt
index ec803827..cef10c02 100644
--- a/npc/001-1_Tulimshar/vincent.txt
+++ b/npc/001-1_Tulimshar/vincent.txt
@@ -86,15 +86,21 @@ L_Progress:
close;
L_Have:
- delitem "BugLeg", 30;
mes "[Vincent]";
mes "\"Excellent! Finally I can complete the model!!\"";
next;
+
+ if(countitem("BugLeg") < 30) goto L_Progress;
+ delitem "BugLeg", 30;
+ set zeny, zeny + 1000;
+ set Bugleg, 2;
+
mes "[Vincent]";
mes "\"Here you go, a little of my appreciation!\"";
+ mes "";
+ mes "[1000 gold]";
next;
- set zeny, zeny + 1000;
- set Bugleg, 2;
+
close;
L_Done: