summaryrefslogtreecommitdiff
path: root/npc/008-2-20/valia.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-24 12:48:53 +0000
committerJesusaves <cpntb1@ymail.com>2020-10-24 12:48:53 +0000
commit1a3d323af19764546552b1d621c65303c1fb3005 (patch)
tree5e70a62dc756d5a10fe558fe6e3efefcf5ef1a97 /npc/008-2-20/valia.txt
parent8077efb70e0af1c54a84859f73c96de21c60107b (diff)
downloadserverdata-1a3d323af19764546552b1d621c65303c1fb3005.tar.gz
serverdata-1a3d323af19764546552b1d621c65303c1fb3005.tar.bz2
serverdata-1a3d323af19764546552b1d621c65303c1fb3005.tar.xz
serverdata-1a3d323af19764546552b1d621c65303c1fb3005.zip
CONTENT III SUPER MERGE REQUEST
Included: * Tulimshar Casino * Placeholder fixing/filling * Food Questline * Rossy Quest * Galimatia Quest (mostly by Livio) * Edourard bugs * Blood Donor Quest (from Moubootaur Legends) * Merchant Guild Quest * Mundane Bugfix * La Marine * Hurns Doctor easter eggs * Sailing to Argaes with Legion * Other things not relevant enough to be noted down, I guess
Diffstat (limited to 'npc/008-2-20/valia.txt')
-rw-r--r--npc/008-2-20/valia.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-2-20/valia.txt b/npc/008-2-20/valia.txt
index 0090be12..ce6c6f5d 100644
--- a/npc/008-2-20/valia.txt
+++ b/npc/008-2-20/valia.txt
@@ -1,4 +1,4 @@
-// Evol scripts.
+// The Mana World scripts.
// Author:
// Micksha
// Description:
@@ -9,12 +9,12 @@
speech
l("Hi!"),
lg("You may remember me, I am Valia.");
- l("Better stay away from my basement, you may end up like the poor guys down there.");
+ l("Better stay away from my basement, you may end up like the poor guy down there.");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}