From 4983e8e309002610cd8e76248abdcfc0edc25d64 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 18 Jan 2018 12:45:31 -0500 Subject: require level 85 for banker reward --- world/map/npc/functions/banker.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world') diff --git a/world/map/npc/functions/banker.txt b/world/map/npc/functions/banker.txt index 65c0343e..711275e2 100644 --- a/world/map/npc/functions/banker.txt +++ b/world/map/npc/functions/banker.txt @@ -214,8 +214,8 @@ L_Balance: mes "\"Your current bank balance is:"; mes #BankAccount + " GP\""; if (!(#BankOptions & OPT_BANK_CLOSE) || (#BankAccount >= 10000000 && - !(#BankOptions & OPT_BANK_GOTSHADE))) next; - if (#BankAccount >= 10000000 && !(#BankOptions & OPT_BANK_GOTSHADE)) + BaseLevel >= 85 && !(#BankOptions & OPT_BANK_GOTSHADE))) next; + if (#BankAccount >= 10000000 && BaseLevel >= 85 && !(#BankOptions & OPT_BANK_GOTSHADE)) goto L_GiveShade; if (#BankOptions & OPT_BANK_CLOSE) goto L_Return; goto L_Start; -- cgit v1.2.3-60-g2f50