From 399abe81e82adf417b8b4ff9a57f36b908b5490c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jul 2019 23:32:58 -0300 Subject: Remove Magic Wizard class, replace with Magic Warrior (ID-effect only) --- npc/003-3/malindou.txt | 2 ++ npc/functions/clientversion.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'npc') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 75235f9bf..21bcf2279 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -411,9 +411,11 @@ OnInit: query_sql("UPDATE `char` SET `last_x` = '22' WHERE `char`.`last_map`='005-1'"); query_sql("UPDATE `char` SET `last_y` = '22' WHERE `char`.`last_map`='005-1'"); query_sql("UPDATE `char` SET `last_map` = '000-1' WHERE `char`.`last_map`='005-1'"); + query_sql("UPDATE `skill` SET `id` = '20010' WHERE `skill`.`id`='20011'"); $UPDATE=1563239400; debugmes ""; debugmes "* Candor Redesign"; + debugmes "* Magic Class Removed"; debugmes ""; } diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index fdc6b7bc3..aee039e29 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -299,6 +299,8 @@ function script clientupdater { setskill ALL_INCCARRY, 0; dispbottom l("Increase Weight skill replaced with Stealing."); } + // NEW MAGIC SYSTEM + // Cleanup deletearray RNGTREASURE_DATE; } -- cgit v1.2.3-70-g09d2