Prechádzať zdrojové kódy

First commit to support the l2j c4 svn.
- added new classes
- added new crafting skills
- sql update required for recipebook (since all chars now have recipe books, old recipe books will become dwarven :) 0=common, 1=dwarven)

The rest of the things will be commited as we finish them. DP team is a bit behind schedule in light of the recent facts :P Bare with us. We should be able to commit most important stuff by the end of the week.

NewAge 19 rokov pred
rodič
commit
88a21c9ebd

+ 1 - 1
datapack_development/data/stats/skills/0100-0199.xml

@@ -1108,7 +1108,7 @@
     </mul>
   </for>
 </skill>
-<skill id="172" levels="8" name="Create Item">
+<skill id="172" levels="9" name="Create Item">
   <set name="power" val="0.0"/>
   <set name="target" val="TARGET_SELF"/>
   <set name="skillType" val="NOTDONE"/>

+ 39 - 0
datapack_development/data/stats/skills/1300-1399.xml

@@ -245,6 +245,45 @@
    <effect count="1" name="Buff" time="1200" val="0">
       <mul order="0x50" stat="maxHp" val="#hp"/>
    </effect>
+</for> 	
+</skill> 	
+<skill id="1320" levels="9" name="Create Common Item"> 	
+  <set name="power" val="0.0"/> 	
+  <set name="target" val="TARGET_SELF"/> 	
+  <set name="skillType" val="NOTDONE"/> 	
+  <set name="operateType" val="OP_PASSIVE"/> 	
+  <set name="castRange" val="-1"/> 	
+  <for> 	
+  </for> 	
+</skill> 	
+<skill id="1321" levels="1" name="Dwarven Craft"> 	
+  <set name="mpConsume" val="0"/> 	
+  <set name="power" val="0.0"/> 	
+  <set name="target" val="TARGET_SELF"/> 	
+  <set name="skillRadius" val="0"/> 	
+  <set name="hitTime" val="0"/> 	
+  <set name="reuseDelay" val="0"/> 	
+  <set name="skillTime" val="0"/> 	
+  <set name="skillType" val="DWARVEN_CRAFT"/> 	
+  <set name="isMagic" val="false"/> 	
+  <set name="operateType" val="OP_ACTIVE"/> 	
+  <set name="castRange" val="-1"/> 	
+<for> 	
+</for> 	
+</skill> 	
+<skill id="1322" levels="1" name="Common Craft"> 	
+  <set name="mpConsume" val="0"/> 	
+  <set name="power" val="0.0"/> 	
+  <set name="target" val="TARGET_SELF"/> 	
+  <set name="skillRadius" val="0"/> 	
+  <set name="hitTime" val="0"/> 	
+  <set name="reuseDelay" val="0"/> 	
+  <set name="skillTime" val="0"/> 	
+  <set name="skillType" val="COMMON_CRAFT"/> 	
+  <set name="isMagic" val="false"/> 	
+  <set name="operateType" val="OP_ACTIVE"/> 	
+  <set name="castRange" val="-1"/> 	
+<for> 
 </for>
 </skill>
 </list>

+ 97 - 67
datapack_development/sql/char_templates.sql

