Jump to content
View in the app

A better way to browse. Learn more.

RuneSuite RSPS Development

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dawmian

Members
  • Joined

  • Last visited

Everything posted by Dawmian

  1. link is broken
  2. oooooo
  3. ty dawg
  4. Hey homies on Rune-Suite, So I downloaded a recent Valius Runescape Source and Client that was used by a TON of people and everyone that I've seen on forums seems to get it working I downloaded Gradle Integregation and when I start Eclipse it says I have Gradle installed and I have it for an option to either Add a new project or I can Add an Existing Gradle Project and Start the Gradle build; When I build it, it builds fine but I can't seem to find where to start it? I've gone to Run as, Debug as, and just can't figure out where I need to go from here, Never worked with Gradle before and I tried watching some tutorials of Importing Gradle to Eclipse but still cant' find anything about running it? I might just be forgetting something stupid or I'm missing a step somewhere if someone could please shoot me a message on Discord and help me out I'd be greatly appreciated. Discord: Infinite#5759
  5. Dawmian replied to Lagoon's topic in OSRS
    wow
  6. Dawmian replied to _joe's topic in 317
    youre the man bro
  7. Dawmian replied to Juice's topic in 317
    .
  8. thx g
  9. Dawmian replied to acesucks's topic in 317
    thanks dawg
  10. oo
  11. Dawmian replied to Mathy's topic in 317
    hey
  12. Dawmian replied to Ghost's topic in 317
    pog
  13. Dawmian replied to Zakku's topic in 317
    aye
  14. Dawmian replied to Dawmian's topic in RSPS Help
    FIXED ALL ERRORS. PM ME ON DISCORD FOR INFO Took me hours to fix everything not just this error; Lots of the code is written so it cannot be changed and must be re-written yourself
  15. It's a cache error I'm assuming Read Your Array Index is out of bonds because it cannot find the other assets; ArrayIndexOutOfBounds Go into ur DS Source; Open the Server section & extract "dreamygang-live-server-023220884618" then do the same with your client & cache; Go into Eclipse; Add all corresponding files to Libraries. Let me know if you cant figure it out Apex? / Live Resin?#6145
  16. Dawmian replied to zealox12's topic in RSPS Requests
    PM ME on Discord Apex? / Live Resin?#6145
  17. eh lets see if shes clean
  18. Dawmian posted a topic in RSPS Help
    Dreamscape Server starts fine with No Errors, but the Client still has errors in the ClientUI.java & the TitleToolbar.java and also in the client/src/main/main.iml But I'm having trouble with when you connect for the first time and it asks you to pick Normal, Ironman, etc, the interface is completely blank like it has all the text but no items are showing for the Starter Gear and I can't click Confirm to confirm my build and then obviously If I cant press Comfirm I can't walk away so I just get frozen and can't hit Confirm on the interface; This is the error its giving me: Starts from when I login & it checks my account to see if its already an acc NO FILE ON RECORD FOR: test123 NO FILE ON RECORD FOR: test123 File reader operation can not be completed (Absolute path: Player Slot 1 slot 0 null Player Hit com.dreamscape.server.game.players.Client@ab365860 [test123] - No achievements found java.lang.instrument.IllegalClassFormatException: Error while instrumenting com/dreamscape/server/net/packets/impl/InterfaceClick. at org.jacoco.agent.rt.internal_28bab1d.CoverageTransformer.transform(CoverageTransformer.java:93) at sun.instrument.TransformerManager.transform(TransformerManager.java:188) at sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:428) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) at java.net.URLClassLoader.access$100(URLClassLoader.java:74) at java.net.URLClassLoader$1.run(URLClassLoader.java:369) at java.net.URLClassLoader$1.run(URLClassLoader.java:363) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:362) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at com.dreamscape.server.net.packets.PacketHandler.<clinit>(PacketHandler.java:118) at com.dreamscape.server.game.players.Client.queueMessage(Client.java:5883) at com.dreamscape.server.net.ConnectionHandler.channelRead0(ConnectionHandler.java:35) at com.dreamscape.server.net.ConnectionHandler.channelRead0(ConnectionHandler.java:1) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) at io.netty.handler.traffic.AbstractTrafficShapingHandler.channelRead(AbstractTrafficShapingHandler.java:504) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: Error while instrumenting com/dreamscape/server/net/packets/impl/InterfaceClick. at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrumentError(Instrumenter.java:175) at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:125) at org.jacoco.agent.rt.internal_28bab1d.CoverageTransformer.transform(CoverageTransformer.java:91) ... 43 more Caused by: org.jacoco.agent.rt.internal_28bab1d.asm.MethodTooLargeException: Method too large: com/dreamscape/server/net/packets/impl/InterfaceClick.processPacket2 (Lcom/dreamscape/server/game/players/Client;IIII)V at org.jacoco.agent.rt.internal_28bab1d.asm.MethodWriter.computeMethodInfoSize(MethodWriter.java:2080) at org.jacoco.agent.rt.internal_28bab1d.asm.ClassWriter.toByteArray(ClassWriter.java:459) at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:104) at org.jacoco.agent.rt.internal_28bab1d.core.instr.Instrumenter.instrument(Instrumenter.java:123) ... 44 more

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.