Guild PQ + fixed negative EXP error

Implemented Guild PQ. Fixed a problem introduced earlier where negative
EXP would be deemed as "integer overflow", provoking many game breaking
issues as result.
This commit is contained in:
ronancpl
2017-06-18 03:19:53 -03:00
parent 81f9226286
commit 42fe74955d
135 changed files with 822 additions and 564 deletions

View File

@@ -19035,7 +19035,14 @@
(9300043, 4001052, 1, 1, 0, 999999),
(9300040, 4001074, 1, 1, 0, 999999),
(9300048, 4001053, 1, 1, 0, 999999),
(9300049, 4001074, 1, 1, 0, 999999);
(9300049, 4001074, 1, 1, 0, 999999),
(9300019, 4001026, 1, 1, 0, 999999),
(9300022, 4001027, 1, 1, 0, 999999),
(9300023, 4001028, 1, 1, 0, 999999),
(9300024, 4001035, 1, 1, 0, 999999),
(9300025, 4001036, 1, 1, 0, 999999),
(9300027, 4001035, 1, 1, 0, 999999),
(9300033, 4001035, 1, 1, 0, 999999);
# (dropperid, itemid, minqty, maxqty, questid, chance)