@@ -1,7 +1,6 @@
---
--- Table structure for table `char_templates`
---
-DROP TABLE IF EXISTS char_templates;
+#----------------------------
+# Table structure for char_templates
+#----------------------------
 CREATE TABLE `char_templates` (
   `ClassId` int(11) NOT NULL default '0',
   `ClassName` varchar(20) NOT NULL default '',
@@ -41,68 +40,99 @@ CREATE TABLE `char_templates` (
   `items4` int(4) NOT NULL default '0',
   `items5` int(10) NOT NULL default '0',
   PRIMARY KEY  (`ClassId`)
-);
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+#----------------------------
+# Records for table char_templates
+#----------------------------
 
---
--- Dumping data for table `char_templates`
---
-
-INSERT INTO char_templates VALUES (0,'Human Fighter',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (1,'Warrior',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (2,'Gladiator',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (3,'Warlord',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (4,'Human Knight',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (5,'Paladin',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (6,'Dark Avenger',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (7,'Rogue',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (8,'Treasure Hunter',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (9,'Hawkeye',0,40,43,30,21,11,25,4,72,3,47,330,213,33,44,33,115,81900,-71338,258271,-3104,0,1.10,1.188000,9.0,23.0,1.10,1.188000,8.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (10,'Human Mage',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (11,'Human Wizard',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (12,'Sorcerer',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (13,'Necromancer',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (14,'Warlock',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (15,'Cleric',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (16,'Bishop',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (17,'Human Prophet',0,22,27,21,41,20,39,2,48,7,54,303,333,28,40,28,120,62500,-90890,248027,-3570,0,1.01,0.872640,7.5,22.8,1.01,0.872640,6.5,22.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (18,'Elf Fighter',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (19,'Elf Knight',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (20,'Temple Knight',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (21,'Swordsinger',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (22,'Scout',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (23,'Plains Walker',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (24,'Silver Ranger',1,36,36,35,23,14,26,4,72,3,47,345,249,36,46,36,125,73000,45978,41196,-3440,0,1.15,1.242000,7.5,24.0,1.15,1.242000,7.5,23.0,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (25,'Elf Mage',1,21,25,24,37,23,40,2,48,6,54,312,386,30,41,30,122,62400,46182,41198,-3440,0,1.04,0.898560,7.5,24.0,1.04,0.898560,7.5,23.0,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (26,'Elf Wizard',1,21,25,24,37,23,40,2,48,6,54,312,386,30,41,30,122,62400,46182,41198,-3440,0,1.04,0.898560,7.5,24.0,1.04,0.898560,7.5,23.0,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (27,'Spellsinger',1,21,25,24,37,23,40,2,48,6,54,312,386,30,41,30,122,62400,46182,41198,-3440,0,1.04,0.898560,7.5,24.0,1.04,0.898560,7.5,23.0,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (28,'Elemental Summoner',1,21,25,24,37,23,40,2,48,6,54,312,386,30,41,30,122,62400,46182,41198,-3440,0,1.04,0.898560,7.5,24.0,1.04,0.898560,7.5,23.0,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (29,'Oracle',1,21,25,24,37,23,40,2,48,6,54,312,386,30,41,30,122,62400,46182,41198,-3440,0,1.04,0.898560,7.5,24.0,1.04,0.898560,7.5,23.0,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (30,'Elder',1,21,25,24,37,23,40,2,48,6,54,312,386,30,41,30,122,62400,46182,41198,-3440,0,1.04,0.898560,7.5,24.0,1.04,0.898560,7.5,23.0,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (31,'DE Fighter',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (32,'Palus Knight',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (33,'Shillien Knight',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (34,'Bladedancer',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (35,'Assassin',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (36,'Abyss Walker',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (37,'Phantom Range',2,41,32,34,25,12,26,4,72,3,47,342,226,35,45,35,122,69000,28377,10916,-4224,0,1.14,1.231200,7.5,24.0,1.14,1.231200,7.0,23.5,1147,1146,10,2369,5588);
-INSERT INTO char_templates VALUES (38,'DE Mage',2,23,24,23,44,19,37,2,48,7,53,309,316,29,41,29,122,61000,28295,11063,-4224,0,1.14,1.231200,7.5,24.0,1.03,0.889920,7.0,23.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (39,'DE Wizard',2,23,24,23,44,19,37,2,48,7,53,309,316,29,41,29,122,61000,28295,11063,-4224,0,1.14,1.231200,7.5,24.0,1.03,0.889920,7.0,23.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (40,'Spell Howler',2,23,24,23,44,19,37,2,48,7,53,309,316,29,41,29,122,61000,28295,11063,-4224,0,1.14,1.231200,7.5,24.0,1.03,0.889920,7.0,23.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (41,'Phantom Summoner',2,23,24,23,44,19,37,2,48,7,53,309,316,29,41,29,122,61000,28295,11063,-4224,0,1.14,1.231200,7.5,24.0,1.03,0.889920,7.0,23.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (42,'Shillien Oracle',2,23,24,23,44,19,37,2,48,7,53,309,316,29,41,29,122,61000,28295,11063,-4224,0,1.14,1.231200,7.5,24.0,1.03,0.889920,7.0,23.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (43,'Shillien Elder',2,23,24,23,44,19,37,2,48,7,53,309,316,29,41,29,122,61000,28295,11063,-4224,0,1.14,1.231200,7.5,24.0,1.03,0.889920,7.0,23.5,425,461,6,5588,0);
-INSERT INTO char_templates VALUES (44,'Orc Fighter',3,40,47,26,18,12,27,4,72,2,48,318,226,31,42,31,117,87000,-56693,-113610,-690,0,1.06,1.144800,11.0,28.0,1.06,1.144800,7.0,27.0,1147,1146,2368,2369,5588);
-INSERT INTO char_templates VALUES (45,'Raider',3,40,47,26,18,12,27,4,72,2,48,318,226,31,42,31,117,87000,-56693,-113610,-690,0,1.06,1.144800,11.0,28.0,1.06,1.144800,7.0,27.0,1147,1146,2368,2369,5588);
-INSERT INTO char_templates VALUES (46,'Destroyer',3,40,47,26,18,12,27,4,72,2,48,318,226,31,42,31,117,87000,-56693,-113610,-690,0,1.06,1.144800,11.0,28.0,1.06,1.144800,7.0,27.0,1147,1146,2368,2369,5588);
-INSERT INTO char_templates VALUES (47,'Monk',3,40,47,26,18,12,27,4,72,2,48,318,226,31,42,31,117,87000,-56682,-56693,-113610,0,1.06,1.144800,11.0,28.0,1.06,1.144800,7.0,27.0,1147,1146,2368,2369,5588);
-INSERT INTO char_templates VALUES (48,'Tyrant',3,40,47,26,18,12,27,4,72,2,48,318,226,31,42,31,117,87000,-56693,-113610,-690,0,1.06,1.144800,11.0,28.0,1.06,1.144800,7.0,27.0,1147,1146,2368,2369,5588);
-INSERT INTO char_templates VALUES (49,'Orc Mage',3,27,31,24,31,15,42,2,48,4,56,312,265,30,41,30,121,68000,-56682,-113730,-690,0,1.04,0.898560,7.0,27.5,1.04,0.898560,8.0,25.5,425,461,2368,5588,0);
-INSERT INTO char_templates VALUES (50,'Shaman',3,27,31,24,31,15,42,2,48,4,56,312,265,30,41,30,121,68000,-56682,-113730,-690,0,1.04,0.898560,7.0,27.5,1.04,0.898560,8.0,25.5,425,461,2368,5588,0);
-INSERT INTO char_templates VALUES (51,'Overlord',3,27,31,24,31,15,42,2,48,4,56,312,265,30,41,30,121,68000,-56682,-113730,-690,0,1.04,0.898560,7.0,27.5,1.04,0.898560,8.0,25.5,425,461,2368,5588,0);
-INSERT INTO char_templates VALUES (52,'Warcryer',3,27,31,24,31,15,42,2,48,4,56,312,265,30,41,30,121,68000,-56682,-113730,-690,0,1.04,0.898560,7.0,27.5,1.04,0.898560,8.0,25.5,425,461,2368,5588,0);
-INSERT INTO char_templates VALUES (53,'Dwarf Fighter',4,39,45,29,20,10,27,4,72,3,48,327,203,33,43,33,115,83000,108512,-174026,-400,1,1.09,1.487196,9.0,18.0,1.09,1.487196,5.0,19.0,1147,1146,10,2370,5588);
-INSERT INTO char_templates VALUES (54,'Scavenger',4,39,45,29,20,10,27,4,72,3,48,327,203,33,43,33,115,83000,108512,-174026,-400,1,1.09,1.487196,9.0,18.0,1.09,1.487196,5.0,19.0,1147,1146,10,2370,5588);
-INSERT INTO char_templates VALUES (55,'Bounty Hunter',4,39,45,29,20,10,27,4,72,3,48,327,203,33,43,33,115,83000,108512,-174026,-400,1,1.09,1.487196,9.0,18.0,1.09,1.487196,5.0,19.0,1147,1146,10,2370,5588);
-INSERT INTO char_templates VALUES (56,'Artisan',4,39,45,29,20,10,27,4,72,3,48,327,203,33,43,33,115,83000,108512,-174026,-400,1,1.09,1.487196,9.0,18.0,1.09,1.487196,5.0,19.0,1147,1146,10,2370,5588);
-INSERT INTO char_templates VALUES (57,'Warsmith',4,39,45,29,20,10,27,4,72,3,48,327,203,33,43,33,115,83000,108512,-174026,-400,1,1.09,1.487196,9.0,18.0,1.09,1.487196,5.0,19.0,1147,1146,10,2370,5588);
 
+INSERT INTO char_templates VALUES
+(0, 'Human Fighter', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(1, 'Warrior', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(2, 'Gladiator', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(3, 'Warlord', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(4, 'Human Knight', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(5, 'Paladin', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(6, 'Dark Avenger', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(7, 'Rogue', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(8, 'Treasure Hunter', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(9, 'Hawkeye', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(10, 'Human Mage', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(11, 'Human Wizard', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(12, 'Sorcerer', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(13, 'Necromancer', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(14, 'Warlock', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(15, 'Cleric', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(16, 'Bishop', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(17, 'Human Prophet', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(18, 'Elf Fighter', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(19, 'Elf Knight', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(20, 'Temple Knight', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(21, 'Swordsinger', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(22, 'Scout', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(23, 'Plains Walker', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(24, 'Silver Ranger', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(25, 'Elf Mage', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(26, 'Elf Wizard', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(27, 'Spellsinger', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(28, 'Elemental Summoner', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(29, 'Oracle', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(30, 'Elder', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(31, 'DE Fighter', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(32, 'Palus Knight', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(33, 'Shillien Knight', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(34, 'Bladedancer', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(35, 'Assassin', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(36, 'Abyss Walker', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(37, 'Phantom Ranger', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(38, 'DE Mage', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(39, 'DE Wizard', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(40, 'Spell Howler', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(41, 'Phantom Summoner', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(42, 'Shillien Oracle', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(43, 'Shillien Elder', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(44, 'Orc Fighter', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(45, 'Raider', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(46, 'Destroyer', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(47, 'Monk', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56682, -56693, -113610, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(48, 'Tyrant', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(49, 'Orc Mage', 3, 27, 31, 24, 31, 15, 42, 2, 48, 4, 56, 312, 265, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', 425, 461, 2368, 5588, 0), 
+(50, 'Shaman', 3, 27, 31, 24, 31, 15, 42, 2, 48, 4, 56, 312, 265, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', 425, 461, 2368, 5588, 0), 
+(51, 'Overlord', 3, 27, 31, 24, 31, 15, 42, 2, 48, 4, 56, 312, 265, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', 425, 461, 2368, 5588, 0), 
+(52, 'Warcryer', 3, 27, 31, 24, 31, 15, 42, 2, 48, 4, 56, 312, 265, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', 425, 461, 2368, 5588, 0), 
+(53, 'Dwarf Fighter', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588), 
+(54, 'Scavenger', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588), 
+(55, 'Bounty Hunter', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588), 
+(56, 'Artisan', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588), 
+(57, 'Warsmith', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588), 
+(88, 'Duelist', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(89, 'DreadNought', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(90, 'Phoenix Knight', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(91, 'Hell Knight', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(92, 'Sagittarius', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(93, 'Adventurer', 0, 40, 43, 30, 21, 11, 25, 4, 72, 3, 47, 330, 213, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, '1.10', '1.188000', '9.0', '23.0', '1.10', '1.188000', '8.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(94, 'Archmage', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(95, 'Soultaker', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(96, 'Arcana Lord', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(97, 'Cardinal', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(98, 'Hierophant', 0, 22, 27, 21, 41, 20, 39, 2, 48, 7, 54, 303, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, '1.01', '0.872640', '7.5', '22.8', '1.01', '0.872640', '6.5', '22.5', 425, 461, 6, 5588, 0), 
+(99, 'Eva Templar', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(100, 'Sword Muse', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(101, 'Wind Rider', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(102, 'Moonlight Sentinel', 1, 36, 36, 35, 23, 14, 26, 4, 72, 3, 47, 345, 249, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, '1.15', '1.242000', '7.5', '24.0', '1.15', '1.242000', '7.5', '23.0', 1147, 1146, 10, 2369, 5588), 
+(103, 'Mystic Muse', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(104, 'Elemental Master', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(105, 'Eva Saint', 1, 21, 25, 24, 37, 23, 40, 2, 48, 6, 54, 312, 386, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, '1.04', '0.898560', '7.5', '24.0', '1.04', '0.898560', '7.5', '23.0', 425, 461, 6, 5588, 0), 
+(106, 'Shillien Templar', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(107, 'Spectral Dancer', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(108, 'Ghost Hunter', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(109, 'Ghost Sentinel', 2, 41, 32, 34, 25, 12, 26, 4, 72, 3, 47, 342, 226, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.14', '1.231200', '7.0', '23.5', 1147, 1146, 10, 2369, 5588), 
+(110, 'Storm Screamer', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(111, 'Spectral Master', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(112, 'Shillen Saint', 2, 23, 24, 23, 44, 19, 37, 2, 48, 7, 53, 309, 316, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, '1.14', '1.231200', '7.5', '24.0', '1.03', '0.889920', '7.0', '23.5', 425, 461, 6, 5588, 0), 
+(113, 'Titan', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(114, 'Grand Khauatari', 3, 40, 47, 26, 18, 12, 27, 4, 72, 2, 48, 318, 226, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, '1.06', '1.144800', '11.0', '28.0', '1.06', '1.144800', '7.0', '27.0', 1147, 1146, 2368, 2369, 5588), 
+(115, 'Dominator', 3, 27, 31, 24, 31, 15, 42, 2, 48, 4, 56, 312, 265, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', 425, 461, 2368, 5588, 0), 
+(116, 'Doomcryer', 3, 27, 31, 24, 31, 15, 42, 2, 48, 4, 56, 312, 265, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, '1.04', '0.898560', '7.0', '27.5', '1.04', '0.898560', '8.0', '25.5', 425, 461, 2368, 5588, 0), 
+(117, 'Fortune Seeker', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588), 
+(118, 'Maestro', 4, 39, 45, 29, 20, 10, 27, 4, 72, 3, 48, 327, 203, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, '1.09', '1.487196', '9.0', '18.0', '1.09', '1.487196', '5.0', '19.0', 1147, 1146, 10, 2370, 5588);

+ 2 - 1
datapack_development/sql/character_recipebook.sql

@@ -4,5 +4,6 @@
 CREATE TABLE IF NOT EXISTS character_recipebook (
   char_id decimal(11) NOT NULL default 0,
   id decimal(11) NOT NULL default 0,
+  type INT NOT NULL default 0,
   PRIMARY KEY  (id,char_id)
-);
+);

+ 97 - 67
datapack_development/sql/class_list.sql

@@ -1,74 +1,104 @@
---
--- Table structure for table `class_list`
---
-DROP TABLE IF EXISTS class_list;
+#----------------------------
+# Table structure for class_list
+#----------------------------
 CREATE TABLE `class_list` (
   `class_name` varchar(19) NOT NULL default '',
   `id` int(10) unsigned NOT NULL default '0',
   `parent_id` int(11) NOT NULL default '0',
   PRIMARY KEY  (`id`)
-) TYPE=MyISAM;
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+#----------------------------
+# Records for table class_list
+#----------------------------
 
---
--- Dumping data for table `class_list`
---
-
-INSERT INTO `class_list` VALUES ('H_Fighter',0,-1);
-INSERT INTO `class_list` VALUES ('H_Warrior',1,0);
-INSERT INTO `class_list` VALUES ('H_Gladiator',2,1);
-INSERT INTO `class_list` VALUES ('H_Warlord',3,1);
-INSERT INTO `class_list` VALUES ('H_Knight',4,0);
-INSERT INTO `class_list` VALUES ('H_Paladin',5,4);
-INSERT INTO `class_list` VALUES ('H_DarkAvenger',6,4);
-INSERT INTO `class_list` VALUES ('H_Rogue',7,0);
-INSERT INTO `class_list` VALUES ('H_TreasureHunter',8,7);
-INSERT INTO `class_list` VALUES ('H_Hawkeye',9,7);
-INSERT INTO `class_list` VALUES ('H_Mage',10,-1);
-INSERT INTO `class_list` VALUES ('H_Wizard',11,10);
-INSERT INTO `class_list` VALUES ('H_Sorceror',12,11);
-INSERT INTO `class_list` VALUES ('H_Necromancer',13,11);
-INSERT INTO `class_list` VALUES ('H_Warlock',14,11);
-INSERT INTO `class_list` VALUES ('H_Cleric',15,10);
-INSERT INTO `class_list` VALUES ('H_Bishop',16,15);
-INSERT INTO `class_list` VALUES ('H_Prophet',17,15);
-INSERT INTO `class_list` VALUES ('E_Fighter',18,-1);
-INSERT INTO `class_list` VALUES ('E_Knight',19,18);
-INSERT INTO `class_list` VALUES ('E_TempleKnight',20,19);
-INSERT INTO `class_list` VALUES ('E_SwordSinger',21,19);
-INSERT INTO `class_list` VALUES ('E_Scout',22,18);
-INSERT INTO `class_list` VALUES ('E_PlainsWalker',23,22);
-INSERT INTO `class_list` VALUES ('E_SilverRanger',24,22);
-INSERT INTO `class_list` VALUES ('E_Mage',25,-1);
-INSERT INTO `class_list` VALUES ('E_Wizard',26,25);
-INSERT INTO `class_list` VALUES ('E_SpellSinger',27,26);
-INSERT INTO `class_list` VALUES ('E_ElementalSummoner',28,26);
-INSERT INTO `class_list` VALUES ('E_Oracle',29,25);
-INSERT INTO `class_list` VALUES ('E_Elder',30,29);
-INSERT INTO `class_list` VALUES ('DE_Fighter',31,-1);
-INSERT INTO `class_list` VALUES ('DE_PaulusKnight',32,31);
-INSERT INTO `class_list` VALUES ('DE_ShillienKnight',33,32);
-INSERT INTO `class_list` VALUES ('DE_BladeDancer',34,32);
-INSERT INTO `class_list` VALUES ('DE_Assassin',35,31);
-INSERT INTO `class_list` VALUES ('DE_AbyssWalker',36,35);
-INSERT INTO `class_list` VALUES ('DE_PhantomRanger',37,35);
-INSERT INTO `class_list` VALUES ('DE_Mage',38,-1);
-INSERT INTO `class_list` VALUES ('DE_DarkWizard',39,38);
-INSERT INTO `class_list` VALUES ('DE_Spellhowler',40,39);
-INSERT INTO `class_list` VALUES ('DE_PhantomSummoner',41,39);
-INSERT INTO `class_list` VALUES ('DE_ShillienOracle',42,38);
-INSERT INTO `class_list` VALUES ('DE_ShillienElder',43,42);
-INSERT INTO `class_list` VALUES ('O_Fighter',44,-1);
-INSERT INTO `class_list` VALUES ('O_Raider',45,44);
-INSERT INTO `class_list` VALUES ('O_Destroyer',46,45);
-INSERT INTO `class_list` VALUES ('O_Monk',47,44);
-INSERT INTO `class_list` VALUES ('O_Tyrant',48,47);
-INSERT INTO `class_list` VALUES ('O_Mage',49,-1);
-INSERT INTO `class_list` VALUES ('O_Shaman',50,49);
-INSERT INTO `class_list` VALUES ('O_Overlord',51,50);
-INSERT INTO `class_list` VALUES ('O_Warcryer',52,50);
-INSERT INTO `class_list` VALUES ('D_Fighter',53,-1);
-INSERT INTO `class_list` VALUES ('D_Scavenger',54,53);
-INSERT INTO `class_list` VALUES ('D_BountyHunter',55,54);
-INSERT INTO `class_list` VALUES ('D_Artisan',56,53);
-INSERT INTO `class_list` VALUES ('D_Warsmith',57,56);
 
+INSERT INTO `class_list` VALUES
+('H_Fighter', 0, -1), 
+('H_Warrior', 1, 0), 
+('H_Gladiator', 2, 1), 
+('H_Duelist', 88, 2), 
+('H_Warlord', 3, 1), 
+('H_Dreadnought', 89, 3), 
+('H_Knight', 4, 0), 
+('H_Paladin', 5, 4), 
+('H_PhoenixKnight', 90, 5), 
+('H_DarkAvenger', 6, 4), 
+('H_HellKnight', 91, 6), 
+('H_Rogue', 7, 0), 
+('H_TreasureHunter', 8, 7), 
+('H_Adventurer', 93, 8), 
+('H_Hawkeye', 9, 7), 
+('H_Sagittarius', 92, 9), 
+('H_Mage', 10, -1), 
+('H_Wizard', 11, 10), 
+('H_Sorceror', 12, 11), 
+('H_Archmage', 94, 12), 
+('H_Necromancer', 13, 11), 
+('H_Soultaker', 95, 13), 
+('H_Warlock', 14, 11), 
+('H_ArcanaLord', 96, 14), 
+('H_Cleric', 15, 10), 
+('H_Bishop', 16, 15), 
+('H_Cardinal', 97, 16), 
+('H_Prophet', 17, 15), 
+('H_Hierophant', 98, 17), 
+('E_Fighter', 18, -1), 
+('E_Knight', 19, 18), 
+('E_TempleKnight', 20, 19), 
+('E_EvaTemplar', 99, 20), 
+('E_SwordSinger', 21, 19), 
+('E_SwordMuse', 100, 21), 
+('E_Scout', 22, 18), 
+('E_PlainsWalker', 23, 22), 
+('E_WindRider', 101, 23), 
+('E_SilverRanger', 24, 22), 
+('E_MoonlightSentinel', 102, 24), 
+('E_Mage', 25, -1), 
+('E_Wizard', 26, 25), 
+('E_SpellSinger', 27, 26), 
+('E_MysticMuse', 103, 27), 
+('E_ElementalSummoner', 28, 26), 
+('E_ElementalMaster', 104, 28), 
+('E_Oracle', 29, 25), 
+('E_Elder', 30, 29), 
+('E_EvaSaint', 105, 30), 
+('DE_Fighter', 31, -1), 
+('DE_PaulusKnight', 32, 31), 
+('DE_ShillienKnight', 33, 32), 
+('DE_ShillienTemplar', 106, 33), 
+('DE_BladeDancer', 34, 32), 
+('DE_SpectralDancer', 107, 34), 
+('DE_Assassin', 35, 31), 
+('DE_AbyssWalker', 36, 35), 
+('DE_GhostHunter', 108, 36), 
+('DE_PhantomRanger', 37, 35), 
+('DE_GhostSentinel', 109, 37), 
+('DE_Mage', 38, -1), 
+('DE_DarkWizard', 39, 38), 
+('DE_Spellhowler', 40, 39), 
+('DE_StormScreamer', 110, 40), 
+('DE_PhantomSummoner', 41, 39), 
+('DE_SpectralMaster', 111, 41), 
+('DE_ShillienOracle', 42, 38), 
+('DE_ShillienElder', 43, 42), 
+('DE_ShillienSaint', 112, 43), 
+('O_Fighter', 44, -1), 
+('O_Raider', 45, 44), 
+('O_Destroyer', 46, 45), 
+('O_Titan', 113, 46), 
+('O_Monk', 47, 44), 
+('O_Tyrant', 48, 47), 
+('O_GrandKhauatari', 114, 48), 
+('O_Mage', 49, -1), 
+('O_Shaman', 50, 49), 
+('O_Overlord', 51, 50), 
+('O_Dominator', 115, 51), 
+('O_Warcryer', 52, 50), 
+('O_Doomcryer', 116, 52), 
+('D_Fighter', 53, -1), 
+('D_Scavenger', 54, 53), 
+('D_BountyHunter', 55, 54), 
+('D_FortuneSeeker', 117, 55), 
+('D_Artisan', 56, 53), 
+('D_Warsmith', 57, 56), 
+('D_Maestro', 118, 57);

+ 110 - 79
datapack_development/sql/lvlupgain.sql

@@ -1,81 +1,112 @@
---
--- Table structure for table `lvlupgain`
---
-DROP TABLE IF EXISTS lvlupgain;
-CREATE TABLE lvlupgain (
-  classid int(3) NOT NULL default '0',
-  defaulthpbase decimal(5,1) NOT NULL default '0.0',
-  defaulthpadd decimal(4,2) NOT NULL default '0.00',
-  defaulthpmod decimal(4,2) NOT NULL default '0.00',
-  defaultcpbase decimal(5,1) NOT NULL default '0.0',
-  defaultcpadd decimal(4,2) NOT NULL default '0.00',
-  defaultcpmod decimal(4,2) NOT NULL default '0.00',
-  defaultmpbase decimal(5,1) NOT NULL default '0.0',
-  defaultmpadd decimal(4,2) NOT NULL default '0.00',
-  defaultmpmod decimal(4,2) NOT NULL default '0.00',
-  class_lvl int(3) NOT NULL default '0',
-  PRIMARY KEY  (classid)
-) TYPE=MyISAM;
+#----------------------------
+# Table structure for lvlupgain
+#----------------------------
+CREATE TABLE `lvlupgain` (
+  `classid` int(3) NOT NULL default '0',
+  `defaulthpbase` decimal(5,1) NOT NULL default '0.0',
+  `defaulthpadd` decimal(4,2) NOT NULL default '0.00',
+  `defaulthpmod` decimal(4,2) NOT NULL default '0.00',
+  `defaultcpbase` decimal(5,1) NOT NULL default '0.0',
+  `defaultcpadd` decimal(4,2) NOT NULL default '0.00',
+  `defaultcpmod` decimal(4,2) NOT NULL default '0.00',
+  `defaultmpbase` decimal(5,1) NOT NULL default '0.0',
+  `defaultmpadd` decimal(4,2) NOT NULL default '0.00',
+  `defaultmpmod` decimal(4,2) NOT NULL default '0.00',
+  `class_lvl` int(3) NOT NULL default '0',
+  PRIMARY KEY  (`classid`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1;
+#----------------------------
+# Records for table lvlupgain
+#----------------------------
 
---
--- Dumping data for table `lvlupgain`
---
 
-INSERT INTO lvlupgain VALUES (0, 80, 11.7, 0.13, 40, 5.85, 0.07, 30, 5.4, 0.06, 1);
-INSERT INTO lvlupgain VALUES (1, 327, 32.7, 0.3, 163.5, 16.35, 0.15, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (2, 1044, 49.02, 0.38, 522, 24.51, 0.19, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (3, 1044, 54.18, 0.42, 522, 0.21, 0.21, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (4, 327, 29.43, 0.27, 163.5, 14.71, 0.14, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (5, 972.3, 46.44, 0.36, 486.2, 23.22, 0.18, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (6, 972.3, 46.44, 0.36, 486.2, 23.22, 0.18, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (7, 327, 27.25, 0.25, 163.5, 13.6, 0.13, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (8, 924.5, 41.28, 0.32, 462.3, 20.64, 0.16, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (9, 924.5, 43.86, 0.34, 462.3, 21.93, 0.17, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (10, 80, 11.7, 0.13, 40, 5.85, 0.07, 40, 7.16, 0.12, 1);
-INSERT INTO lvlupgain VALUES (11, 327, 21.8, 0.2, 163.5, 10.9, 0.1, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (12, 805, 36.12, 0.28, 402.5, 18.06, 0.14, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (13, 805, 36.12, 0.28, 402.5, 18.06, 0.14, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (14, 805, 38.7, 0.3, 402.5, 19.35, 0.15, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (15, 327, 27.25, 0.25, 163.5, 13.6, 0.13, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (16, 924.5, 38.7, 0.3, 462.3, 19.35, 0.15, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (17, 924.5, 41.28, 0.32, 462.3, 20.64, 0.16, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (18, 80, 11.7, 0.13, 40, 5.85, 0.07, 30, 5.4, 0.06, 1);
-INSERT INTO lvlupgain VALUES (19, 327, 29.43, 0.27, 163.5, 14.71, 0.14, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (20, 972.3, 46.44, 0.36, 486.2, 23.22, 0.18, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (21, 972.3, 49.02, 0.38, 486.2, 24.51, 0.19, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (22, 327, 27.25, 0.25, 163.5, 13.6, 0.13, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (23, 924.5, 41.28, 0.32, 462.3, 20.64, 0.16, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (24, 924.5, 43.86, 0.34, 462.3, 21.93, 0.17, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (25, 80, 11.7, 0.13, 40, 5.85, 0.07, 40, 7.16, 0.12, 1);
-INSERT INTO lvlupgain VALUES (26, 327, 21.8, 0.2, 163.5, 10.9, 0.1, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (27, 805, 36.12, 0.28, 402.5, 18.06, 0.14, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (28, 805, 38.7, 0.3, 402.5, 19.35, 0.15, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (29, 327, 27.25, 0.25, 163.5, 13.6, 0.13, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (30, 924.5, 41.28, 0.32, 462.3, 20.64, 0.16, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (31, 80, 11.7, 0.13, 40, 5.85, 0.07, 30, 5.4, 0.06, 1);
-INSERT INTO lvlupgain VALUES (32, 327, 29.43, 0.27, 163.5, 14.71, 0.14, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (33, 972.3, 46.44, 0.36, 486.2, 23.22, 0.18, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (34, 972.3, 49.02, 0.38, 486.2, 24.51, 0.19, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (35, 327, 27.25, 0.25, 163.5, 13.6, 0.13, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (36, 924.5, 41.28, 0.32, 462.3, 20.64, 0.16, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (37, 924.5, 43.86, 0.34, 462.3, 21.93, 0.17, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (38, 80, 11.7, 0.13, 40, 5.85, 0.07, 40, 7.16, 0.12, 1);
-INSERT INTO lvlupgain VALUES (39, 327, 21.8, 0.2, 163.5, 10.9, 0.1, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (40, 805, 36.12, 0.28, 402.5, 18.06, 0.14, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (41, 805, 38.7, 0.3, 402.5, 19.35, 0.15, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (42, 327, 27.25, 0.25, 163.5, 13.6, 0.13, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (43, 924.5, 41.28, 0.32, 462.3, 20.64, 0.16, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (44, 80, 12.62, 0.12, 40, 6.31, 0.06, 30, 5.4, 0.06, 1);
-INSERT INTO lvlupgain VALUES (45, 346, 34.88, 0.32, 173, 17.44, 0.16, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (46, 1110.8, 56.76, 0.44, 555.4, 28.38, 0.22, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (47, 346, 32.7, 0.3, 173, 16.35, 0.15, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (48, 1063, 54.18, 0.42, 531.5, 27.09, 0.21, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (49, 80, 12.62, 0.12, 40, 6.31, 0.06, 40, 7.16, 0.12, 1);
-INSERT INTO lvlupgain VALUES (50, 346, 29.43, 0.27, 173, 14.71, 0.14, 192, 13.08, 0.12, 20);
-INSERT INTO lvlupgain VALUES (51, 991.3, 43.86, 0.34, 495.7, 21.93, 0.17, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (52, 991.3, 43.86, 0.34, 495.7, 21.93, 0.17, 478.8, 25.8, 0.2, 40);
-INSERT INTO lvlupgain VALUES (53, 80, 12.62, 0.12, 40, 6.31, 0.06, 30, 5.4, 0.06, 1);
-INSERT INTO lvlupgain VALUES (54, 346, 34.88, 0.32, 173, 17.44, 0.16, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (55, 1110.8, 56.76, 0.44, 555.4, 28.38, 0.22, 359.1, 19.35, 0.15, 40);
-INSERT INTO lvlupgain VALUES (56, 346, 32.7, 0.3, 173, 16.35, 0.15, 144, 9.81, 0.09, 20);
-INSERT INTO lvlupgain VALUES (57, 1063, 54.18, 0.42, 531.5, 27.09, 0.21, 359.1, 19.35, 0.15, 40);
+INSERT INTO lvlupgain VALUES 
+(0, '80.0', '11.70', '0.13', '40.0', '5.85', '0.07', '30.0', '5.40', '0.06', 1), 
+(1, '327.0', '32.70', '0.30', '163.5', '16.35', '0.15', '144.0', '9.81', '0.09', 20), 
+(2, '1044.0', '49.02', '0.38', '522.0', '24.51', '0.19', '359.1', '19.35', '0.15', 40), 
+(3, '1044.0', '54.18', '0.42', '522.0', '24.51', '0.21', '359.1', '19.35', '0.15', 40), 
+(4, '327.0', '29.43', '0.27', '163.5', '14.71', '0.14', '144.0', '9.81', '0.09', 20), 
+(5, '972.3', '46.44', '0.36', '486.2', '23.22', '0.18', '359.1', '19.35', '0.15', 40), 
+(6, '972.3', '46.44', '0.36', '486.2', '23.22', '0.18', '359.1', '19.35', '0.15', 40), 
+(7, '327.0', '27.25', '0.25', '163.5', '13.60', '0.13', '144.0', '9.81', '0.09', 20), 
+(8, '924.5', '41.28', '0.32', '462.3', '20.64', '0.16', '359.1', '19.35', '0.15', 40), 
+(9, '924.5', '43.86', '0.34', '462.3', '21.93', '0.17', '359.1', '19.35', '0.15', 40), 
+(10, '80.0', '11.70', '0.13', '40.0', '5.85', '0.07', '40.0', '7.16', '0.12', 1), 
+(11, '327.0', '21.80', '0.20', '163.5', '10.90', '0.10', '192.0', '13.08', '0.12', 20), 
+(12, '805.0', '36.12', '0.28', '402.5', '18.06', '0.14', '478.8', '25.80', '0.20', 40), 
+(13, '805.0', '36.12', '0.28', '402.5', '18.06', '0.14', '478.8', '25.80', '0.20', 40), 
+(14, '805.0', '38.70', '0.30', '402.5', '19.35', '0.15', '478.8', '25.80', '0.20', 40), 
+(15, '327.0', '27.25', '0.25', '163.5', '13.60', '0.13', '192.0', '13.08', '0.12', 20), 
+(16, '924.5', '38.70', '0.30', '462.3', '19.35', '0.15', '478.8', '25.80', '0.20', 40), 
+(17, '924.5', '41.28', '0.32', '462.3', '20.64', '0.16', '478.8', '25.80', '0.20', 40), 
+(18, '80.0', '11.70', '0.13', '40.0', '5.85', '0.07', '30.0', '5.40', '0.06', 1), 
+(19, '327.0', '29.43', '0.27', '163.5', '14.71', '0.14', '144.0', '9.81', '0.09', 20), 
+(20, '972.3', '46.44', '0.36', '486.2', '23.22', '0.18', '359.1', '19.35', '0.15', 40), 
+(21, '972.3', '49.02', '0.38', '486.2', '24.51', '0.19', '359.1', '19.35', '0.15', 40), 
+(22, '327.0', '27.25', '0.25', '163.5', '13.60', '0.13', '144.0', '9.81', '0.09', 20), 
+(23, '924.5', '41.28', '0.32', '462.3', '20.64', '0.16', '359.1', '19.35', '0.15', 40), 
+(24, '924.5', '43.86', '0.34', '462.3', '21.93', '0.17', '359.1', '19.35', '0.15', 40), 
+(25, '80.0', '11.70', '0.13', '40.0', '5.85', '0.07', '40.0', '7.16', '0.12', 1), 
+(26, '327.0', '21.80', '0.20', '163.5', '10.90', '0.10', '192.0', '13.08', '0.12', 20), 
+(27, '805.0', '36.12', '0.28', '402.5', '18.06', '0.14', '478.8', '25.80', '0.20', 40), 
+(28, '805.0', '38.70', '0.30', '402.5', '19.35', '0.15', '478.8', '25.80', '0.20', 40), 
+(29, '327.0', '27.25', '0.25', '163.5', '13.60', '0.13', '192.0', '13.08', '0.12', 20), 
+(30, '924.5', '41.28', '0.32', '462.3', '20.64', '0.16', '478.8', '25.80', '0.20', 40), 
+(31, '80.0', '11.70', '0.13', '40.0', '5.85', '0.07', '30.0', '5.40', '0.06', 1), 
+(32, '327.0', '29.43', '0.27', '163.5', '14.71', '0.14', '144.0', '9.81', '0.09', 20), 
+(33, '972.3', '46.44', '0.36', '486.2', '23.22', '0.18', '359.1', '19.35', '0.15', 40), 
+(34, '972.3', '49.02', '0.38', '486.2', '24.51', '0.19', '359.1', '19.35', '0.15', 40), 
+(35, '327.0', '27.25', '0.25', '163.5', '13.60', '0.13', '144.0', '9.81', '0.09', 20), 
+(36, '924.5', '41.28', '0.32', '462.3', '20.64', '0.16', '359.1', '19.35', '0.15', 40), 
+(37, '924.5', '43.86', '0.34', '462.3', '21.93', '0.17', '359.1', '19.35', '0.15', 40), 
+(38, '80.0', '11.70', '0.13', '40.0', '5.85', '0.07', '40.0', '7.16', '0.12', 1), 
+(39, '327.0', '21.80', '0.20', '163.5', '10.90', '0.10', '192.0', '13.08', '0.12', 20), 
+(40, '805.0', '36.12', '0.28', '402.5', '18.06', '0.14', '478.8', '25.80', '0.20', 40), 
+(41, '805.0', '38.70', '0.30', '402.5', '19.35', '0.15', '478.8', '25.80', '0.20', 40), 
+(42, '327.0', '27.25', '0.25', '163.5', '13.60', '0.13', '192.0', '13.08', '0.12', 20), 
+(43, '924.5', '41.28', '0.32', '462.3', '20.64', '0.16', '478.8', '25.80', '0.20', 40), 
+(44, '80.0', '12.62', '0.12', '40.0', '6.31', '0.06', '30.0', '5.40', '0.06', 1), 
+(45, '346.0', '34.88', '0.32', '173.0', '17.44', '0.16', '144.0', '9.81', '0.09', 20), 
+(46, '1110.8', '56.76', '0.44', '555.4', '28.38', '0.22', '359.1', '19.35', '0.15', 40), 
+(47, '346.0', '32.70', '0.30', '173.0', '16.35', '0.15', '144.0', '9.81', '0.09', 20), 
+(48, '1063.0', '54.18', '0.42', '531.5', '27.09', '0.21', '359.1', '19.35', '0.15', 40), 
+(49, '80.0', '12.62', '0.12', '40.0', '6.31', '0.06', '40.0', '7.16', '0.12', 1), 
+(50, '346.0', '29.43', '0.27', '173.0', '14.71', '0.14', '192.0', '13.08', '0.12', 20), 
+(51, '991.3', '43.86', '0.34', '495.7', '21.93', '0.17', '478.8', '25.80', '0.20', 40), 
+(52, '991.3', '43.86', '0.34', '495.7', '21.93', '0.17', '478.8', '25.80', '0.20', 40), 
+(53, '80.0', '12.62', '0.12', '40.0', '6.31', '0.06', '30.0', '5.40', '0.06', 1), 
+(54, '346.0', '34.88', '0.32', '173.0', '17.44', '0.16', '144.0', '9.81', '0.09', 20), 
+(55, '1110.8', '56.76', '0.44', '555.4', '28.38', '0.22', '359.1', '19.35', '0.15', 40), 
+(56, '346.0', '32.70', '0.30', '173.0', '16.35', '0.15', '144.0', '9.81', '0.09', 20), 
+(57, '1063.0', '54.18', '0.42', '531.5', '27.09', '0.21', '359.1', '19.35', '0.15', 40), 
+(88, '2846.7', '49.02', '0.38', '1423.4', '24.51', '0.19', '1070.7', '19.35', '0.15', 76), 
+(89, '3036.5', '54.18', '0.42', '1414.6', '24.51', '0.21', '1423.4', '19.35', '0.15', 76), 
+(90, '2680.0', '46.44', '0.36', '1340.0', '23.22', '0.18', '1070.7', '19.35', '0.15', 76), 
+(91, '2680.0', '46.44', '0.36', '1340.0', '23.22', '0.18', '1070.7', '19.35', '0.15', 76), 
+(92, '2537.5', '43.86', '0.34', '1268.8', '21.93', '0.17', '1070.7', '19.35', '0.15', 76), 
+(93, '2442.6', '41.28', '0.32', '1221.0', '20.64', '0.16', '1070.7', '19.35', '0.15', 76), 
+(94, '2133.0', '36.12', '0.28', '1066.7', '18.06', '0.14', '1427.6', '25.80', '0.20', 76), 
+(95, '2133.0', '36.12', '0.28', '1066.7', '18.06', '0.14', '1427.6', '25.80', '0.20', 76), 
+(96, '2228.0', '38.70', '0.30', '1114.0', '19.35', '0.15', '1427.6', '25.80', '0.20', 76), 
+(97, '2347.7', '38.70', '0.30', '1173.9', '19.35', '0.15', '1427.6', '25.80', '0.20', 76), 
+(98, '2442.6', '41.28', '0.32', '1221.0', '20.64', '0.16', '1427.6', '25.80', '0.20', 76), 
+(99, '2680.1', '46.44', '0.36', '1340.0', '23.22', '0.18', '1070.7', '19.35', '0.15', 76), 
+(100, '2775.0', '49.02', '0.38', '1387.6', '24.51', '0.19', '1070.7', '19.35', '0.15', 76), 
+(101, '2442.6', '41.28', '0.32', '1221.0', '20.64', '0.16', '1070.7', '19.35', '0.15', 76), 
+(102, '2537.5', '43.86', '0.34', '1268.8', '21.93', '0.17', '1070.7', '19.35', '0.15', 76), 
+(103, '2133.0', '36.12', '0.28', '1066.7', '18.06', '0.14', '1427.6', '25.80', '0.20', 76), 
+(104, '2228.0', '38.70', '0.30', '1114.0', '19.35', '0.15', '1427.6', '25.80', '0.20', 76), 
+(105, '2442.6', '41.28', '0.32', '1221.0', '20.64', '0.16', '1427.6', '25.80', '0.20', 76), 
+(106, '2680.0', '46.44', '0.36', '1340.0', '23.22', '0.18', '1070.7', '19.35', '0.15', 76), 
+(107, '2775.0', '49.02', '0.38', '1387.6', '24.51', '0.19', '1070.7', '19.35', '0.15', 76), 
+(108, '2442.6', '41.28', '0.32', '1221.0', '20.64', '0.16', '1427.6', '25.80', '0.20', 76), 
+(109, '2537.5', '43.86', '0.34', '1268.8', '21.93', '0.17', '1070.7', '19.35', '0.15', 76), 
+(110, '2133.0', '36.12', '0.28', '1066.7', '18.06', '0.14', '1427.6', '25.80', '0.20', 76), 
+(111, '2228.0', '38.70', '0.30', '1114.0', '19.35', '0.15', '1427.6', '25.80', '0.20', 76), 
+(112, '2442.6', '41.28', '0.32', '1221.0', '20.64', '0.16', '1070.7', '19.35', '0.15', 76), 
+(113, '3608.0', '56.76', '0.44', '1599.1', '28.38', '0.22', '1070.7', '19.35', '0.15', 76), 
+(114, '3055.5', '54.18', '0.42', '1527.7', '27.09', '0.21', '1070.7', '19.35', '0.15', 76), 
+(115, '2604.3', '43.86', '0.34', '1302.2', '21.93', '0.17', '1427.6', '25.80', '0.20', 76), 
+(116, '2604.3', '43.86', '0.34', '1302.2', '21.93', '0.17', '1427.6', '25.80', '0.20', 76), 
+(117, '3608.0', '56.76', '0.44', '1599.1', '28.38', '0.22', '1070.7', '19.35', '0.15', 76), 
+(118, '3055.5', '54.18', '0.42', '1527.7', '27.09', '0.21', '1070.7', '19.35', '0.15', 76);

+ 2 - 0
datapack_development/sql/updates/060215-[c4req_update].sql

@@ -0,0 +1,2 @@
+ALTER TABLE character_recipebook ADD type INT NOT NULL DEFAULT 0;
+UPDATE character_recipebook set type = 1;