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.

sliskes Wrarh

Members
  • Joined

  • Last visited

Everything posted by sliskes Wrarh

  1. Plugin [id: 'com.mark.bootstrap.bootstrap', artifact: 'com.github.Mark7625:bootstrap-release:9457850336'] was not found in any of the following sources: The 'fix' for the bootstrap is legit editing 2 numbers or deleting 4 lines in gradle i can not seem to figure out what lines need to deleted or what 2 numbers need editing (added/changed/removed) plugins { java application id("com.github.johnrengelman.shadow") version "8.1.1" id("com.mark.bootstrap.bootstrap") } repositories { mavenCentral() maven { url "https://raw.githubusercontent.com/OpenRune/hosting/master" } } dependencies { classpath("com.guardsquare:proguard-gradle:7.3.0") } } configure<com.mark.bootstrap.BootstrapPluginExtension> { uploadType.set(com.mark.bootstrap.UploadType.FTP) buildType.set("normal") customRepo.set("https://zaryte.io/client/normal/repo/") passiveMode.set(true) externalLibs.set(listOf(File("${rootProject.buildDir}\\libs\\"))) } allprojects { apply(plugin = "java") apply(plugin = "application") apply(plugin = "com.github.johnrengelman.shadow") java { toolchain { languageVersion.set(JavaLanguageVersion.of(11)) } } } dependencies { implementation("dev.openrune:filestore:1.2.4") } implementation(project("game")) } tasks.withType<JavaCompile>().configureEach { options.isWarnings = false options.isDeprecation = false options.isIncremental = true } tasks { jar { destinationDirectory.set(file("${rootProject.buildDir}\\")) } } application { mainClass.set("Application") } tasks { val gameProjectPath = "game" val runeliteProjectPath = "runelite" jar { destinationDirectory.set(file("${rootProject.buildDir}\\tmp\\")) } Thank you for taking time to look at my post if you have any idea how to fix or where i should be looking id greatly appreciate it
  2. anyone still have this dl dead sadly
  3. lets have a look
  4. still need some help with this sadly thinking its a lost cause
  5. sliskes Wrarh replied to Jack's topic in 317
    Link work?
  6. Will look thx Anyone still have a copy of this? Forgive me for my grave digging
  7. Thx does dl work?
  8. sliskes Wrarh replied to Glue's topic in 317
    lets see
  9. thx
  10. Just looking Ty
  11. Hope this works
  12. I know this is kind of old and I apologize for Gravedigging. Is there anyway this could be re-uploaded or does anybody have a link they can re-upload I’d very much appreciate it. Thank you.
  13. may use thx

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.