diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-25 23:27:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-25 23:27:26 -0300 |
commit | c077586a37fa9a28d460a4f4b4ae1ff85fa61fb5 (patch) | |
tree | 44666872a8a9c5c9a0bd5e10c6cd6d2950d9f2d4 /npc/functions | |
parent | 38645fbaa5914cb27953e2e3ed9ec8e180ed177e (diff) | |
download | serverdata-c077586a37fa9a28d460a4f4b4ae1ff85fa61fb5.tar.gz serverdata-c077586a37fa9a28d460a4f4b4ae1ff85fa61fb5.tar.bz2 serverdata-c077586a37fa9a28d460a4f4b4ae1ff85fa61fb5.tar.xz serverdata-c077586a37fa9a28d460a4f4b4ae1ff85fa61fb5.zip |
The 100% chance EXP Bonus from Tolchi only applies if top3 players already reached
level 50. This is to prevent an early imbalance at ML Stable
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 98286a69c..a46f9b3ba 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -786,7 +786,7 @@ function script learn_magic { mesc l("%s %s will require:", .@learn$, getskillname(.@ski)); mes l("* %d/%d MSP (Magic Skill Points)", .@msp, sk_points()); //mes l("* %d/%d AP (???)", .@ap, MAGIC_AP); - mes l("% %d/%d %s", .@am, countitem(.@it), getitemlink(.@it)); + mes l("* %d/%d %s", .@am, countitem(.@it), getitemlink(.@it)); mes ""; mesc l("Really learn this skill?"); if (askyesno() == ASK_NO) |