Jump to content

Wyrmrush

Members
  • Joined

  • Last visited

Everything posted by Wyrmrush

  1. Wyrmrush replied to Jack's post in a topic in 317
    xdd
  2. how to run valius client and server?
  3. Wyrmrush replied to Jack's post in a topic in 317
    ty
  4. Wyrmrush replied to Ari ltd's post in a topic in 317
    ty ty bro ty bro
  5. Wyrmrush replied to Juice's post in a topic in 317
    Reuload please in mega or dropboxxxxxxxxx :c
  6. Wyrmrush replied to  omg fd up's post in a topic in RSPS Models
    d
  7. Wyrmrush replied to IExplicitIKaos's post in a topic in RSPS Models
    fkfkfkfld nice
  8. Wyrmrush replied to  omg fd up's post in a topic in RSPS Models
    xdddd
  9. Wyrmrush posted a post in 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
  10. Wyrmrush posted a post in a topic in Other
    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
  11. Wyrmrush replied to blem's post in a topic in 317
    ty
  12. Wyrmrush posted a post in a topic in RSPS Help
    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
  13. Reupload pleaseeee Runeindex R.I.P
  14. Wyrmrush replied to Life's post in a topic in 317
    tyyy
  15. Wyrmrush replied to Masque's post in a topic in 317
    tyyy tyyy tyyy
  16. Wyrmrush replied to Masque's post in a topic in 317
    tyyy
  17. Wyrmrush replied to Jack's post in a topic in 317
    ty
  18. Wyrmrush replied to acesucks's post in a topic in 317
    tyyy
  19. Wyrmrush replied to Tiller's post in a topic in 317
    ty
  20. Wyrmrush replied to acesucks's post in a topic in 317
    ty