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.

Pat

Members
  • Joined

  • Last visited

Everything posted by Pat

  1. Thank you for your contribution to the community!
  2. Pat replied to Galaxy's topic in Ruse
    Thank you!
  3. Pat replied to Sanity's topic in Ruse
    Thank you for the snippet I will be sure to look into this some time! Keep them coming
  4. Thank you for your release to the community! Good release
  5. Thank you for your contribution to the community!
  6. Thank you for your contribution to the community, I think I had a look at this a while back
  7. My bad I miss read the thread title
  8. Pat replied to Ghost's topic in 317
    Thank you for your contribution to the community!
  9. Pat replied to acesucks's topic in 317
    Thank you for the release man!
  10. Pat replied to TonySoprano's topic in 317
    Nice! thank you for your contribution!
  11. Pat replied to a post in a topic in 317
    Nice! did Elkoy use this base?
  12. if (hotKey == 508) { if (i == KeyEvent.VK_ESCAPE && Client.openInterfaceID != -1) { Client.instance.clearTopInterfaces(); //Client.setTab(10); } else if (i == KeyEvent.VK_F1) { Client.setTab(3); } else if (i == KeyEvent.VK_F2) { Client.setTab(4); } else if (i == KeyEvent.VK_F3) { Client.setTab(5); } else if (i == KeyEvent.VK_F4) { Client.setTab(6); } else if (i == KeyEvent.VK_F5) { Client.setTab(0); } else if (i == KeyEvent.VK_F6) { Client.setTab(1); } else if (i == KeyEvent.VK_F7) { Client.setTab(2); } else if (i == KeyEvent.VK_F8) { Client.setTab(7); } else if (i == KeyEvent.VK_F9) { Client.setTab(8); } else if (i == KeyEvent.VK_F10) { Client.setTab(9); } else if (i == KeyEvent.VK_F11) { Client.setTab(12); } else if (i == KeyEvent.VK_F12) { Client.setTab(11); } } else { if (i == KeyEvent.VK_ESCAPE && Client.openInterfaceID != -1) { Client.instance.clearTopInterfaces(); //Client.setTab(10); } else if (i == KeyEvent.VK_F1) { Client.setTab(3); } else if (i == KeyEvent.VK_F2) { Client.setTab(4); } else if (i == KeyEvent.VK_F3) { Client.setTab(5); } else if (i == KeyEvent.VK_F4) { Client.setTab(6); } else if (i == KeyEvent.VK_F5) { Client.setTab(0); } else if (i == KeyEvent.VK_F6) { Client.setTab(1); } else if (i == KeyEvent.VK_F7) { Client.setTab(2); } else if (i == KeyEvent.VK_F8) { Client.setTab(7); } else if (i == KeyEvent.VK_F9) { Client.setTab(8); } else if (i == KeyEvent.VK_F10) { Client.setTab(9); } else if (i == KeyEvent.VK_F11) { Client.setTab(12); } else if (i == KeyEvent.VK_F12) { Client.setTab(11); } } if (j < 30) j = 0; if (i == 37) j = 1; if (i == 39) j = 2; if (i == 38) j = 3; if (i == 40) j = 4; if (i == 17) j = 5; if (i == 8) j = 8; if (i == 127) j = 8; if (i == 9) j = 9; if (i == 10) j = 10; if (i >= 112 && i <= 123) j = (1008 + i) - 112; if (i == 36) j = 1000; if (i == 35) j = 1001; if (i == 33) j = 1002; if (i == 34) j = 1003; if (j > 0 && j < 128) keyArray[j] = 1; if (j > 4) { charQueue[writeIndex] = j; writeIndex = writeIndex + 1 & 0x7f; } } public void replyLastPM() { } RsApplet- What this code is doing? The VK_ESCAPE is in the name.. Closes the interfaces with ESC Here i have listed what tab numbers equal to what tab you wish to use for F keys [hot keys] tab in rsapplet.java 3 = inventory tab F1 4 = weapon slots F2 5 = prayer tab F3 6 = Mage book F4 0 = attack style F5 1 = skills tab F6 2 = quest tab F7 7 = clan chat F8 8 = friends list tab F9 9 = ignore list tab F10 10 = log out tab F11 11 = settings tab F12 12 = charactor animations 13 = summoning tab 14 = achievements tab 15 = summoning tab 16 = random inventory If you wish for the ESc key to open a tab aswel as close an interface then add the extra bit of code underneith - Client.setTab(10); I have done so to give you an idea. if (i == KeyEvent.VK_ESCAPE && Client.openInterfaceID != -1) { Client.instance.clearTopInterfaces(); Client.setTab(10); Which 10 is the log out tab, you can change the number to what ever number you like or leave alone so what ever tab you had opened before the interface gets opened is there when you close the interface, Private message me or mention me in the comments section below if i have confused anyone and i will be happy to do this for you. The server i tested this on was immortalX which is known to work 100 percent on. I have not yet tested on other servers. Good luck~
  13. Pat replied to Madara's topic in OSRS Configuration
    @Madara Thank you! You must be wondering why would i want to download old data.. To repack the objects on immortalX due to flamed torva being a wall object
  14. @Bananastreet I thought they called you dad
  15. Pat replied to Madara's topic in Other (377-742)
    poor h1n1, more the less thank you for sharing with the community!
  16. Pat replied to Pat's topic in 317
    @deaneo88 Actually all i done is download from where i purchased then uploaded for RuneSuite members to download. You are right that i am not a coder though... I missed the part where i said i was?
  17. Pat replied to Pat's topic in 317
    No problem i hope you manage to get great use from it!
  18. Pat replied to Thrallix's topic in 317
    Would seem not a lot of appreciation went to you for your release, Thank you for sharing with the community! once upon a time i was dreaming for this release, a shame it came once i already started a project osrs based, Gl to anyone who uses this
  19. Pat replied to Pat's topic in 317
    @Zarosian No problem @RuneBlue Yeah, do you have an ide? eclipse is a great ide that many use - https://www.eclipse.org/downloads/packages/ once installed message me and i will show you how to run server and client to get on and play. @deaneo88 I use the bat for vps.. i assume everyone running a server through vps would also ;). @Vartox RSPS Yw enjoy! @Sky o.o No problem, let me know how you get on with it. @RuneBlue I found a youtube tutorial of a very good person i know of called Bananastreet, He created this tutorial for different purposes but in this tutorial it will show you how you go about loading your server and client to eclipse, how to run and so much more, it is not just a great guide for beginners, i can see people who know basics coming and using this tutorial, hell i go back to this tutorial from time to time to have a look
  20. @TAB Thank you, how do i go about adding mysql to 10host please ?
  21. Issue solved - Credits to BananaStreet
  22. Pat replied to Pat's topic in 317
    @leclerc I never said exotic i said i think it is the same people as ethos which was osv so you are right there, but i only said i think, the pictures are fine from where i am sitting?
  23. Pat replied to Pat's topic in 317
    @OG Zen Thank you :-)

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.