Maplers' Well-known Battlegrounds

Fulfilled merge of Drago's AriantPQ PR #438 into the source!
Adjusted MCPQ map limits predicted within battlefield's map info node.
Added max number-of-players option when creating a AriantPQ lobby.
Added party creation check when trying to create one inside the AriantPQ rooms.
Adjusted several AriantPQ mechanics, in order to either improve the existent features or make those that was still unavailable work seamlessly (score update, ariant batlle points).
This commit is contained in:
ronancpl
2019-04-19 21:20:46 -03:00
50 changed files with 1595 additions and 492 deletions

View File

@@ -21092,6 +21092,14 @@ DELETE FROM temp_data WHERE dropperid >= 9300315 AND dropperid <= 9300324;
(9300324, 2022178, 1, 1, 0, 200000),
(9300324, 4001129, 1, 1, 0, 12987);
# add AriantPQ items, AriantPQ specific items found thanks to Dragohe4rt
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
(9300157, 2100067, 1, 1, 0, 100000),
(9300157, 2022266, 1, 1, 0, 200000),
(9300157, 2022267, 1, 1, 0, 200000),
(9300157, 2022268, 1, 1, 0, 200000),
(9300157, 2022269, 1, 1, 0, 200000);
CREATE TABLE IF NOT EXISTS `drop_data` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`dropperid` int(11) NOT NULL,