WorldScape Blitz

Support => Classic Support => Topic started by: Cavallers on March 22, 2011, 01:56:09 AM

Title: errors...
Post by: Cavallers on March 22, 2011, 01:56:09 AM
this is getting me really mad.. ive been playing this server for 3-4 years since 2007 i wanted to come back.. everytime i login... the stupid forum pops up and the client kicks me.. doesnt give me time to walk or anything...

and also.. blitz isnt out yet?... if not, why? ive been waiting since i joined for the release.. >.<
Title: Re: errors...
Post by: Insomnom on March 22, 2011, 02:54:02 AM

Read this.
http://www.worldscapeblitz.com/blitz/smf/index.php/topic,8593.0.html
Attach your account.
Then log in.

Also, Blitz was out. For a good bit.
Then Classic came back.

Edit: Funny.
Quote from: Cavallers on October 17, 2010, 05:22:09 PMwell i also saw that blitz is finally out wich makes me happy cuz i waited 4 years for it O.o
Bad memory? =P
I jest, of course.
Let me know if you have any other problems.
Title: Re: errors...
Post by: Kryptonite on March 26, 2011, 12:29:32 PM
Actually, you CAN play Blitz still. Just change the IP to blitz1.worldscapeblitz.com and play.
Title: Re: errors...
Post by: Kevin on March 26, 2011, 05:51:08 PM
I had this same problem on my Laptop. I am assuming it is a 64 bit computer?


If so right click the .bat that you run the client, click edit and you will see this

Code (HighDetail) Select

@echo off
Title WorldScape Client
java -jar -Xmx384M AllGoFree_RS_Client.jar 10 0 highmem members 0
pause


Code (Low Detail) Select

@echo off
Title WorldScape Client
java -jar -Xmx384M AllGoFree_RS_Client.jar 10 0 lowmem members 0
pause


Change them to this

Code (High Detail) Select

@echo off
Title WorldScape Client
"C:\Program Files (x86)\Java\jre\bin\java.exe" -jar -Xmx384M AllGoFree_RS_Client.jar 10 0 highmem members 0
pause


Code (Low Detail) Select
@echo off
Title WorldScape Client
"C:\Program Files (x86)\Java\jre\bin\java.exe" -jar -Xmx384M AllGoFree_RS_Client.jar 10 0 lowmem members 0
pause


Save them both and then try.