Fixed a critical bug that would sometimes default the written mount data on the DB, causing data loss. Removed all invalid itemids from the drop data. Added quest rates. Instead of using the player's rates, quest rates stacks up with the server's exp and drop rates when giving quest rewards, making the values the same for all. Adjusted map boundings to better suit the item drop positions inside the field. New tool: MapleInvalidItemIdFetcher. It reads all existing itemids from the wz and reports inexistent itemids on the DB's drop data.
78 lines
2.5 KiB
Properties
78 lines
2.5 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=MapleInvalidItemIdFetcher
|
|
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}
|
|
# Os arquivos em build.classes.dir que devem ser exclu\u00eddos do jar de distribui\u00e7\u00e3o
|
|
dist.archive.excludes=
|
|
# This directory is removed when the project is cleaned:
|
|
dist.dir=dist
|
|
dist.jar=${dist.dir}/MapleInvalidItemIdFetcher.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}
|
|
javac.source=1.7
|
|
javac.target=1.7
|
|
javac.test.classpath=\
|
|
${javac.classpath}:\
|
|
${build.classes.dir}
|
|
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=maplenoitemidfetcher.MapleNoItemIdFetcher
|
|
manifest.file=manifest.mf
|
|
meta.inf.dir=${src.dir}/META-INF
|
|
mkdist.disabled=false
|
|
platform.active=JDK_1.7
|
|
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}
|
|
source.encoding=UTF-8
|
|
src.dir=src
|
|
test.src.dir=test
|