Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Revert "Revert "Added Sunrise and Homunculus from mobius + various fi…
Browse files Browse the repository at this point in the history
…xes""

This reverts commit cb51430.
  • Loading branch information
nightw0lv committed Mar 18, 2021
1 parent cb51430 commit a727fc6
Show file tree
Hide file tree
Showing 95 changed files with 8,638 additions and 59 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -41,3 +41,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
/out/artifacts v1.1/
/out/
11 changes: 11 additions & 0 deletions .idea/artifacts/HighFive_Sunrise.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/artifacts/L2J_Mobius_Premium_8_0_Homunculus.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/libraries/HighFive_Sunrise.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/libraries/L2J_Mobius_Premium_8_0_Homunculus.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions HighFive/Sunrise/META-INF/MANIFEST.MF
@@ -0,0 +1,4 @@
Manifest-Version: 1.0
Main-Class: VDSystemManager
Class-Path: itopz.com

33 changes: 33 additions & 0 deletions HighFive/Sunrise/Patch.diff
@@ -0,0 +1,33 @@
diff --git .classpath .classpath
index 7d7b679..a2ada7d 100644
--- .classpath
+++ .classpath
@@ -32,5 +32,6 @@
<classpathentry exported="true" kind="lib" path="lib/trove-3.1a1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity-slf4j-1.7.jar"/>
+ <classpathentry kind="lib" path="lib/VDSystem.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git gameserver/src/main/java/l2r/gameserver/GameServer.java gameserver/src/main/java/l2r/gameserver/GameServer.java
index 32c578f..a1371cf 100644
--- gameserver/src/main/java/l2r/gameserver/GameServer.java
+++ gameserver/src/main/java/l2r/gameserver/GameServer.java
@@ -13,6 +13,7 @@

import gnu.trove.set.TIntSet;
import gnu.trove.set.hash.TIntHashSet;
+import itopz.com.VDSystemManager;
import l2s.commons.lang.StatsUtils;
import l2s.commons.listener.Listener;
import l2s.commons.listener.ListenerList;
@@ -301,6 +302,8 @@

TrainingCampManager.getInstance().init();

+ VDSystemManager.getInstance();
+
Shutdown.getInstance().schedule(Config.RESTART_AT_TIME, Shutdown.RESTART);

_log.info("GameServer Started");

13 changes: 13 additions & 0 deletions HighFive/Sunrise/Sunrise.iml
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/libs" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="HighFive_Sunrise" level="project" />
</component>
</module>

0 comments on commit a727fc6

Please sign in to comment.