MapleCouponInstaller + EXP/DROP Coupon System
Added mechanics for the EXP/DROP cash coupons (such as enabling out-of-time active coupons via command and automatic update of active ones over the designed interval). Created MapleCouponInstaller as means to gather info about the coupon intervals and rates from the WZs (the generated SQL table is already updated on the db_database.sql file).
This commit is contained in:
4
MapleIdRetriever/build/built-jar.properties
Normal file
4
MapleIdRetriever/build/built-jar.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
#Tue, 30 May 2017 01:29:33 -0300
|
||||
|
||||
|
||||
C\:\\Nexon\\MapleSolaxia\\MapleSolaxiaV2\\MapleIdRetriever=
|
||||
Binary file not shown.
BIN
MapleIdRetriever/dist/MapleIdRetriever.jar
vendored
Normal file
BIN
MapleIdRetriever/dist/MapleIdRetriever.jar
vendored
Normal file
Binary file not shown.
32
MapleIdRetriever/dist/README.TXT
vendored
Normal file
32
MapleIdRetriever/dist/README.TXT
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
========================
|
||||
BUILD OUTPUT DESCRIPTION
|
||||
========================
|
||||
|
||||
When you build an Java application project that has a main class, the IDE
|
||||
automatically copies all of the JAR
|
||||
files on the projects classpath to your projects dist/lib folder. The IDE
|
||||
also adds each of the JAR files to the Class-Path element in the application
|
||||
JAR files manifest file (MANIFEST.MF).
|
||||
|
||||
To run the project from the command line, go to the dist folder and
|
||||
type the following:
|
||||
|
||||
java -jar "MapleIdRetriever.jar"
|
||||
|
||||
To distribute this project, zip up the dist folder (including the lib folder)
|
||||
and distribute the ZIP file.
|
||||
|
||||
Notes:
|
||||
|
||||
* If two JAR files on the project classpath have the same name, only the first
|
||||
JAR file is copied to the lib folder.
|
||||
* Only JAR files are copied to the lib folder.
|
||||
If the classpath contains other types of files or folders, these files (folders)
|
||||
are not copied.
|
||||
* If a library on the projects classpath also has a Class-Path element
|
||||
specified in the manifest,the content of the Class-Path element has to be on
|
||||
the projects runtime path.
|
||||
* To set a main class in a standard Java project, right-click the project node
|
||||
in the Projects window and choose Properties. Then click Run and enter the
|
||||
class name in the Main Class field. Alternatively, you can manually type the
|
||||
class name in the manifest Main-Class element.
|
||||
BIN
MapleIdRetriever/dist/lib/mysql-connector-java-bin.jar
vendored
Normal file
BIN
MapleIdRetriever/dist/lib/mysql-connector-java-bin.jar
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,5 @@
|
||||
Heaven's Hammer
|
||||
|
||||
Blue Potion
|
||||
White Potion
|
||||
Elixir
|
||||
@@ -1,3 +1,5 @@
|
||||
1221011
|
||||
|
||||
2000003 2000017
|
||||
2000002 2000016 2022174
|
||||
2000004 2000012 2002012 2022175 2022456
|
||||
2
MapleIdRetriever/nbproject/private/private.properties
Normal file
2
MapleIdRetriever/nbproject/private/private.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
compile.on.save=true
|
||||
user.properties.file=C:\\Users\\RonanLana\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties
|
||||
7
MapleIdRetriever/nbproject/private/private.xml
Normal file
7
MapleIdRetriever/nbproject/private/private.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group/>
|
||||
</open-files>
|
||||
</project-private>
|
||||
@@ -48,8 +48,8 @@ public class MapleIdRetriever {
|
||||
|
||||
// ------- SEARCH section arguments --------
|
||||
|
||||
static String inputName = "fetch.txt";
|
||||
static String outputName = "result.txt";
|
||||
static String inputName = "lib/fetch.txt";
|
||||
static String outputName = "lib/result.txt";
|
||||
|
||||
/**
|
||||
* @param args the command line arguments
|
||||
|
||||
Reference in New Issue
Block a user