Jump to content

Recommended Posts

Posted

used the webupdater? if so, check all 3 boxes. If not, use it. Basically you failed at extracting 3 folders.

Posted

soonish, the packet encryption has just been cracked for the latest chronicle (faster then l2j once again) and we are in beta testing phase.

Posted

used the webupdater? if so, check all 3 boxes. If not, use it. Basically you failed at extracting 3 folders.

i used webupdater, i did everything like u said in guide. what extracting?

Posted

That or run this simple batch file in the same folder as L2NET.exe

 

name the file blah.bat

@echo off
cls
Echo By mpj123
Echo -------------------------------------------------------------
Echo -------------------------------------------------------------
Echo Hello there, this is an easy way to detect if you have all 
Echo the files needed for L2.NET after installation. 
Echo If you get an error, you installed L2.NET wrong.
Echo This batch file needs to be in the same directory 
Echo as your L2.NET executable (L2NET.exe)
Echo -------------------------------------------------------------
Echo -------------------------------------------------------------
pause
cls

IF NOT EXIST L2NET.exe goto Wrongplace

IF NOT EXIST Crests goto datapack
IF NOT EXIST Data goto datapack
IF NOT EXIST Icons goto datapack
IF NOT EXIST Maps goto datapack
IF NOT EXIST Options goto datapack
IF NOT EXIST Sounds goto datapack
IF NOT EXIST Text goto datapack
IF NOT EXIST blowfish.txt goto datapack
IF NOT EXIST enterworld.txt goto datapack
IF NOT EXIST interface.txt goto datapack
IF NOT EXIST loginlist.txt goto datapack

IF NOT EXIST Data goto core
IF NOT EXIST Scripts goto core
IF NOT EXIST commands.txt goto core
IF NOT EXIST EULA.txt goto core
IF NOT EXIST L2NET.exe goto core

IF NOT EXIST Maps goto map

cls

Echo -------------------------------------------------------------
Echo -------------------------------------------------------------
echo Congrats! Looks like you installed L2.NET correctly!
Echo -------------------------------------------------------------
Echo -------------------------------------------------------------
pause
exit

:Wrongplace
Echo -------------------------------------------------------------
Echo ---------------------------ERROR-----------------------------
Echo Looks like you placed the batch file in the wrong directory
Echo This batch file needs to be in the same directory as your 
Echo L2.NET executable (L2NET.exe)
Echo -------------------------------------------------------------
Echo -------------------------------------------------------------
pause
exit
gotoend

:datapack
echo Looks like you have an issue with the datapack
goto end


:map
echo Looks like you have an issue with the mappack
pause
exit

:core
echo Looks like you have an issue with the core files
goto end

:end
Echo -------------------------------------------------------------
Echo ---------------------------ERROR-----------------------------
echo Please visit http://l2net.insane-gamers.com/ for the download links
echo MAKE SURE when you install L2.NET that you follow the install format, Datapack, Core then Mappack!
echo Once you have re-installed the datapack, please run this checker again to verify that you installed L2.NET correctly!
Echo -------------------------------------------------------------
Echo -------------------------------------------------------------
pause
exit

  • 2 weeks later...
  • 2 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...