Horntail PQ & Exped + Equip levelup fix

Added Horntail PQ and boss fight. Fixed short integer overflow of
equipment stats on client messing up player stats.
This commit is contained in:
ronancpl
2017-07-20 12:02:59 -03:00
parent 8fab2a6e3e
commit c09bc02c85
137 changed files with 1154 additions and 583 deletions

View File

@@ -19132,7 +19132,29 @@
(9420544, 1003023, 1, 1, 0, 50000),
(9420544, 1003024, 1, 1, 0, 50000),
(9420549, 1003025, 1, 1, 0, 50000),
(9420549, 1003026, 1, 1, 0, 50000);
(9420549, 1003026, 1, 1, 0, 50000),
(9300066, 4001087, 1, 1, 0, 999999),
(9300067, 4001088, 1, 1, 0, 999999),
(9300069, 4001089, 1, 1, 0, 999999),
(9300071, 4001090, 1, 1, 0, 999999),
(9300073, 4001091, 1, 1, 0, 999999),
(9300075, 4001092, 1, 1, 0, 999999),
(9300077, 4001093, 1, 1, 0, 999999),
(9300065, 4001080, 1, 1, 7302, 40000),
(9300065, 4001081, 1, 1, 7302, 40000),
(9300068, 4001081, 1, 1, 7302, 40000),
(9300068, 4001082, 1, 1, 7302, 40000),
(9300070, 4001080, 1, 1, 7302, 40000),
(9300070, 4001082, 1, 1, 7302, 40000),
(9300072, 4001080, 1, 1, 7302, 40000),
(9300072, 4001081, 1, 1, 7302, 40000),
(9300074, 4001081, 1, 1, 7302, 40000),
(9300074, 4001082, 1, 1, 7302, 40000),
(9300076, 4001080, 1, 1, 7302, 40000),
(9300076, 4001082, 1, 1, 7302, 40000),
(9300078, 4001080, 1, 1, 7302, 40000),
(9300078, 4001081, 1, 1, 7302, 40000),
(9300078, 4001082, 1, 1, 7302, 40000);
# (dropperid, itemid, minqty, maxqty, questid, chance)
@@ -19440,7 +19462,8 @@
(2001012, 4001045, 1, -1),
(2001013, 4001045, 1, -1),
(2001014, 4001045, 1, -1),
(2001015, 4001045, 1, -1);
(2001015, 4001045, 1, -1),
(2402006, 4001093, 1, -1);
# updates info for all cards on monster book
DROP TABLE `monstercarddata`;