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:
@@ -118,6 +118,7 @@ External tools:
|
||||
|
||||
* MapleArrowFetcher - Updates min/max quantity dropped on all arrows drop data, calculations based on mob level and whether it's a boss or not.
|
||||
* MapleBossHpBarFetcher - Searches the quest WZ files and reports in all relevant data regarding mobs that has a boss HP bar whilst not having a proper "boss" label.
|
||||
* MapleCashDropFetcher - Searches the DB for any CASH drop data entry and lists them on a report file.
|
||||
* MapleCouponInstaller - Retrieves coupon info from the WZ and makes a SQL table with it. The server will use that table to gather info regarding rates and intervals.
|
||||
* MapleIdRetriever - Two behaviors: generates a SQL table with relation (id, name) of the handbook given as input. Given a file with names, outputs a file with ids.
|
||||
* MapleInvalidItemIdFetcher - Generates a file listing all inexistent itemid's currently laying on the DB.
|
||||
@@ -140,4 +141,9 @@ Project:
|
||||
* Heavily reviewed future task management inside the project. Way less trivial schedules are spawned now, relieving task overload on the TimerManager.
|
||||
* ThreadTracker: embedded auditing tool for run-time deadlock scanning throughout the server source (relies heavily on memory usage, designed only for debugging purposes).
|
||||
|
||||
Localhost:
|
||||
|
||||
* Removed the 'n' problem within NPC dialog.
|
||||
* Removed caps for MATK, WDEF, MDEF, ACC and AVOID.
|
||||
|
||||
---------------------------
|
||||
@@ -859,4 +859,11 @@ Corrigido NPC de guild tirando mesos do jogador sem efetuar a ação alguma caso
|
||||
11 - 12 Março 2018,
|
||||
Localhost melhorado: retirado caps de Matk, Mdef, Wdef, Acc e Avoid.
|
||||
Balanceado Ninja Ambush, agora dando uma quantidade de dano justificável.
|
||||
Implementado questline do Dyle.
|
||||
Implementado questline do Dyle.
|
||||
Corrigido possível exploit com sistema de quests, onde jogador podia começar e completar quaisquer quests livremente.
|
||||
Nova ferramenta: MapleCashDropFetcher. Aplicação busca por drop data de cash na DB e reporta.
|
||||
|
||||
13 Merço 2018,
|
||||
Adicionado feature de anúncio de mudança de classe.
|
||||
Adicionado drops faltando da questline Puppeteer de Aran.
|
||||
Movimentação de GM rank para alguns comandos.
|
||||
Reference in New Issue
Block a user