diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-23 13:41:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-23 13:41:37 -0300 |
commit | 8de834d06a4482a0bc0c6f2864f52e648d2fb3a8 (patch) | |
tree | f0c9356487b67839b81a89993c631dcb90c09b6c /npc/003-1 | |
parent | b9cb74a79d815c73601e35bf41eb887334f5201e (diff) | |
download | serverdata-8de834d06a4482a0bc0c6f2864f52e648d2fb3a8.tar.gz serverdata-8de834d06a4482a0bc0c6f2864f52e648d2fb3a8.tar.bz2 serverdata-8de834d06a4482a0bc0c6f2864f52e648d2fb3a8.tar.xz serverdata-8de834d06a4482a0bc0c6f2864f52e648d2fb3a8.zip |
Report how many MobPt you need to have for Ishi - when you are below minimum
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/ishi.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index 7e6b26f77..af783e5f3 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -19,7 +19,8 @@ if (Mobpt < BaseLevel ** 2) { mesn l("Ishi, the Rewards Master"); - mesq l("Welcome! I see you have @@ Monster Points. But that isn't enough to get items, sorry!", Mobpt); + mesq l("Welcome! I see you have @@ Monster Points. But that isn't enough to get items at your current level, sorry!", Mobpt); + mes col(l("I need at minimum @@ Monster Points to get items at current level.",BaseLevel ** 2),9); close; } |