This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
L2j
/
l2j-server-game
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
MELERIX
14 yıl önce
ebeveyn
35fb899741
işleme
762cfbc3c8
81 değiştirilmiş dosya
ile
0 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
0
0
L2J_CommunityServer/.classpath
0
0
L2J_CommunityServer/.gcjbuilder
0
0
L2J_CommunityServer/.project
0
0
L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
0
0
L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
0
0
L2J_CommunityServer/LICENSE.txt
0
0
L2J_CommunityServer/build.xml
0
0
L2J_CommunityServer/dist/startCommunityServer.bat
0
0
L2J_CommunityServer/dist/startCommunityServer.sh
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
0
0
L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
0
0
L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
0
0
L2J_CommunityServer/java/config/General.properties
0
0
L2J_CommunityServer/java/config/communityserver.properties
0
0
L2J_CommunityServer/java/config/telnet.properties
0
0
L2J_CommunityServer/java/console.cfg
0
0
L2J_CommunityServer/java/log.cfg
0
0
L2J_CommunityServer/launcher/Community.launch
0
0
L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
0
0
L2J_CommunityServer/lib/c3p0_LICENSE.txt
0
0
L2J_CommunityServer/lib/javolution-5.5.1.jar
0
0
L2J_CommunityServer/lib/javolution_LICENSE.txt
0
0
L2J_CommunityServer/lib/mchange-commons-0.2.jar
0
0
L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
0
0
L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
+ 0
- 0
L2_CommunityServer/.classpath → L2J_CommunityServer/.classpath
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/.gcjbuilder → L2J_CommunityServer/.gcjbuilder
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/.project → L2J_CommunityServer/.project
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.core.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.core.prefs
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/.settings/org.eclipse.jdt.ui.prefs → L2J_CommunityServer/.settings/org.eclipse.jdt.ui.prefs
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/LICENSE.txt → L2J_CommunityServer/LICENSE.txt
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/build.xml → L2J_CommunityServer/build.xml
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.bat → L2J_CommunityServer/dist/startCommunityServer.bat
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/dist/startCommunityServer.sh → L2J_CommunityServer/dist/startCommunityServer.sh
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Config.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Config.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java → L2J_CommunityServer/java/com/l2jserver/communityserver/GameServerRegistrationTable.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2CommunityServer.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java → L2J_CommunityServer/java/com/l2jserver/communityserver/L2DatabaseFactory.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java → L2J_CommunityServer/java/com/l2jserver/communityserver/Shutdown.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java → L2J_CommunityServer/java/com/l2jserver/communityserver/cache/HtmCache.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/CommunityBoardManager.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/AdminBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ClanPostBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/ErrorBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/FriendBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MailBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/MemoBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/RegionBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Comment.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Forum.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Castle.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Clan.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/L2Player.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Post.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Post.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java → L2J_CommunityServer/java/com/l2jserver/communityserver/model/Topic.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerListener.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThread.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/GameServerThreadPool.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseReadPacket.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/BaseWritePacket.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnection.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionConfig.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/NetConnectionListener.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/BlowfishEngine.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/netcon/crypt/NewCrypt.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/BlowFishKey.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/GameServerAuth.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestShowCommunityBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/RequestWriteCommunityBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/readpackets/WorldInfo.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/AuthResponse.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/CommunityServerFail.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/InitCS.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerSendMessage.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/PlayerShowBoard.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java → L2J_CommunityServer/java/com/l2jserver/communityserver/network/writepackets/RequestWorldInfo.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java → L2J_CommunityServer/java/com/l2jserver/communityserver/threading/ThreadPoolManager.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/Rnd.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteReader.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/AbstractBufferedByteWriter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteReader.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/BufferedByteWriter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteReader.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java → L2J_CommunityServer/java/com/l2jserver/communityserver/util/buffer/SynchronizedBufferedByteWriter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFilter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFilter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/AuditFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/AuditFormatter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/ConsoleLogFormatter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorFilter.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorFilter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java → L2J_CommunityServer/java/com/l2jserver/log/ErrorLogHandler.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java → L2J_CommunityServer/java/com/l2jserver/log/FileLogFormatter.java
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/config/General.properties → L2J_CommunityServer/java/config/General.properties
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/config/communityserver.properties → L2J_CommunityServer/java/config/communityserver.properties
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/config/telnet.properties → L2J_CommunityServer/java/config/telnet.properties
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/console.cfg → L2J_CommunityServer/java/console.cfg
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/java/log.cfg → L2J_CommunityServer/java/log.cfg
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/launcher/Community.launch → L2J_CommunityServer/launcher/Community.launch
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/c3p0-0.9.2-pre1.jar → L2J_CommunityServer/lib/c3p0-0.9.2-pre1.jar
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/c3p0_LICENSE.txt → L2J_CommunityServer/lib/c3p0_LICENSE.txt
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/javolution-5.5.1.jar → L2J_CommunityServer/lib/javolution-5.5.1.jar
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/javolution_LICENSE.txt → L2J_CommunityServer/lib/javolution_LICENSE.txt
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/mchange-commons-0.2.jar → L2J_CommunityServer/lib/mchange-commons-0.2.jar
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar → L2J_CommunityServer/lib/mysql-connector-java-5.1.15-bin.jar
Dosyayı Görüntüle
+ 0
- 0
L2_CommunityServer/lib/mysql-connector-java_LICENSE.txt → L2J_CommunityServer/lib/mysql-connector-java_LICENSE.txt
Dosyayı Görüntüle