summaryrefslogtreecommitdiff
path: root/npc/tulimshar/vincent.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-02 22:45:17 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-02 22:45:17 +0000
commitec9be0a2967b38955d26e337b05bc3a042ac4544 (patch)
treee1ef509c78c8a3fe777b4adb0f4c650364fa55cb /npc/tulimshar/vincent.txt
parent2fd04617279829d54349b325bacb4c72addebfe4 (diff)
downloadserverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.gz
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.bz2
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.xz
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.zip
Branch data for eAthena
Diffstat (limited to 'npc/tulimshar/vincent.txt')
-rw-r--r--npc/tulimshar/vincent.txt90
1 files changed, 0 insertions, 90 deletions
diff --git a/npc/tulimshar/vincent.txt b/npc/tulimshar/vincent.txt
deleted file mode 100644
index c485db32..00000000
--- a/npc/tulimshar/vincent.txt
+++ /dev/null
@@ -1,90 +0,0 @@
-new_3-1.gat,137,34,0 script Vincent 113,{
- if(Bugleg == 1) goto reas;
- if(Bugleg == 2) goto done;
- set @TEMP,rand(3);
- if(@TEMP == 1) goto L_1;
- if(@TEMP == 2) goto L_2;
- if(@TEMP == 3) goto L_3;
- if(@TEMP == 0) goto L_4;
-
-L_1:
- mes "[Vincent]";
- mes "I just need 30 more [Bug Legs] to finish my action figure!";
- next;
- goto main1;
-L_2:
- mes "[Vincent]";
- mes "This maggot action figure is awesome! I just need to attach [30 Part A{Bug Leg}]";
- next;
- goto main1;
-L_3:
- mes "[Vincent]";
- mes "This is a great action figure! A must have! All i need is a few parts...";
- goto main1;
-L_4:
- mes "[Vincent]";
- mes "Can you get me 30 [Bug Legs]? I need them to replace the action figure parts.";
- next;
- goto main1;
-
-main1:
- mes "[Vincent]";
- mes "Will you help me find 30 [Bug Legs]?";
- next;
- menu "Yes",B_1,"No",B_2;
-B_1:
- set Bugleg,1;
- set @TEMP,rand(3);
- if(@TEMP == 1) goto J_1;
- if(@TEMP == 2) goto J_2;
- if(@TEMP == 3) goto J_3;
- if(@TEMP == 0) goto J_4;
-J_1:
- mes "[Vincent]";
- mes "Thank you!";
- next;
- goto main2;
-J_2:
- mes "[Vincent]";
- mes "I don't know how to thank you enough!";
- next;
- goto main2;
-J_3:
- mes "[Vincent]";
- mes "I will thank you when I get them!";
- next;
- goto main2;
-J_4:
- mes "[Vincent]";
- mes "I'm sure I will give a small reward. :D";
- next;
- goto main2;
-main2:
- mes "[Vincent]";
- mes "Now please go get me 30 [Bug Legs]";
- close;
-reas:
- if(countitem(518) >= 30) goto have;
- mes "[Vincent]";
- mes "Please help me collect 30 [Bug Legs]!";
- close;
-have:
- mes "[Vincent]";
- mes "Excellent! Finally I can complete the model!!";
- delitem 518,30;
- next;
- mes "[Vincent]";
- mes "Here you go, a little of my appreciation!";
- next;
- mes "Got 1000 GP";
- set zeny,zeny+1000;
- set Bugleg,2;
- close;
-done:
- mes "[Vincent]";
- mes "Thanks for your help!";
- close;
-B_2:
- close;
-}
-