Deathlypvpz V4.1 [UPDATED][Pi]

C:\username or change it to where you want. (ex: i changed mine to C:) should auto name.

All i keep getting is this

[quote=“amirparvis, post:218, topic:514976”]All i keep getting is this

[/quote] This is due to either, you have not changed the ip, or compiled after you changed it. If you have, Then its because this Source/Client has a problem with its cache. The full thing doesnt go into your C:/ or C:/user. Just delete the cache out of there and re extract it. It should work. Happened to 3 different friends of mine.

No offence but this server or whatever you people call it is complete crap.

The nulls, the missed up white buildings. Seriously if you’re going to release something at-least fix these damn easy nulls, and missed up cache.

[quote=“Driman Rune, post:220, topic:514976”]No offence but this server or whatever you people call it is complete crap.

The nulls, the missed up white buildings. Seriously if you’re going to release something at-least fix these damn easy nulls, and missed up cache.[/quote]says the person who releases somebody’s else source (who mind you leeched as well ) and then claims 10% credits for it. (which btw are against the rules)

Should I go back to your download topic and point out all the bugs in the images? I don’t think you want that…

Shut up noob, that’s your name right? D:

I have only released 2006Lives, my memory says D:

[quote=“Driman Rune, post:222, topic:514976”]Shut up noob, that’s your name right? D:

I have only released 2006Lives, my memory says D:[/quote]you asked for it

telling him to fix white walls? pfft fix your smithing! I could go on but you see the similarity I hope.

[hr]

p.s. you should know who I am :wink:

My parents and teachers always told me to.

“Don’t speak to strangers.” :cool:

Added bank tabs yet? lol

Do it yourself…

Where do you change ip in the source? I checked server.java and it wasn’t there. I already know that I did client.java correctly but if I,m going to be able to host this I need to find the 3rd ip :stuck_out_tongue: any help?

[quote=“Samloka, post:226, topic:514976”][quote author=grosslyclever link=topic=633225.msg4346147#msg4346147 date=1375908937]
Added bank tabs yet? lol
[/quote]
Do it yourself…[/quote]if you add the bank tabs on r-s you’re an idiot sorry to say it

Java-Rsps-noob can you tell me where the server ip is so I can change it? I did the 2 server ips for the 1st and 2nd world but where is the other?

[quote=“ky sorcerer, post:229, topic:514976”]Java-Rsps-noob can you tell me where the server ip is so I can change it? I did the 2 server ips for the 1st and 2nd world but where is the other?[/quote] public static int spellID = 0; //CHANGE IP ADRESSES HERE! public static String defaultServerIP = "127.0.0.1"; public static String defaultServerIPw2 = "127.0.0.1"; //END OF IP'S public static String serverip = ""+defaultServerIP+"";

.\Javafiles\MP3.java:5: package javazoom.jl.player does not exist
import javazoom.jl.player.Player;
^
.\Javafiles\MID.java:5: package javazoom.jl.player does not exist
import javazoom.jl.player.Player;
^
.\Javafiles\MP3.java:20: cannot find symbol
symbol : method close()
location: class Player
player.close();
^
.\Javafiles\MP3.java:32: cannot find symbol
symbol : constructor Player(java.io.BufferedInputStream)
location: class Player
player = new Player(bis);
^
.\Javafiles\MP3.java:42: cannot find symbol
symbol : method play()
location: class Player
try { player.play(); }
^
.\Javafiles\MID.java:18: cannot find symbol
symbol : method close()
location: class Player
public void close() { if (player != null) player.close(); }
^
.\Javafiles\MID.java:27: cannot find symbol
symbol : constructor Player(java.io.BufferedInputStream)
location: class Player
player = new Player(bis);
^
.\Javafiles\MID.java:37: cannot find symbol
symbol : method play()
location: class Player
try { player.play(); }
^
Note: .\Javafiles\client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors
Press any key to continue . . .
I get this error when i try to compile the client, help please

hello (: anybody has issue with webclient? for me, it reads mapconfig thing before it downloads the cache

Hey guys,
When I try to load the client I get this error

Exception in thread “main” java.lang.NoClassDefFoundError: client
Caused by: java.lang.ClassNotFoundException: client
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: client. Program will exit.

can anyone help please?

[quote=“guineaman8, post:233, topic:514976”]Hey guys,
When I try to load the client I get this error

Exception in thread “main” java.lang.NoClassDefFoundError: client
Caused by: java.lang.ClassNotFoundException: client
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: client. Program will exit.

can anyone help please?[/quote]delete client class/compile.

[quote=“Java-RSPS-Noob, post:234, topic:514976”][quote author=guineaman8 link=topic=633225.msg4347026#msg4347026 date=1376039683]
Hey guys,
When I try to load the client I get this error

Exception in thread “main” java.lang.NoClassDefFoundError: client
Caused by: java.lang.ClassNotFoundException: client
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: client. Program will exit.

can anyone help please?
[/quote]delete client class/compile.[/quote]
I got another error when trying to compile :confused:

.\Javafiles\MP3.java:5: package javazoom.jl.player does not exist
import javazoom.jl.player.Player;
^
.\Javafiles\MID.java:5: package javazoom.jl.player does not exist
import javazoom.jl.player.Player;
^
.\Javafiles\MP3.java:20: cannot find symbol
symbol : method close()
location: class Player
player.close();
^
.\Javafiles\MP3.java:32: cannot find symbol
symbol : constructor Player(java.io.BufferedInputStream)
location: class Player
player = new Player(bis);
^
.\Javafiles\MP3.java:42: cannot find symbol
symbol : method play()
location: class Player
try { player.play(); }
^
.\Javafiles\MID.java:18: cannot find symbol
symbol : method close()
location: class Player
public void close() { if (player != null) player.close(); }
^
.\Javafiles\MID.java:27: cannot find symbol
symbol : constructor Player(java.io.BufferedInputStream)
location: class Player
player = new Player(bis);
^
.\Javafiles\MID.java:37: cannot find symbol
symbol : method play()
location: class Player
try { player.play(); }
^
Note: .\Javafiles\client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors

any help?

THIS IS NOT THE HELP SECTION

1- Learn to read the error… It say’s those lines are not their on that file.