From 88c801fcde4df98d895cb7f07728923242194abc Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 18 Jul 2005 12:57:41 +0000 Subject: Correcting spelling errors, fixed little map problem and activated healing NPC. --- conf/map_athena.conf | 1 + data/new_1-1.wlk | Bin 40004 -> 40004 bytes npc/nekkio.txt | 6 +++--- npc/spekko.txt | 20 ++++++++++---------- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 2093c791..b0b8b407 100755 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -76,3 +76,4 @@ npc: npc/tonori/monsters.txt npc: npc/guide.txt npc: npc/nekkio.txt npc: npc/spekko.txt +npc: npc/heal.txt diff --git a/data/new_1-1.wlk b/data/new_1-1.wlk index 7daab3c4..f6faa2a5 100644 Binary files a/data/new_1-1.wlk and b/data/new_1-1.wlk differ 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; -- cgit v1.2.3-70-g09d2