summaryrefslogtreecommitdiff
path: root/npc/nekkio.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/nekkio.txt')
-rw-r--r--npc/nekkio.txt42
1 files changed, 19 insertions, 23 deletions
diff --git a/npc/nekkio.txt b/npc/nekkio.txt
index bb32ebe5..de75ec85 100644
--- a/npc/nekkio.txt
+++ b/npc/nekkio.txt
@@ -1,4 +1,4 @@
-new_3-1.gat,49,69,0 script Nekkio 116,{
+new_3-1.gat,49,69,0 script Sandra 114,{
if(Scorp == 2) goto done;
if(Scorp == 1) goto reas;
set @TEMP,rand(3);
@@ -7,24 +7,22 @@ new_3-1.gat,49,69,0 script Nekkio 116,{
if(@TEMP == 3) goto L_3;
if(@TEMP == 0) goto L_4;
L_1:
- mes "[Nekkio]";
- mes "In the outskirts of Tulimshar, there lies a Red scorpion.";
- mes "I need a favor, please help me.";
+ mes "[Sandra]";
+ mes "In the outskirts of Tulimshar, there lies a Red scorpion. I need a favor, please help me.";
next;
goto red;
L_2:
- mes "[Nekkio]";
- mes "When you venture in the outskirts of Tulimshar, you could spot a red scorpion.";
- mew "Will you help me kill one?";
+ mes "[Sandra]";
+ mes "When you venture in the outskirts of Tulimshar, you could spot a red scorpion. Will you help me kill one?";
next;
goto red;
L_3:
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "The red scorpion stinger carries many properties used in potions.";
next;
goto red;
L_4:
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "You look sturdy enough, will you help me getting something?";
next;
goto red;
@@ -36,40 +34,38 @@ L_kl:
if(@TEMP == 3) goto K_3;
if(@TEMP == 0) goto K_1;
K_1:
- mes "[Nekkio]";
- mes "I need you to slaughter the red scorpion found outside of Tulimshar";
- mes "and bring me 5 [Red Stingers]";
+ mes "[Sandra]";
+ mes "I need you to slaughter the red scorpion found outside of Tulimshar and bring me 5 [Red Stingers]";
next;
goto set1;
K_2:
- mes "[Nekkio]";
- mes "I heard a while ago that the stinger of a red scorpion can be used";
- mes "for medical purposes. I need you to help me get 5 [Red Stingers]";
+ mes "[Sandra]";
+ mes "I heard a while ago that the stinger of a red scorpion can be used for medical purposes. I need you to help me get 5 [Red Stingers]";
next;
goto set1;
K_3:
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "Bring me 5 [Red Stingers] and i will reward you greatly";
next;
goto set1;
set1:
set Scorp,1;
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "Please bring me them!";
close;
reas:
if(countitem(517) >= 5) goto have;
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "Please hurry and bring me 5 [Red Stingers]";
close;
have:
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "Excelent!";
mes "You brought me 5 [Red Stingers]!";
delitem 517,5;
next;
- mes "[Nekkio]";
- mes "Here you go, here comes your reward!";
+ mes "[Sandra]";
+ mes "Here you go, your reward!";
mes "+Got Bow";
mes "+Got Arrows 100";
getitem 1200,1;
@@ -77,9 +73,9 @@ have:
set Scorp,2;
close;
done:
- mes "[Nekkio]";
+ mes "[Sandra]";
mes "Thank you for all your help!";
close;
L_N:
close;
-} \ No newline at end of file
+}