Fixed several cases on the Cash Shop that would freeze some player actions when triggered, requiring exit Cash Shop to unstuck. Implemented Code Coupons, supporting several items bundled on the same code, and also devised a way to automate code generation. Added a current status on-demand option on the Buyback command. Info such as "current fee" or "time remaining" are available now. Reviewed several cases where non-owned items would get stacked with owner-tagged items. Added Door support for Happyville, Crimsonwood Keep. Added worldmap tooltip support for some maps in Masteria's C. Keep and H. House. Added Masteria region to the world map. C. Keep interiors no longer relocates players to entrance after actions such as logout. Overhauled minigame mechanics: from player boxes tooltip and in-match improvements to deploy different minigame types, accordingly with item description or player choice. Fixed Amoria outskirts not relocating players to city after getting KO'ed. Fixed issues with pets, rings and cash items being assigned the same cash unique ids leading to some quirks on the cash shop inventory. Fixed an issue with the recently added HP/MP ratio update, arbitrarily taking off 1 point in certain cases. Answer positions on the explorer's 3rd job quiz are now randomed. Fixed several issues that showed up when the bcrypt system is disabled. DOT from maps such as El Nath and Aqua Road now procs at a 5sec interval, GMS-like. Improved performance of Whodrops and Search commands. Concurrently protected player interaction handlers, thus mitigating several exploits on these lines. Adjusted several expedition timers, such as Horntail, now having a more sane deadline. Concurrently protected chair modules. Fixed "seduce" debuff not working on chairs.
81 lines
2.7 KiB
Properties
81 lines
2.7 KiB
Properties
annotation.processing.enabled=true
|
|
annotation.processing.enabled.in.editor=false
|
|
annotation.processing.processors.list=
|
|
annotation.processing.run.all.processors=true
|
|
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
|
application.title=MapleMobBookUpdate
|
|
application.vendor=RonanLana
|
|
build.classes.dir=${build.dir}/classes
|
|
build.classes.excludes=**/*.java,**/*.form
|
|
# This directory is removed when the project is cleaned:
|
|
build.dir=build
|
|
build.generated.dir=${build.dir}/generated
|
|
build.generated.sources.dir=${build.dir}/generated-sources
|
|
# Only compile against the classpath explicitly listed here:
|
|
build.sysclasspath=ignore
|
|
build.test.classes.dir=${build.dir}/test/classes
|
|
build.test.results.dir=${build.dir}/test/results
|
|
# Uncomment to specify the preferred debugger connection transport:
|
|
#debug.transport=dt_socket
|
|
debug.classpath=\
|
|
${run.classpath}
|
|
debug.test.classpath=\
|
|
${run.test.classpath}
|
|
# Files in build.classes.dir which should be excluded from distribution jar
|
|
dist.archive.excludes=
|
|
# This directory is removed when the project is cleaned:
|
|
dist.dir=dist
|
|
dist.jar=${dist.dir}/MapleMobBookUpdate.jar
|
|
dist.javadoc.dir=${dist.dir}/javadoc
|
|
endorsed.classpath=
|
|
excludes=
|
|
file.reference.mysql-connector-java-bin.jar=lib\\mysql-connector-java-bin.jar
|
|
includes=**
|
|
jar.compress=false
|
|
javac.classpath=\
|
|
${file.reference.mysql-connector-java-bin.jar}
|
|
# Space-separated list of extra javac options
|
|
javac.compilerargs=
|
|
javac.deprecation=false
|
|
javac.processorpath=\
|
|
${javac.classpath}:\
|
|
${file.reference.mysql-connector-java-bin.jar}
|
|
javac.source=1.7
|
|
javac.target=1.7
|
|
javac.test.classpath=\
|
|
${javac.classpath}:\
|
|
${build.classes.dir}:\
|
|
${file.reference.mysql-connector-java-bin.jar}
|
|
javac.test.processorpath=\
|
|
${javac.test.classpath}
|
|
javadoc.additionalparam=
|
|
javadoc.author=false
|
|
javadoc.encoding=${source.encoding}
|
|
javadoc.noindex=false
|
|
javadoc.nonavbar=false
|
|
javadoc.notree=false
|
|
javadoc.private=false
|
|
javadoc.splitindex=true
|
|
javadoc.use=true
|
|
javadoc.version=false
|
|
javadoc.windowtitle=
|
|
main.class=maplemobbookupdate.MapleMobBookUpdate
|
|
manifest.file=manifest.mf
|
|
meta.inf.dir=${src.dir}/META-INF
|
|
mkdist.disabled=false
|
|
platform.active=default_platform
|
|
run.classpath=\
|
|
${javac.classpath}:\
|
|
${build.classes.dir}
|
|
# Space-separated list of JVM arguments used when running the project.
|
|
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
|
|
# To set system properties for unit tests define test-sys-prop.name=value:
|
|
run.jvmargs=
|
|
run.test.classpath=\
|
|
${javac.test.classpath}:\
|
|
${build.test.classes.dir}:\
|
|
${file.reference.mysql-connector-java-bin.jar}
|
|
source.encoding=UTF-8
|
|
src.dir=src
|
|
test.src.dir=test
|