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.

Zotic

Members
  • Joined

  • Last visited

Everything posted by Zotic

  1. Zotic replied to Zotic's topic in RSPS Help
    Yea, i been like 3 hour trying to solve it but cant. do you know any idea to solve it?
  2. Zotic replied to Zotic's topic in RSPS Help
    public void checkForUpdates() { Client client = Client.instance; if (checkClientUpdates()) { UpdateComponent screen = new ClientUpdateScreen(); client.updaterRenderer.setScreen(screen); try { final String path = getClass().getProtectionDomain().getCodeSource().getLocation().toURI().getPath(); updateClient(path.substring(path.lastIndexOf("/") + 1, path.indexOf(".jar")), screen); } catch (URISyntaxException e) { e.printStackTrace(); } } else if (checkCacheUpdate()) { UpdateComponent screen = new CacheUpdateScreen(); client.updaterRenderer.setScreen(screen); try { updateCache(screen); } catch (IOException e) { e.printStackTrace(); } } finish(); } This is the line 86 shown updateClient(path.substring(path.lastIndexOf("/") + 1, path.indexOf(".jar")), screen);
  3. Zotic posted a topic in RSPS Help
    Anyone know what this error mean? OS Royale(v4) is now starting up... 3 2 Client update required! Exception in thread "Thread-3" java.lang.StringIndexOutOfBoundsException: String index out of range: -63 at java.lang.String.substring(Unknown Source) at com.osroyale.updater.Updater.checkForUpdates(Updater.java:86) at com.osroyale.Client.processGameLoop(Client.java:3256) at com.osroyale.GameApplet.run(GameApplet.java:216) at com.osroyale.Client.run(Client.java:5569) at java.lang.Thread.run(Unknown Source) free upload no registration
  4. This is the old version?
  5. Zotic replied to Zakku's topic in 317
    Thank you mate
  6. Zotic replied to acesucks's topic in 317
    Might need interface
  7. Thank for the contribution
  8. Zotic replied to Tiller's topic in 317
    Going test server
  9. Zotic replied to acesucks's topic in 317
    Thank alot man
  10. Zotic replied to acesucks's topic in 317
    Great server source
  11. Zotic posted a topic in RSPS Help
    Anyone know when i run the server it showing me this error. [25/12/17 6:39 PM]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [25/12/17 6:39 PM]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) [25/12/17 6:39 PM]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:988) [25/12/17 6:39 PM]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806) [25/12/17 6:39 PM]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [25/12/17 6:39 PM]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) [25/12/17 6:39 PM]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) [25/12/17 6:39 PM]: at java.sql.DriverManager.getConnection(Unknown Source) [25/12/17 6:39 PM]: at java.sql.DriverManager.getConnection(Unknown Source) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.content.bloodlust.BLDatabaseManager.getConnection(BloodLust.java:612) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.content.bloodlust.BloodLust.query(BloodLust.java:65) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.content.bloodlust.BloodLust.getTeamFromPlayerName(BloodLust.java:225) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.Player.initialize(Player.java:1575) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.world.PlayerManager.process(PlayerManager.java:321) [25/12/17 6:39 PM]: at com.trinity.worldserver.event.impl.MainCycleEvent.execute(MainCycleEvent.java:40) [25/12/17 6:39 PM]: at com.trinity.worldserver.event.EventContainer.execute(EventContainer.java:121) [25/12/17 6:39 PM]: at com.trinity.worldserver.event.EventManager.run(EventManager.java:123) [25/12/17 6:39 PM]: at java.lang.Thread.run(Unknown Source) [25/12/17 6:39 PM]: Caused by: java.net.ConnectException: Connection refused: connect [25/12/17 6:39 PM]: at java.net.DualStackPlainSocketImpl.connect0(Native Method) [25/12/17 6:39 PM]: at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) [25/12/17 6:39 PM]: at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) [25/12/17 6:39 PM]: at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) [25/12/17 6:39 PM]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [25/12/17 6:39 PM]: at java.net.PlainSocketImpl.connect(Unknown Source) [25/12/17 6:39 PM]: at java.net.SocksSocketImpl.connect(Unknown Source) [25/12/17 6:39 PM]: at java.net.Socket.connect(Unknown Source) [25/12/17 6:39 PM]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211) [25/12/17 6:39 PM]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300) [25/12/17 6:39 PM]: ... 23 more Loaded 81 packets.
  12. I dont think they have it.
  13. Zotic replied to Apollo's topic in 317
    Thank for release.
  14. Zotic replied to MMO's topic in 317
    Look great
  15. Zotic replied to Madara's topic in 317
    Thank for release
  16. Zotic replied to acesucks's topic in 317
    Thank for release

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.