diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-05 18:12:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-05 18:12:56 -0300 |
commit | 16a21c5a86e8a338c20205368f17a74669eec188 (patch) | |
tree | d19371cb3f5d79272aad22d759147f4d9adbfcdc /npc | |
parent | 3d3ac198a1b3d36a6cc60b20e32ae1a92ee46e25 (diff) | |
download | serverdata-16a21c5a86e8a338c20205368f17a74669eec188.tar.gz serverdata-16a21c5a86e8a338c20205368f17a74669eec188.tar.bz2 serverdata-16a21c5a86e8a338c20205368f17a74669eec188.tar.xz serverdata-16a21c5a86e8a338c20205368f17a74669eec188.zip |
Hotfixr09.5_190805
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 18 |
1 files 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) |