News:

WorldScape is run on the most advance RuneScape private server software. Ever.

Main Menu

errors...

Started by Cavallers, March 22, 2011, 01:56:09 AM

Previous topic - Next topic

Cavallers

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.. >.<

-Cavallers

Insomnom

#1

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.
"There are two kinds of failures: those who thought and never did, and those who did and never thought." -L. J. Peter

Made by Pride.

Kryptonite

Actually, you CAN play Blitz still. Just change the IP to blitz1.worldscapeblitz.com and play.

Quote from: Recoil on April 18, 2012, 06:21:22 PM
Quote from: X on April 18, 2012, 06:20:22 PM
Quote from: Recoil on April 18, 2012, 05:59:45 PM
Da fuq are you doing in a graffiti painted hobo dungeon for?

weed
Just lost all the respect I once had for you.



Kevin

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.