my bad guys i renamed my gameserver.jar to gameserver2.jar so that i didn't replace the original.
i updated the first post.
my bad guys i renamed my gameserver.jar to gameserver2.jar so that i didn't replace the original.
i updated the first post.
Last edited by Aznkidd235; 07-01-18 at 04:57 PM.
fix.thanks
@Aznkidd235 I cannot compile ai/conditions folder, any help about this? I think is for this import but I'm not sure that what i can do for fix "import com.eclipsesource.json.JsonObject;"
https://snag.gy/bSuP0Y.jpg
Fixed without deleting
https://snag.gy/JeuRoZ.jpg
Greetings,
Elssair.
How can I compile quickly?
no other way, you need to do a full compile first to get the .class files you cannot export as .jar without it or you will get an error after the full compile you can compile the file you edited as single compile by simply changing this line:
Code:for /r %%a in (*.java) do ( "C:\Program Files\Java\jdk1.8.0_112\bin\javac" "path_to_file.java" )
yeah exactly like that for export settings i use export all output, export java source the options on bottom uncheck compress and check add directory.
Last edited by Aznkidd235; 08-01-18 at 10:30 AM.
Yeah I've compiled and exported,but is so more hardest to compile and export like on tuto steps, we need to make same structure like old gameserver when export files to .jar, and needs to make a new json lib for compile ai condition folder.
Greetings,
Elssair.
Didn't dl Eclipse nor IntelliJ IDEA (using vbox), what I did was just use the compiler after editing the .java files then drop the .class file into the original gameserver.jar (ofc I made a backup) using winrar5 to open the .jar file and put the .class file into the right directory and boot up the server. Works for me and now when I made a new character its level 1 instead of level 6 now.
Last edited by NanayaQ; 08-01-18 at 11:13 AM.
Last edited by TaxBeauty; 08-01-18 at 12:16 PM.
@NanayaQ Nice trick!! Runs perfect and faster, so on what java is level start spec?
Greetings,
Elssair.
Are you talking about making your New Character start at level 1?
If so then I suggest checking out the dev section:
http://forum.ragezone.com/f999/java-...98/index2.html