WK charges fix + Job level cap + MapleQuestItemFetcher
Fixed WK charges not overriding one another and some concurrency issues within MapleMap and EventInstanceManager. New feature: job level cap, limits EXP gain until job advancement is done. New tool: MapleQuestItemFetcher, searches through the server files for missing quest items and reports the results.
This commit is contained in:
@@ -28,9 +28,9 @@ import java.sql.SQLException;
|
||||
*
|
||||
* @author RonanLana
|
||||
*
|
||||
* This application gathers information about the Cash Shop EXP & DROP coupons, such
|
||||
* as applied rates, active times of day and days of week and dumps them in a SQL
|
||||
* table, in which will be used by the server.
|
||||
* This application gathers information about the Cash Shop's EXP & DROP coupons,
|
||||
* such as applied rates, active times of day and days of week and dumps them in
|
||||
* a SQL table, in which will be used by the server.
|
||||
*
|
||||
*/
|
||||
public class MapleCouponInstaller {
|
||||
|
||||
Reference in New Issue
Block a user