diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-18 12:57:41 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-18 12:57:41 +0000 |
commit | 88c801fcde4df98d895cb7f07728923242194abc (patch) | |
tree | 8f46a43e822f6351f4b689a20e9e3759c25ec633 /npc | |
parent | 026df10da410be77e21d6118df96e55fdf682b3a (diff) | |
download | serverdata-88c801fcde4df98d895cb7f07728923242194abc.tar.gz serverdata-88c801fcde4df98d895cb7f07728923242194abc.tar.bz2 serverdata-88c801fcde4df98d895cb7f07728923242194abc.tar.xz serverdata-88c801fcde4df98d895cb7f07728923242194abc.zip |
Correcting spelling errors, fixed little map problem and activated healing NPC.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/nekkio.txt | 6 | ||||
-rw-r--r-- | npc/spekko.txt | 20 |
2 files changed, 13 insertions, 13 deletions
diff --git a/npc/nekkio.txt b/npc/nekkio.txt index de75ec85..55481b8a 100644 --- a/npc/nekkio.txt +++ b/npc/nekkio.txt @@ -8,12 +8,12 @@ new_3-1.gat,49,69,0 script Sandra 114,{ if(@TEMP == 0) goto L_4; L_1: mes "[Sandra]"; - mes "In the outskirts of Tulimshar, there lies a Red scorpion. I need a favor, please help me."; + mes "In the outskirts of Tulimshar, there wanders a red scorpion. I need a favor, please help me."; next; goto red; L_2: mes "[Sandra]"; - mes "When you venture in the outskirts of Tulimshar, you could spot a red scorpion. Will you help me kill one?"; + mes "When you venture in the outskirts of Tulimshar, you can spot a red scorpion. Will you help me kill one?"; next; goto red; L_3: @@ -23,7 +23,7 @@ L_3: goto red; L_4: mes "[Sandra]"; - mes "You look sturdy enough, will you help me getting something?"; + mes "You look sturdy enough, will you help me get something?"; next; goto red; red: diff --git a/npc/spekko.txt b/npc/spekko.txt index 22a65288..2b50b0db 100644 --- a/npc/spekko.txt +++ b/npc/spekko.txt @@ -9,21 +9,21 @@ new_3-1.gat,66,68,0 script Vincent 113,{ L_1: mes "[Vincent]"; - mes "I just need 30 more [Bug Leg] to finish my action figure!"; + 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}]"; + 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..."; + 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."; + mes "Can you get me 30 [Bug Legs]? I need them to replace the action figure parts."; next; goto main1; @@ -43,20 +43,20 @@ J_1: mes "[Vincent]"; mes "Thank you!"; next; - goto main2; + goto main2; J_2: mes "[Vincent]"; - mes "I dont know how to thank you enough!"; + 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!"; + mes "I will thank you when I get them!"; next; goto main2; J_4: mes "[Vincent]"; - mes "Im sure i will give a small reward :D"; + mes "I'm sure I will give a small reward. :D"; next; goto main2; main2: @@ -70,11 +70,11 @@ reas: close; have: mes "[Vincent]"; - mes "Excellent!, Finally i can complete the Model!!"; + mes "Excellent! Finally I can complete the model!!"; delitem 518,30; next; mes "[Vincent]"; - mes "Here you go, heres a little of my Appreciation!"; + mes "Here you go, a little of my appreciation!"; next; mes "Got 1000 GP"; set zeny,zeny+1000; |