Quest & Command tweak + MapleCashDropFetcher + Cash drop tidyup
Solved a possible exploit on starting/completing non-scripted quests. Added missing drop data for Aran's puppeteer questline. Moved GM tier level of some commands. Applied proper synchronization for BuddyList modules. Issued commands now requires "@" heading for normal players and donators (GM level < 2) and "!" for Jr. GM and above (GM level >= 2). Added custom feature: a message will be sent to acquaintances of a player (friends, family, guild, spouse) when they change/upgrade jobs. Removed cash drop entries from the DB. New tool: MapleCashDropFetcher. Reports on a text file all cash-type drop data on DB.
This commit is contained in:
@@ -1107,7 +1107,6 @@ USE `heavenms`;
|
||||
(9300063, 1052101, 1, 1, 0, 700),
|
||||
(9300082, 1052101, 1, 1, 0, 700),
|
||||
(9400503, 1052101, 1, 1, 0, 40000),
|
||||
(2100100, 5240005, 1, 1, 0, 7000),
|
||||
(2100100, 4003004, 1, 1, 0, 7000),
|
||||
(2100100, 2000001, 1, 1, 0, 40000),
|
||||
(2100100, 2000003, 1, 1, 0, 40000),
|
||||
@@ -10022,7 +10021,6 @@ USE `heavenms`;
|
||||
(9500326, 1372000, 1, 1, 0, 40000),
|
||||
(9500345, 1372000, 1, 1, 0, 40000),
|
||||
(9303004, 1372000, 1, 1, 0, 700),
|
||||
(6130103, 1702131, 1, 1, 0, 700),
|
||||
(6130103, 2000006, 1, 1, 0, 40000),
|
||||
(6130103, 2000004, 1, 1, 0, 40000),
|
||||
(6130103, 2040401, 1, 1, 0, 750),
|
||||
@@ -20183,7 +20181,11 @@ USE `heavenms`;
|
||||
(9400114, 2022063, 10, 30, 0, 200000),
|
||||
(9400114, 2022064, 10, 30, 0, 200000),
|
||||
(9400120, 4000094, 1, 1, 0, 400000),
|
||||
(9400122, 4000094, 1, 1, 0, 400000);
|
||||
(9400122, 4000094, 1, 1, 0, 400000),
|
||||
(1110130, 4032317, 1, 1, 21717, 40000),
|
||||
(1110130, 4032318, 1, 1, 21718, 40000),
|
||||
(1140130, 4032319, 1, 1, 21723, 100000),
|
||||
(2230131, 4032321, 1, 1, 21727, 20000);
|
||||
|
||||
# (dropperid, itemid, minqty, maxqty, questid, chance)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user