From 15050642b8e2588a8b15e0755346b791a5c79e1b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Sep 2022 23:47:24 -0300 Subject: I forgot to give the badge to previous players as well --- npc/functions/clientversion.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index be84cb702..27ce35a71 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1045,8 +1045,10 @@ function script clientupdater { if (UPDATE < 1664044635) { UPDATE=1664044635; skill TMW2_DROPS, REBIRTH+1, 0; - if (getskilllv(TMW2_SKILLPERMIT) >= 2) + if (getskilllv(TMW2_SKILLPERMIT) >= 2) { getexp 20000, 1000; + getitem ScholarshipBadge, 1; + } } // :// End of Regular Update System -- cgit v1.2.3-70-g09d2