From 6625d9349a4bcc9e8d1c25c65659e0065d0d9dea Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jul 2019 22:40:43 -0300 Subject: More conditionals --- npc/functions/clientversion.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 818f8edd6..db266f3a2 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -10,7 +10,7 @@ function script clientupdater { // GM Reset Util if (is_staff()) { - if (BaseLevel > 20) { + if (BaseLevel > 20 || Zeny > 50000 || JobLevel > 20) { resetlvl(1); clearitem(); adddefaultskills(); -- cgit v1.2.3-70-g09d2