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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user