@sunwind >> What nice and great files!
Could you tell me how to connect and use them?
There is a java folder, an sql folder, and a DataCleaning folder! Please make a quick tutorial on how to connect! Thank you.
observation:The system folder shows how to log into the game, etc., but the system is missing files. Should I copy the files from this system and put them in another one that contains l2.exe? Another thing: the 1start.bat file is missing! Only these files were found!
0stop mysql
1startmysql
2startloginserver
3startgameserver
clean fake account
Question
shumas753
i have dead project files and i want change name to mine for example like here:
package com.l2j.gameserver
import com.l2j.gameserver.network.serverpackets.SystemMessage;
import com.l2j.gameserver.script.DateRange;
import com.l2j.gameserver.util.Broadcast;
import com.l2j.util.StringUtil;
to this:
package lt.oriondev.gameserver
import lt.oriondev.gameserver.network.serverpackets.SystemMessage;
import lt.oriondev.gameserver.script.DateRange;
import lt.oriondev.gameserver.util.Broadcast;
import lt.oriondev.util.StringUtil;
and do this without writing with hand.
i have writen about half src by hand and i tired do this. could anyone help me?
2 answers to this question
Recommended Posts