

proyster
Member-
Content count
31 -
Joined
-
Last visited
Everything posted by proyster
-
Changing background of client. Everything changes except for 4139 id. Help? PLEASE!?? I'm using parascape client and server (718/742)
- 8 replies
-
- 4139
- background
-
(and 2 more)
Tagged with:
-
[quote name='Munkeywaxx']Clap Clap Clap. Awesome feedback! You don't understand? This is for RUNNING the server. I'm looking to compile it after I make changes.[/QUOTE] Oh, whoops. I just didn't read.... Try this? If that doesn't work....... just eclipse, dude..... It compiles when you save the project. [url]http://askubuntu.com/questions/26632/how-to-install-eclipse[/url] #!/bin/bash javac -classpath lib/*: -sourcepath src/src/com/rs/*.java src/com/rs/cores/*.java src/com/rs/game/*.java src/com/rs/game/item/*.java src/com/rs/game/minigames/*.java src/com/rs/game/minigames/clanwars/*.java src/com/rs/game/minigames/creations/*.java src/com/rs/game/minigames/duel/*.java src/com/rs/game/minigames/pest/*.java src/com/rs/game/npc/*.java src/com/rs/game/npc/combat/*.java src/com/rs/game/npc/combat/impl/*.java src/com/rs/game/npc/corp/*.java src/com/rs/game/npc/dragons/*.java src/com/rs/game/npc/dungeonnering/*.java src/com/rs/game/npc/familiar/*.java src/com/rs/game/npc/fightcaves/*.java src/com/rs/game/npc/fightkiln/*.java src/com/rs/game/npc/fightpits/*.java src/com/rs/game/npc/godwars/*.java src/com/rs/game/npc/godwars/armadyl/*.java src/com/rs/game/npc/godwars/bandos/*.java src/com/rs/game/npc/godwars/saradomin/*.java src/com/rs/game/npc/godwars/zammorak/*.java src/com/rs/game/npc/godwars/zaros/*.java src/com/rs/game/npc/kalph/*.java src/com/rs/game/npc/nomad/*.java src/com/rs/game/npc/others/*.java src/com/rs/game/npc/pet/*.java src/com/rs/game/npc/qbd/*.java src/com/rs/game/npc/slayer/*.java src/com/rs/game/npc/sorgar/*.java src/com/rs/game/player/*.java src/com/rs/game/player/actions/*.java src/com/rs/game/player/actions/mining/*.java src/com/rs/game/player/actions/runecrafting/*.java src/com/rs/game/player/actions/thieving/*.java src/com/rs/game/player/content/*.java src/com/rs/game/player/content/agility/*.java src/com/rs/game/player/content/construction/*.java src/com/rs/game/player/content/dungeoneering/*.java src/com/rs/game/player/content/dungeoneering/rooms/*.java src/com/rs/game/player/content/pet/*.java src/com/rs/game/player/controlers/*.java src/com/rs/game/player/controlers/castlewars/*.java src/com/rs/game/player/controlers/events/*.java src/com/rs/game/player/controlers/fightpits/*.java src/com/rs/game/player/controlers/pestcontrol/*.java src/com/rs/game/player/cutscenes/*.java src/com/rs/game/player/cutscenes/actions/*.java src/com/rs/game/player/dialogues/*.java src/com/rs/game/player/quests/*.java src/com/rs/game/tasks/*.java src/com/rs/io/*.java src/com/rs/net/*.java src/com/rs/net/decoders/*.java src/com/rs/net/decoders/handlers/*.java src/com/rs/net/encoders/*.java src/com/rs/tools/*.java src/com/rs/utils/*.java src/com/rs/utils/huffman/*.java
-
Go to launcher.java and in it search for Runtime.getRuntime().exec(" In the quotation marks will something like "java -server -Xms2048m -Xmx20000m -cp bin;/data/libs/netty-3.2.6.Final.jar;/data/libs/FileStore.jar Launcher false false true false" #!/bin/bash cd src put whats in the quotation marks here read
-
I know that matrix has had its custom music. Is it possible through packing it in the cache? Is it in midi format? Is it encoded by jagex?
-
Try this? #!/bin/bash cd src java -Xms512m -Xmx512m -cp bin;data/libs/* com.rs.Launcher false false true read
-
Do you have java jdk?
-
[quote name='Shindy']Okay, so like this: String IP = My IP String Lobby IP = *****.zapto.org(=my no-ip host), right?[/QUOTE] Yes. Then save and compile.
-
Go here: [url]http://www.whatsmyip.org/[/url] Your IP Address is "_____________________" Switch the string to that set of numbers
-
[quote name='Citellum']You pack the custom MIDI song into the cache into Index 5. I do it all the time.[/QUOTE] Awesome! Thanks, dude! Do you know how to set it so that it plays when the client loads up? Is it in musicsmanager.java?
-
I can't figure out what I did wrong though. I replaced the images with the right images in order 1-8. Packed them one by one. They're 239 x 250.
- 8 replies
-
- 4139
- background
-
(and 2 more)
Tagged with:
-
I did and i get this: " Cache Directory: C:\Users\Roy\RuneEvo\evolution\cache Error: jn.a() fb.d() lk.a() client.er() | Class225.method2094:54 Class125.method 1401:283 Class275.method2573:59 client.method2806:3701 client.method2773:641 Cac heLoader.method2764:624 CacheLoader.method2759:439 CacheLoader.run:371 java.lang .Thread.run:724 | java.lang.RuntimeException | null 0,0,0,0 0,0,0, 2 0 2 800,60 0 1 2 1 1 0 0 248 12 -1 hAJWGrsaETglRjuwxMwnlA/d5W6EgYWx java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketI mpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.ja va:339) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocket Impl.java:200) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java :182) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:579) at java.net.Socket.connect(Socket.java:528) at sun.net.NetworkClient.doConnect(NetworkClient.java:180) at sun.net.[url]www.http.HttpClient.openServer(HttpClient.java:378)[/url] at sun.net.[url]www.http.HttpClient.openServer(HttpClient.java:473)[/url] at sun.net.www.http.HttpClient.<init>(HttpClient.java:203) at sun.net.[url]www.http.HttpClient.New(HttpClient.java:290)[/url] at sun.net.[url]www.http.HttpClient.New(HttpClient.java:306)[/url] at sun.net.[url]www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLC[/url] onnection.java:995) at sun.net.[url]www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne[/url] ction.java:931) at sun.net.[url]www.protocol.http.HttpURLConnection.connect(HttpURLConnection[/url] .java:849) at sun.net.[url]www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon[/url] nection.java:1299) at java.net.URL.openStream(URL.java:1037) at IPAddress.method6062(IPAddress.java:171) at client.method2773(client.java:645) at CacheLoader.method2764(CacheLoader.java:624) at CacheLoader.method2759(CacheLoader.java:439) at CacheLoader.run(CacheLoader.java:371) at java.lang.Thread.run(Thread.java:724) Error: nk.a() wr.fe() pk.fk() pj.fw() client.ae() mc.m() mc.e() | Class322.metho d3931:46 Class365_Sub1_Sub5_Sub2.method4533:488 Class371.method4584:201 Class370 .method4578:92 client.method2773:650 CacheLoader.method2764:624 CacheLoader.meth od2759:439 CacheLoader.run:371 java.lang.Thread.run:724 | java.lang.NullPointerE xception | 0,0,0,0 0,0,0, 2 0 2 800,600 1 2 1 1 0 0 248 12 -1 hAJWGrsaETglRjuwx MwnlA/d5W6EgYWx java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.connect0(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketI mpl.java:79) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.ja va:339) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocket Impl.java:200) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java :182) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:579) at java.net.Socket.connect(Socket.java:528) at sun.net.NetworkClient.doConnect(NetworkClient.java:180) at sun.net.[url]www.http.HttpClient.openServer(HttpClient.java:378)[/url] at sun.net.[url]www.http.HttpClient.openServer(HttpClient.java:473)[/url] at sun.net.www.http.HttpClient.<init>(HttpClient.java:203) at sun.net.[url]www.http.HttpClient.New(HttpClient.java:290)[/url] at sun.net.[url]www.http.HttpClient.New(HttpClient.java:306)[/url] at sun.net.[url]www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLC[/url] onnection.java:995) at sun.net.[url]www.protocol.http.HttpURLConnection.plainConnect(HttpURLConne[/url] ction.java:931) at sun.net.[url]www.protocol.http.HttpURLConnection.connect(HttpURLConnection[/url] .java:849) at sun.net.[url]www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon[/url] nection.java:1299) at java.net.URL.openStream(URL.java:1037) at IPAddress.method6062(IPAddress.java:171) at CacheLoader.run(CacheLoader.java:375) at java.lang.Thread.run(Thread.java:724) RuneEvo Client has crashed!crash " " Additionally i just noticed I posted this in the wrong section. Sorry people. I don't know how that happened
- 8 replies
-
- 4139
- background
-
(and 2 more)
Tagged with:
-
I am using the parascape client. I have never been able to get any clients to run on macs actually. I thought this client could be different. Help would be much appreciated! Thanks!
-
Removed.
-
I am not releasing, I am [re]releasing, besides I am not taking the credit. I didn't think it was easy to find; if it is a forbidden action, I will take it down.
-
I am working on a 718 client, so I decided to share the cache I am using. I noticed a few people asking for it. [url]http://www.4shared.com/rar/AJoWTDle/718CACHE.html[/url] [IMG]http://www.mediafire.com/conv/506cb5e6b839d19bed5ceb60d2076bcf42086db0400529db0fe8765165d2b54f6g.jpg[/IMG]
-
What is the source?