Add maker reagent data changeset
This commit is contained in:
@@ -13035,7 +13035,7 @@ CREATE TABLE IF NOT EXISTS `makerrewarddata` (
|
||||
PRIMARY KEY (`itemid`,`rewardid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
|
||||
# generated with the MapleSkillMakerReagentIndexer feature
|
||||
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `makerreagentdata` (
|
||||
`itemid` int(11) NOT NULL,
|
||||
@@ -13044,52 +13044,6 @@ CREATE TABLE IF NOT EXISTS `makerreagentdata` (
|
||||
PRIMARY KEY (`itemid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
|
||||
INSERT IGNORE INTO `makerreagentdata` (`itemid`, `stat`, `value`) VALUES
|
||||
(4250000, "incPAD", 1),
|
||||
(4250001, "incPAD", 2),
|
||||
(4250002, "incPAD", 3),
|
||||
(4250100, "incMAD", 1),
|
||||
(4250101, "incMAD", 2),
|
||||
(4250102, "incMAD", 3),
|
||||
(4250200, "incACC", 2),
|
||||
(4250201, "incACC", 3),
|
||||
(4250202, "incACC", 5),
|
||||
(4250300, "incEVA", 2),
|
||||
(4250301, "incEVA", 3),
|
||||
(4250302, "incEVA", 5),
|
||||
(4250400, "incSpeed", 2),
|
||||
(4250401, "incSpeed", 3),
|
||||
(4250402, "incSpeed", 5),
|
||||
(4250500, "incJump", 1),
|
||||
(4250501, "incJump", 2),
|
||||
(4250502, "incJump", 3),
|
||||
(4250600, "incMaxHP", 10),
|
||||
(4250601, "incMaxHP", 20),
|
||||
(4250602, "incMaxHP", 30),
|
||||
(4250700, "incMaxMP", 10),
|
||||
(4250701, "incMaxMP", 20),
|
||||
(4250702, "incMaxMP", 30),
|
||||
(4250800, "incSTR", 2),
|
||||
(4250801, "incSTR", 3),
|
||||
(4250802, "incSTR", 5),
|
||||
(4250900, "incINT", 2),
|
||||
(4250901, "incINT", 3),
|
||||
(4250902, "incINT", 5),
|
||||
(4251000, "incLUK", 2),
|
||||
(4251001, "incLUK", 3),
|
||||
(4251002, "incLUK", 5),
|
||||
(4251100, "incDEX", 2),
|
||||
(4251101, "incDEX", 3),
|
||||
(4251102, "incDEX", 5),
|
||||
(4251200, "incReqLevel", -1),
|
||||
(4251201, "incReqLevel", -2),
|
||||
(4251202, "incReqLevel", -3),
|
||||
(4251300, "randOption", 1),
|
||||
(4251301, "randOption", 2),
|
||||
(4251302, "randOption", 3),
|
||||
(4251400, "randStat", 2),
|
||||
(4251401, "randStat", 3),
|
||||
(4251402, "randStat", 5);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `marriages` (
|
||||
`marriageid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# updated with the SkillMakerFetcher tool
|
||||
# generated with the SkillMakerFetcher tool
|
||||
INSERT INTO lb_makercreatedata (id, itemid, req_level, req_maker_level, req_meso, req_item, req_equip, catalyst,
|
||||
quantity, tuc)
|
||||
VALUES (0, 4250000, 45, 1, 110000, 0, 0, 0, 1, 0),
|
||||
|
||||
47
src/main/resources/db/114-makerreagent-data.sql
Normal file
47
src/main/resources/db/114-makerreagent-data.sql
Normal file
@@ -0,0 +1,47 @@
|
||||
# generated with the SkillMakerReagentIndexer tool
|
||||
INSERT INTO lb_makerreagentdata (itemid, stat, value)
|
||||
VALUES (4250000, "incPAD", 1),
|
||||
(4250001, "incPAD", 2),
|
||||
(4250002, "incPAD", 3),
|
||||
(4250100, "incMAD", 1),
|
||||
(4250101, "incMAD", 2),
|
||||
(4250102, "incMAD", 3),
|
||||
(4250200, "incACC", 2),
|
||||
(4250201, "incACC", 3),
|
||||
(4250202, "incACC", 5),
|
||||
(4250300, "incEVA", 2),
|
||||
(4250301, "incEVA", 3),
|
||||
(4250302, "incEVA", 5),
|
||||
(4250400, "incSpeed", 2),
|
||||
(4250401, "incSpeed", 3),
|
||||
(4250402, "incSpeed", 5),
|
||||
(4250500, "incJump", 1),
|
||||
(4250501, "incJump", 2),
|
||||
(4250502, "incJump", 3),
|
||||
(4250600, "incMaxHP", 10),
|
||||
(4250601, "incMaxHP", 20),
|
||||
(4250602, "incMaxHP", 30),
|
||||
(4250700, "incMaxMP", 10),
|
||||
(4250701, "incMaxMP", 20),
|
||||
(4250702, "incMaxMP", 30),
|
||||
(4250800, "incSTR", 2),
|
||||
(4250801, "incSTR", 3),
|
||||
(4250802, "incSTR", 5),
|
||||
(4250900, "incINT", 2),
|
||||
(4250901, "incINT", 3),
|
||||
(4250902, "incINT", 5),
|
||||
(4251000, "incLUK", 2),
|
||||
(4251001, "incLUK", 3),
|
||||
(4251002, "incLUK", 5),
|
||||
(4251100, "incDEX", 2),
|
||||
(4251101, "incDEX", 3),
|
||||
(4251102, "incDEX", 5),
|
||||
(4251200, "incReqLevel", -1),
|
||||
(4251201, "incReqLevel", -2),
|
||||
(4251202, "incReqLevel", -3),
|
||||
(4251300, "randOption", 1),
|
||||
(4251301, "randOption", 2),
|
||||
(4251302, "randOption", 3),
|
||||
(4251400, "randStat", 2),
|
||||
(4251401, "randStat", 3),
|
||||
(4251402, "randStat", 5);
|
||||
@@ -117,5 +117,8 @@
|
||||
<changeSet id="113" author="Ponk">
|
||||
<sqlFile path="db/113-makerreward-data.sql"/>
|
||||
</changeSet>
|
||||
<changeSet id="114" author="Ponk">
|
||||
<sqlFile path="db/114-makerreagent-data.sql"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
Reference in New Issue
Block a user