summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-03 17:10:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-03 17:10:59 -0300
commit99baf8ab578a60880078cdadf1016b587f94be91 (patch)
tree0dbb2ab04ea2542b0b1c416bdfa21d42deddd86f /npc/009-1
parent16f5ec14e81910f13c3ed947e2f6ec6e866f16e5 (diff)
downloadserverdata-99baf8ab578a60880078cdadf1016b587f94be91.tar.gz
serverdata-99baf8ab578a60880078cdadf1016b587f94be91.tar.bz2
serverdata-99baf8ab578a60880078cdadf1016b587f94be91.tar.xz
serverdata-99baf8ab578a60880078cdadf1016b587f94be91.zip
Wyara temporary version and fixes to status resetters
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/kevin.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-1/kevin.txt b/npc/009-1/kevin.txt
index 8499e4139..d5655a961 100644
--- a/npc/009-1/kevin.txt
+++ b/npc/009-1/kevin.txt
@@ -1,11 +1,13 @@
// TMW2 Script
// Author:
// Saulc
+// Vasily_Makarov (original from Evol)
+// Jesusalva
009-1,79,62,0 script Kevin NPC_PLAYER,{
speech S_LAST_NEXT,
- l("I am Kevin, an alchemist specialized in reset potions.");
+ l("I am @@, an alchemist specialized in reset potions.", .name$);
L_Menu:
.@plush_count = BaseLevel*210-(9*210);
@@ -62,9 +64,7 @@ L_ConfirmReset:
l("It seems that you have no status points to reset!"),
l("But the money you brought was really awesome you know."),
l("Come back when you will really need me.");
- }
- else
- {
+ } else {
speech S_LAST_NEXT,
l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP),
l("Spend it wisely this time."),
@@ -93,6 +93,6 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
.sex = G_MALE;
- .distance = 3;
+ .distance = 4;
end;
}