

b1tch
Member-
Content count
28 -
Joined
-
Last visited
About b1tch
-
Rank
Bronze Member
-
[quote name='flukeyboi']how do i open this i download it and there no exe ?[/QUOTE] I haven't downloaded it.. but there could be .bat file which u need to run
-
Nice, but on quite a lot of server sources, im getting some errors while running
-
I've been playing around with Ant building paths, but if I do that, classpath jar's doesn't work.. I should learn how to run server on eclipse... any1 wanna gimme link for a good tutorial, which covers on importing source to it, editing paths and so on..
-
Hi, I need some help on compiling source on debian 7 OS, running server is easy on it, just need help with ocmpiler... My compiler: [code]echo Starting compiler javac -d bin -classpath lib/*.jar: -sourcepath $(find ./src/* | grep .java) echo Compiled all Successfully[/code] When ran: [code] [email protected]:~/Desktop/Source# ./compiler.sh Starting compiler javac: invalid flag: ./src/com/rs/io/SQL.java Usage: javac <options> <source files> use -help for a list of possible options Compiled all Successfully[/code] I've tried a lot of options, suggestions on editing the compiler file.. So it's time to seek for help on RuneLocus. Any help will be highly appreciated. Thanks
-
Okay, I've fixed those 3 errors, but still getting error_game_js5connect , while running the client..
- 349 replies
-
- alive
- chronicscape
-
(and 3 more)
Tagged with:
-
Hi, probably u've seen my earlier posts about running RSPS on linux OS, so I finally managed to run it! But... I got another problem now, this time with Client.. I don't wanna post same thing in multiple threads, so take a look at this link (it's still RuneLocus), no virus attached, so don't worry... [url]http://www.runelocus.com/forums/showthread.php?99334-Chronicscape-Project-v2-Final-Release&p=780638&viewfull=1#post780638[/url]
-
[quote name='Envo']I think it looks pretty good.[/QUOTE] It looks good, but not actually worth $10-20
-
I got problems with Client (I'm using java 8). Not sure if that could be the problem.. When I compile I get 3 errors and 14 warnings: [code] starting... src\Class_ra_Sub3.java:15: warning: Unsafe is internal proprietary API and may b e removed in a future release import sun.misc.Unsafe; ^ src\Class387_Sub3.java:6: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ src\Class457.java:91: warning: Win32GraphicsDevice is internal proprietary API a nd may be removed in a future release Field field = sun.awt.Win32GraphicsDevice.class ^ src\Class457.java:112: warning: Win32GraphicsDevice is internal proprietary API and may be removed in a future release sun.awt.Win32Gra phicsDevice.class ^ src\Class457.java:124: warning: Win32GraphicsDevice is internal proprietary API and may be removed in a future release Field field = sun.awt.Win32GraphicsDevic e.class ^ src\Class_ra_Sub3.java:35: warning: Unsafe is internal proprietary API and may b e removed in a future release public Unsafe anUnsafe8219; ^ src\Class_ra_Sub3.java:3234: warning: Unsafe is internal proprietary API and may be removed in a future release Field field = sun.misc.Unsafe.class ^ src\Class_ra_Sub3.java:3237: warning: Unsafe is internal proprietary API and may be removed in a future release anUnsafe8219 = (Unsafe) field.get(null); ^ src\Class387_Sub3.java:158: warning: Unsafe is internal proprietary API and may be removed in a future release Unsafe unsafe = ((Class387_Sub3) this).aClass_ra_Sub3_7894.anUns afe8219; ^ src\Class387_Sub3.java:3280: warning: Unsafe is internal proprietary API and may be removed in a future release Unsafe unsafe = ((Class387_Sub3) this).aClass_ra_Sub3_78 94.anUnsafe8219; ^ src\Class387_Sub3.java:3326: warning: Unsafe is internal proprietary API and may be removed in a future release Unsafe unsafe = ((Class387_Sub3) this).aClass_ra_Sub3_78 94.anUnsafe8219; ^ src\Class387_Sub3.java:3510: warning: Unsafe is internal proprietary API and may be removed in a future release Unsafe unsafe = ((Class387_Sub3) this).aClass_ra_Sub3_78 94.anUnsafe8219; ^ src\Class387_Sub3.java:3553: warning: Unsafe is internal proprietary API and may be removed in a future release Unsafe unsafe = ((Class387_Sub3) this).aClass_ra_Sub3_78 94.anUnsafe8219; ^ src\Class466.java:12: error: cannot find symbol JSObject.getWindow(applet).eval(string); ^ symbol: method getWindow(Applet) location: class JSObject src\Class466.java:22: error: cannot find symbol return JSObject.getWindow(applet).call(string, null); ^ symbol: method getWindow(Applet) location: class JSObject src\Class466.java:32: error: cannot find symbol return JSObject.getWindow(applet).call(string, objects); ^ symbol: method getWindow(Applet) location: class JSObject src\Class481_Sub1.java:89: warning: AuthenticationInfo is internal proprietary A PI and may be removed in a future release Class var_class = sun.net.www.protocol.h ttp.AuthenticationInfo.class; ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 errors 14 warnings Press any key to continue . . .[/code] And When starting the client, it stays on Checking for updates 0% and in console, I get [code] error_game_js5connect [/code] Any Help will be much appreciated
- 349 replies
-
- alive
- chronicscape
-
(and 3 more)
Tagged with:
-
Wow, looks amazing, good luck with it!
-
Hi everyone, I'm trying to run RSPS on debian 7 x64. My compile.sh looks: (I've edited it from .bat... so idk if its right) [code] javac -classpath lib/*: -sourcepath src src/com/rs/*.java src/com/rs/cache/*.java src/com/rs/cache/loaders/*.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[/code] And my run.sh [code] java -XX:-OmitStackTraceInFastThrow -server -classpath bin:lib/*: com.rs.Launcher true true false[/code] Thats what I get.. [IMG]http://i60.tinypic.com/24q7ckk.png[/IMG]
-
At 2006 was best runescape gameplay, no OP items, good pking, and not too much content packed, simple and fun