Skip to content

Commit

Permalink
Made public
Browse files Browse the repository at this point in the history
  • Loading branch information
Elfocrash committed Sep 15, 2020
1 parent 8daa748 commit c3f041d
Show file tree
Hide file tree
Showing 166 changed files with 52,144 additions and 0 deletions.
103 changes: 103 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

data/geodata/
config/hexid.txt
# Project exclude paths
/.gradle/

build/
log/
50 changes: 50 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'net.sf.proguard:proguard-gradle:6.2.2'
}
}

plugins {
id 'com.github.johnrengelman.shadow' version '5.2.0'
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.3.70'
}

wrapper { gradleVersion = '6.0' }

group 'dev.l2j.autobots'
version '1.0-SNAPSHOT'

sourceCompatibility = 13

repositories {
jcenter()
mavenCentral()
}

dependencies {
compile "com.fasterxml.jackson.module:jackson-module-kotlin:2.10.+"
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.+"
compile group: 'com.mchange', name: 'c3p0', version: '0.9.5'
compile group: 'com.mchange', name: 'mchange-commons-java', version: '0.2.6.2'
compile group: 'mysql', name: 'mysql-connector-java', version: '8.0.15'
compile group: 'org.mindrot', name: 'jbcrypt', version: '0.4'
compile group: 'org.reflections', name: 'reflections', version: '0.9.12'
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-jdk8', version: '1.3.5'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5'
}

compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
5 changes: 5 additions & 0 deletions data/autobots/armorsets.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>

<items>
<armorset name="Test set" head="44" chest="26" legs="1104" hands="51" feet="39" neck="909" lear="846" rear="846" lring="878" rring="878"/>
</items>
35 changes: 35 additions & 0 deletions data/autobots/buffs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version='1.0' encoding='utf-8'?>

<items>
<buffs classid="PHOENIX_KNIGHT" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="HELL_KNIGHT" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="DUELIST" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="DREADNOUGHT" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="ADVENTURER" buffs="1204,2;1040,3;1036,2;1045,6;1077,3;1068,3;1086,2;1242,3;1363,1;1389,3;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1;364,1"/>
<buffs classid="SAGGITARIUS" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1;364,1"/>
<buffs classid="EVAS_TEMPLAR" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="SWORD_MUSE" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="WIND_RIDER" buffs="1204,2;1040,3;1036,2;1045,6;1077,3;1068,3;1086,2;1242,3;1363,1;1389,3;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1;364,1"/>
<buffs classid="MOONLIGHT_SENTINEL" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1;364,1"/>
<buffs classid="SHILLIEN_TEMPLAR" buffs="1035,4;1036,2;1040,3,1045,6;1068,3;1086,2;1243,6;1259,4;1304,3,1352,1;1353,1;1389,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;304,1;1204,2"/>
<buffs classid="SPECTRAL_DANCER" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1268,4;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1"/>
<buffs classid="GHOST_HUNTER" buffs="1204,2;1040,3;1036,2;1045,6;1077,3;1068,3;1086,2;1242,3;1363,1;1389,3;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1;364,1"/>
<buffs classid="GHOST_SENTINEL" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1;364,1"/>
<buffs classid="TITAN" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1268,4;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1"/>
<buffs classid="GRAND_KHAVATARI" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1268,4;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1"/>
<buffs classid="FORTUNE_SEEKER" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1268,4;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1"/>
<buffs classid="MAESTRO" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1268,4;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1"/>
<buffs classid="ARCHMAGE" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="SOULTAKER" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="ARCANA_LORD" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="CARDINAL" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="HIEROPHANT" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="MYSTIC_MUSE" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="ELEMENTAL_MASTER" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="EVAS_SAINT" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="STORM_SCREAMER" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="SPECTRAL_MASTER" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="SHILLIEN_SAINT" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="DOMINATOR" buffs="1204,2;1035,4;1036,2;1040,3;1045,6;1059,3;1062,2;1078,6;1085,3;1303,2;1389,3;1413,1;273,1;276,1;365,1;264,1;267,1;268,1;304,1;349,1;1048,6"/>
<buffs classid="DOOMCRYER" buffs="1204,2;1040,3;1036,2;1045,6;1048,6;1062,2;1068,3;1077,3;1086,2;1240,3;1242,3;1268,4;1388,3;1363,1;271,1;274,1;275,1;264,1;267,1;268,1;269,1;304,1"/>
</items>
12 changes: 12 additions & 0 deletions data/autobots/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<thinkIteration>350</thinkIteration>
<defaultTitle>Welcome to L2</defaultTitle>
<defaultTargetingRange>2000</defaultTargetingRange>
<defaultAttackPlayerType>None</defaultAttackPlayerType>
<defaultTargetingPreference>Random</defaultTargetingPreference>
<useManaPots>true</useManaPots>
<useQuickHealingPots>true</useQuickHealingPots>
<useGreaterHealingPots>true</useGreaterHealingPots>
<useGreaterCpPots>true</useGreaterCpPots>
</settings>
Loading

0 comments on commit c3f041d

Please sign in to comment.