optimousprime Posted December 9 Posted December 9 Hello everyone, I'm sharing the version I was working on recently. And a more original server-focused package following the missions of the original game. The entire calling package was restructured, making it lighter and easier to execute. It is good for people who want to start a package, without customizing equipment and skills. * I put together 4 bases: "RusaCis3.5" "Lucera" "aCis" "Dev" It has a Modern UI template. JDK 14: https://mega.nz/file/rg5QwDJA#FwHrPbt8bw8prD3WLJz7dFOv1HAoYakNLTbVhLdgQTY Client: https://www.mediafire.com/file/rg6twikao7zugd2/L2_CLIENT_INTERLUDE.zip MariaDB: https://mega.nz/file/YBIXXSgY#9xqdkVMXAXY3VPNkBs6R05rnzJ9bH6aU47y2WNLfri4 L2FileEdit: https://mega.nz/file/xdQTTaKJ#poqzJDE-gItyQo0EOEWCHsC_r4HPXaCmLAZ_InUmOjE Soucer: https://mega.nz/file/cv1BnCpY#F6UDroejOid2i4F9ipMZTt8d0u_ww10o9e0zAjlHMSA Compilado: https://mega.nz/file/M3FxCaaR#FW6k4SFZJhajRygJSxDJwDfWc04kaC6HVUc5rktT2SE Quote # Extra * Dualbox *AntiFeed * Premium * Bots prevention Bots prevention * Premium Buffs Category * DropList info Shift + Click * Skill Duration * Olympiad Custom Period * InfinitySS * InfinityArrows * AutoFarm * EVENTS capturetheflag, deathmatch, lastman, soloboss, teamvsteam * Commands Custom voiced .menu .offline .online .premium .ctfinfo .ctfjoin .ctfleave .dminfo .dmjoin .dmleave .lminfo .lmjoin .lmleave .tvtinfo .tvtjoin .tvtleave Author post: IFox 2 Quote
kHa Posted December 11 Posted December 11 how to config gameserver/loginserver java path ? any explain? ' Get Java path. Dim path Set shell = WScript.CreateObject("WScript.Shell") path = shell.Environment.Item("JAVA_HOME") If path = "" Then MsgBox "Could not find JAVA_HOME environment variable!", vbOKOnly, "Game Server" Else If InStr(path, "\bin") = 0 Then path = path + "\bin\" Else path = path + "\" End If path = Replace(path, "\\", "\") path = Replace(path, "Program Files", "Progra~1") End If ' Generate command. Dim command command = path & "java -Xmx2280m -cp ../libs/*; l2j.luceraV3.gameserver.GameServer" ' Run the server. Dim exitcode exitcode = 0 Do ' Run the command and keep the console open. exitcode = shell.Run("cmd /c " & command & " & exit", 0, True) ' Handle the exit code If exitcode = 2 Then ' Restart exitcode = 2 ElseIf exitcode <> 0 Then ' Error exitcode = 0 Exit Do End If Loop While exitcode = 2 Quote
optimousprime Posted December 11 Author Posted December 11 2 hours ago, kHa said: how to config gameserver/loginserver java path ? any explain? ' Get Java path. Dim path Set shell = WScript.CreateObject("WScript.Shell") path = shell.Environment.Item("JAVA_HOME") If path = "" Then MsgBox "Could not find JAVA_HOME environment variable!", vbOKOnly, "Game Server" Else If InStr(path, "\bin") = 0 Then path = path + "\bin\" Else path = path + "\" End If path = Replace(path, "\\", "\") path = Replace(path, "Program Files", "Progra~1") End If ' Generate command. Dim command command = path & "java -Xmx2280m -cp ../libs/*; l2j.luceraV3.gameserver.GameServer" ' Run the server. Dim exitcode exitcode = 0 Do ' Run the command and keep the console open. exitcode = shell.Run("cmd /c " & command & " & exit", 0, True) ' Handle the exit code If exitcode = 2 Then ' Restart exitcode = 2 ElseIf exitcode <> 0 Then ' Error exitcode = 0 Exit Do End If Loop While exitcode = 2 You don't have to tuche nothing on that section mate just install your java jdk14. Setup in your every moments area the home_java path if you dont know how use Google to guide you... Quote
kHa Posted December 11 Posted December 11 2 hours ago, optimousprime said: You don't have to tuche nothing on that section mate just install your java jdk14. Setup in your every moments area the home_java path if you dont know how use Google to guide you... thanks, its work Quote
antada Posted 6 hours ago Posted 6 hours ago .farm The config file is missing and cannot be executed. Quote
optimousprime Posted 4 hours ago Author Posted 4 hours ago 1 hour ago, antada said: .farm The config file is missing and cannot be executed. In order to have the auto farm system install the interface in the system that bean provided Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.