Implemented EllinPQ + some bug fixes
Implemented EllinPQ, adjusted several drop rates and data, fixes some bugs at quests at client-side.
This commit is contained in:
@@ -36,7 +36,7 @@ INSERT IGNORE INTO `shopitems` (`shopitemid`, `shopid`, `itemid`, `price`, `pitc
|
||||
(995056, 9201082, 2043801, 520000, 0, 25),
|
||||
(995057, 9201082, 2044601, 520000, 0, 26),
|
||||
(995058, 9201082, 2040727, 10000, 0, 27),
|
||||
(995059, 9201082, 2040807, 1500000, 0, 28),
|
||||
(995059, 9201082, 2040807, 1000000, 0, 28),
|
||||
(995060, 9201082, 2040026, 15000, 0, 29),
|
||||
(995061, 9201082, 2040031, 15000, 0, 30),
|
||||
(995062, 9201082, 2040302, 25000, 0, 31),
|
||||
@@ -75,9 +75,9 @@ INSERT IGNORE INTO `shopitems` (`shopitemid`, `shopid`, `itemid`, `price`, `pitc
|
||||
(996009, 9201082, 2049209, 170000, 0, 64),
|
||||
(996010, 9201082, 2049210, 140000, 0, 65),
|
||||
(996011, 9201082, 2049211, 170000, 0, 66),
|
||||
(996196, 9201082, 2070016, 100000000, 0, 67),
|
||||
(996197, 9201082, 2070018, 175000000, 0, 68),
|
||||
(994782, 9201082, 2030007, 700000, 0, 69),
|
||||
(994783, 9201082, 4001017, 30000000, 0, 70);
|
||||
(996196, 9201082, 2070016, 120000000, 0, 67),
|
||||
(996197, 9201082, 2070018, 190000000, 0, 68),
|
||||
(994782, 9201082, 2030007, 1800000, 0, 69),
|
||||
(994783, 9201082, 4001017, 60000000, 0, 70);
|
||||
|
||||
UPDATE shopitems SET price = 11*price WHERE (`position` >= 27 and `position` <= 66);
|
||||
UPDATE shopitems SET price = 11*price WHERE (`position` >= 27 and `position` <= 66 and `shopid` = 9201082);
|
||||
Reference in New Issue
Block a user