Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Error with every 508/525 client

Newbie Spellweaver
Joined
Aug 9, 2007
Messages
56
Reaction score
0
Hi! Everytime I run a 508/525 client i get this error:
Helpneeded - Error with every 508/525 client - RaGEZONE Forums

Can someone help me? I think i have all the caches i need.

E: And because its transparent is because i just blinks.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Nov 25, 2008
Messages
180
Reaction score
2
It can't find the loader class.
Please post your run.bat source code and I'll edit it to run off a different class for you.
 
Newbie Spellweaver
Joined
Aug 9, 2007
Messages
56
Reaction score
0
It can't find the loader class.
Please post your run.bat source code and I'll edit it to run off a different class for you.
Code:
@echo off
title Brandyn's Z525 - Point Blank; A New Revolution
cd src
java Loader
exit
 
Junior Spellweaver
Joined
Nov 25, 2008
Messages
180
Reaction score
2
@echo off
title Brandyn's Z525 - Point Blank; A New Revolution
cd src
java client
exit

Before you change the code make sure you have the correct cache.
 
Newbie Spellweaver
Joined
Aug 9, 2007
Messages
56
Reaction score
0
@echo off
title Brandyn's Z525 - Point Blank; A New Revolution
cd src
java client
exit

Before you change the code make sure you have the correct cache.

Its not working. : S
 
Back
Top