summaryrefslogtreecommitdiff
path: root/npc/003-1/malivox.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 03:50:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 03:50:28 -0300
commit185f8fdf2cd8e3d07eeea2a22bd6904710e86e48 (patch)
treee02affd106e867c3381737b4e2f1f7aad0ea9cec /npc/003-1/malivox.txt
parentc56be51bba494bd3662e34b54ec12040546c4c29 (diff)
downloadserverdata-185f8fdf2cd8e3d07eeea2a22bd6904710e86e48.tar.gz
serverdata-185f8fdf2cd8e3d07eeea2a22bd6904710e86e48.tar.bz2
serverdata-185f8fdf2cd8e3d07eeea2a22bd6904710e86e48.tar.xz
serverdata-185f8fdf2cd8e3d07eeea2a22bd6904710e86e48.zip
Xovilam, Fortress Island Status Reset NPC.
Remove some unused clutter from Malivox and Wyara
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;
}