From 185f8fdf2cd8e3d07eeea2a22bd6904710e86e48 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Jan 2021 03:50:28 -0300 Subject: Xovilam, Fortress Island Status Reset NPC. Remove some unused clutter from Malivox and Wyara --- npc/003-1/malivox.txt | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'npc/003-1') 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; } -- cgit v1.2.3-70-g09d2