From 8de834d06a4482a0bc0c6f2864f52e648d2fb3a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 23 Mar 2018 13:41:37 -0300 Subject: Report how many MobPt you need to have for Ishi - when you are below minimum --- npc/003-1/ishi.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2