summaryrefslogtreecommitdiff
path: root/npc/003-1/malivox.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/malivox.txt')
-rw-r--r--npc/003-1/malivox.txt17
1 files changed, 3 insertions, 14 deletions
diff --git a/npc/003-1/malivox.txt b/npc/003-1/malivox.txt
index cf080f3e7..7ae0d3679 100644
--- a/npc/003-1/malivox.txt
+++ b/npc/003-1/malivox.txt
@@ -4,22 +4,11 @@
003-1,114,106,0 script Malivox NPC_PLAYER,{
speech S_LAST_NEXT,
- l("I am Malivox, an alchemist specialized in reset potions.");
-
-L_Menu:
- if (BaseLevel < 10)
- .@plush_count = (BaseLevel*5)+5;
- else
- .@plush_count = BaseLevel*190-(9*190);
- // Lv 9: 50 GP | Lv 10: 190 GP
- // Lv 90: 1.710 GP
-
- if (BaseLevel > 10)
- .@plush_count = .@plush_count/(BaseLevel/10);
+ l("I am @@, an alchemist specialized in reset potions.", .name$);
select
l("Can you reset my stats please?"),
- lg("You are weird, I have to go sorry.");
+ l("You are weird, I have to go sorry.");
switch (@menu)
{
@@ -52,6 +41,6 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
.sex = G_MALE;
- .distance = 3;
+ .distance = 4;
end;
}