summaryrefslogtreecommitdiff
path: root/npc/spekko.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-11 17:28:12 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-11 17:28:12 +0000
commit739ae0536263f88eab73bdb041f7693f17c909ef (patch)
tree7c998e4e87b08044c91c2da2f436205d9789398f /npc/spekko.txt
parent9e867d2e98801e836b445106d0643ac917cc40e8 (diff)
downloadserverdata-739ae0536263f88eab73bdb041f7693f17c909ef.tar.gz
serverdata-739ae0536263f88eab73bdb041f7693f17c909ef.tar.bz2
serverdata-739ae0536263f88eab73bdb041f7693f17c909ef.tar.xz
serverdata-739ae0536263f88eab73bdb041f7693f17c909ef.zip
Activate Sandra and Vincent (Nekkio and Spekko).
Diffstat (limited to 'npc/spekko.txt')
-rw-r--r--npc/spekko.txt40
1 files changed, 15 insertions, 25 deletions
diff --git a/npc/spekko.txt b/npc/spekko.txt
index 293326c7..d0a37dc7 100644
--- a/npc/spekko.txt
+++ b/npc/spekko.txt
@@ -1,4 +1,4 @@
-new_3-1.gat,66,68,0 script Spekko 108,{
+new_3-1.gat,66,68,0 script Vincent 113,{
if(Bugleg == 1) goto reas;
if(Bugleg == 2) goto done;
set @TEMP,rand(3);
@@ -8,27 +8,27 @@ new_3-1.gat,66,68,0 script Spekko 108,{
if(@TEMP == 0) goto L_4;
L_1:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "I just need 30 more [Bug Leg] to finish my action figure!";
next;
goto main1;
L_2:
- mes "[Spekko]";
+ 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 "[Spekko]";
+ mes "[Vincent]";
mes "This is a great Action Figure!, a must have!, all i need is a few parts...";
goto main1;
L_4:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Can you get me 30 [Bug Legs]? i need them to replace the action figure parts.";
next;
goto main1;
main1:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Will you help me find 30 [Bug Legs]?";
next;
menu "Yes",B_1,"No",B_2;
@@ -40,40 +40,40 @@ B_1:
if(@TEMP == 3) goto J_3;
if(@TEMP == 0) goto J_4;
J_1:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Thank you!";
next;
goto main2;
J_2:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "I dont know how to thank you enough!";
next;
goto main2;
J_3:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "I will thank you when i get them!";
next;
goto main2;
J_4:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Im sure i will give a small reward :D";
next;
goto main2;
main2:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Now please go get me 30 [Bug Legs]";
close;
reas:
if(countitem(518) >= 30) goto have;
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Please help me collect 30 [Bug Legs]!";
close;
have:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Excellent!, Finally i can complete the Model!!";
delitem 518,30;
next;
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Here you go, heres a little of my Appreciation!";
next;
mes "Got 1000 GP";
@@ -81,20 +81,10 @@ have:
set Bugleg,2;
close;
done:
- mes "[Spekko]";
+ mes "[Vincent]";
mes "Thanks yor your help!";
close;
B_2:
close;
}
-new_3-1.gat,30,42,0 script North Guard 104,{
- if(joblevel > 8) goto change;
- mes "Hi there";
- close;
-change:
- mes "[Person]";
- mes "Since your higher than Job Level 10, i will change you to give you advancements in stats";
- jobchange 1;
-close;
-}