From f7b8085b549f16230ce3a812c6d10de4c288433c Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Fri, 19 Jun 2009 09:50:02 +0200 Subject: Fix up some old quests for security and make them match our current style. --- npc/001-1_Tulimshar/vincent.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'npc/001-1_Tulimshar/vincent.txt') 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: -- cgit v1.2.3-60-g2f50