From 16a21c5a86e8a338c20205368f17a74669eec188 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Aug 2019 18:12:56 -0300 Subject: Hotfix --- npc/functions/clientversion.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index bca4f3504..9108e9689 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -272,8 +272,8 @@ function script clientupdater { } // General Updates // seg jul 15 16:41:35 -03 2019 - if (UPDATE < 1563219695) { - UPDATE=1563219695; + if (UPDATE < 1565039378) { + UPDATE=1565039378; .@dg=true; mesc l(".:: This is Release 9.5 Academy ::."), 0; //mesc l(".:: This is Release 10.0 Infinity ::."), 0; @@ -473,42 +473,42 @@ function script clientupdater { switch (.@ranking+1) { case 1: getitembound Tyranny, 1, 1; - getitem MercBoxsetEE, 1; + getitem MercBoxEE, 1; getitem EquipmentBlueprintE, 1; getitem HousingLetterI, 1; getitem StrangeCoin, 150; break; case 2: - getitem MercBoxsetEE, 1; + getitem MercBoxEE, 1; getitem EquipmentBlueprintE, 1; getitem HousingLetterI, 1; getitem StrangeCoin, 100; break; case 3: - getitem MercBoxsetDD, 1; + getitem MercBoxDD, 1; getitem EquipmentBlueprintD, 1; getitem HousingLetterI, 1; getitem StrangeCoin, 100; break; case 4: case 5: - getitem MercBoxsetCC, 1; + getitem MercBoxCC, 1; getitem EquipmentBlueprintC, 1; getitem HousingLetterI, 1; getitem StrangeCoin, 50; break; case 6: case 7: - getitem MercBoxsetBB, 1; + getitem MercBoxBB, 1; getitem StrangeCoin, 30; break; case 8: case 9: - getitem MercBoxsetAA, 1; + getitem MercBoxAA, 1; getitem StrangeCoin, 10; break; case 10: - getitem MercBoxsetAA, 1; + getitem MercBoxAA, 1; break; } // switch(ranking) -- cgit v1.2.3-60-g2f50