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.

Wyrmrush

Members
  • Joined

  • Last visited

Everything posted by Wyrmrush

  1. Wyrmrush replied to Jack's topic in 317
    xdd
  2. how to run valius client and server?
  3. Wyrmrush replied to Jack's topic in 317
    ty
  4. ty ty bro ty bro
  5. Wyrmrush replied to Juice's topic in 317
    Reuload please in mega or dropboxxxxxxxxx :c
  6. xdddd
  7. Wyrmrush posted a topic in Other
    How to add icon to anguish/ascend/ethos Just go to Gamewindows replace that with this package com.client; import java.net.*; import java.util.Arrays; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.event.WindowListener; import java.awt.image.BufferedImage; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.*; import org.omg.CORBA.portable.InputStream; import com.client.features.settings.InformationFile; import com.client.loader.Loader; import com.sun.javafx.util.Utils; import com.sun.xml.internal.ws.api.ResourceLoader; public class ClientWindow extends Client implements ActionListener, WindowListener { private static final long serialVersionUID = -6978617783576386732L; private static final String location = null; private InformationFile informationFile = new InformationFile(); String userNameFrameTitle; private Image icon; public void initUI() { try { icon = new ImageIcon(new URL("https://i.stack.imgur.com/KSnus.gif")).getImage(); UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); frame = new JFrame(Configuration.CLIENT_TITLE); frame.setLayout(new BorderLayout()); try { java.io.InputStream inputStream = ClassLoader.getSystemResourceAsStream("icon.png"); if (inputStream == null) { System.err.println("Could not load icon image."); } else { BufferedImage bufferedImage = ImageIO.read(inputStream); frame.setIconImage(bufferedImage); } } catch (IOException iOException) { System.err.println("Cannot get icon image from url."); } setFocusTraversalKeysEnabled(false); frame.setResizable(false); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); JPanel gamePanel = new JPanel(); gamePanel.setLayout(new BorderLayout()); gamePanel.add(this); gamePanel.setPreferredSize(new Dimension(765, 503)); frame.getContentPane().add(gamePanel, BorderLayout.CENTER); frame.pack(); insets = frame.getInsets(); frame.setLocationRelativeTo(null); frame.setVisible(true); init(); } catch (Exception e) { e.printStackTrace(); } } private void setIconImage(Image bimg) { // TODO Auto-generated method stub } private String getClientUserName() { return Client.myPlayer.name; } public ClientWindow(String args[]) { super(); try { com.client.sign.Signlink.startpriv(InetAddress.getByName(server)); initUI(); } catch (Exception ex) { ex.printStackTrace(); } } @Override public URL getCodeBase() { try { return new URL("http://" + server + "/overlays"); } catch (Exception e) { return super.getCodeBase(); } } @Override public URL getDocumentBase() { return getCodeBase(); } public void loadError(String s) { System.out.println("loadError: " + s); } @Override public String getParameter(String key) { return ""; } @Override public void actionPerformed(ActionEvent evt) { } private static JFrame frame; public static JFrame getFrame() { return frame; } private static Insets insets; public static Insets getInset() { return insets; } } then take the iconof you client to client folder and that's it ,your client has an icon enjoy! Join my Discord
  8. Hello friend I bring you a tutorial of the message "Conneting to Server" when starting section in anguish Go to Client Game and look for the following public void login(String s, String s1, boolean flag) { and down it will come out something like this if (missingPassword()) { return; } firstLoginMessage = ""; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Replace it to this if (missingPassword()) { return; } firstLoginMessage = "Connecting to server..."; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Enjoy! join my Discord
  9. Wyrmrush replied to blem's topic in 317
    ty
  10. How do I add an icon to my Client?I am using Project51/ascend/ethos and l looked for guides and it does not work with Project51 and it sti comes out with the ttile java cafe that
  11. Wyrmrush replied to Masque's topic in 317
    tyyy tyyy tyyy
  12. Wyrmrush replied to Masque's topic in 317
    tyyy
  13. Wyrmrush replied to acesucks's topic in 317
    tyyy
  14. Wyrmrush replied to acesucks's topic in 317
    ty

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.