summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-30 17:53:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-30 18:25:52 -0300
commit8dc185c291a10458ca9c40cba84281fd9f99f08d (patch)
tree4d05173826556ad8cc2b85d9530ae4df7c921dd9
parentfa317479a062de407b80992edcd928a1f785999b (diff)
downloadserverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.tar.gz
serverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.tar.bz2
serverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.tar.xz
serverdata-8dc185c291a10458ca9c40cba84281fd9f99f08d.zip
Polishing
-rw-r--r--npc/003-0-1/audsbel.txt2
-rw-r--r--npc/021-4/main.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/audsbel.txt b/npc/003-0-1/audsbel.txt
index 3f992d54f..82db5e436 100644
--- a/npc/003-0-1/audsbel.txt
+++ b/npc/003-0-1/audsbel.txt
@@ -104,7 +104,7 @@ L_Main:
mesq l("There's also Morgan, who lives in Candor. She is a Redy, and is married with Zitoni. They are great alchemists.");
next;
mesn;
- mesq l("By last, there was the Blue Sage, living on Nivalis... I never met him.");
+ mesq l("By last, there was the Blue Sage, living on Nivalis... I never met him outside the Council.");
next;
mesn;
mesq l("As you see, you can count the mages with the fingers of one hand. It's not just Mana Magic, either - Magic in overall is almost dead, with almost every Mana Stone on the power of the Monster King.");
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index 457363a8a..d09fb3e39 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -47,7 +47,7 @@ function script CindySwitch_Check_214 {
specialeffect(FX_SUCCESS);
setnpcdisplay .name$, NPC_SWITCH_ONLINE;
initnpctimer;
- .@r=rand(0,100);
+ .@r=rand2(0,100);
getmapxy(.@m$, .@x, .@y,0);
if (.@r < 90)
monster .@m$, .@x, .@y, "Yeti", Yeti, rand2(4,6);