Jump to content
Existing user? Sign In

Sign In



Sign Up

Archer

Members
  • Posts

    22
  • Joined

  • Last visited

About Archer

  • Birthday 06/11/1998

Personal Information

  • Sex
    Male
  • Location
    Slovenia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'm not sure which source this is but since it's just a command with an if statement and a sendstring, it's probably in your PlayerCommand class. Do you have playercommand.java or something similar to that you could paste?
  2. I really like 2006, so I wouldn't wholeheartedly agree with the guys above, but i'm swamped with stuff so I couldn't really contribute, am dying to see a really innovative 2006, hopefully that's you!
  3. Thanks Here's the template PSD, but this is not the original one I used, so it might have some alignment issues, if it does, go to the launcher and find the news links that are current there, linking to the .png's, and use that as a base width*height ratio
  4. Thanks! Didn't get much reaction so I completely forgot about the .psd's, I'll link them when I get home
  5. Downloading now ot: the host portion of a link isn't case sensitive, but i'm guessing you use apache and the rest of it is, so it's Postmortemrsps.com/client/PostMortem.jar
  6. One of those features nobody notices until the lack of it causes problems, spread this like wildfire
  7. I'm bored at work 24/7, so if you're still looking shoot me a link
  8. Really good stuff, sorry to hear what happened
  9. I made a Launcher for a project I was working on, this is what it looks like: Whilst it's loading the client: Once it's downloaded and ready to play: The news are .png's you can host anywhere and link to, so you can make them update whenever, since it just fetches the png's every time the launcher opens. So keep in mind, although the launcher has news1.png, news2.png and news3.png there it doesn't read those, the other images provided in the source of the launcher are not fetched from the web and instead stored and used locally. I'll add a template for the news in .psd format you can use to just edit the text and image of a news image, so you don't have to struggle with alignment and such, but i'm at work so it has to wait till I get home, I don't have the file here. Here is the download link for the launcher, if anyone wants to use it. It hasn't been tested on Mac OS yet because it uses (what I believe to be) a windows specific function to get the users root directory, but I'll check it out and post info, maybe a version that works on Mac as well. How to get the client working: Step 0) Download the launcher, ofc. Step 1) Host your client somewhere and make sure it has a direct download link. (For example, if you put it on dropbox, you can add ?dl=1 at the end of the link to make it download directly upon opening the link) Step 2) Open up Launcher.java and find the call to the DownloadClient method: else{ //play.setEnabled(false); lblClientUpTo.setVisible(false); clientdl = true; new File(File.listRoots()[0].getAbsolutePath() + "/chpJar/").mkdir(); downloadClient("[Hidden Content]", File.listRoots()[0].getAbsolutePath() + "/chpJar/Ordale.jar"); } Change the first parameter of downloadClient from "[Hidden Content]" to your own client download link, you can also change the last parameter to something else, if you don't want the client to be saved in a folder called chpJar under the name Ordale (C:/chpJar/Ordale.jar would be the path if the users root dir is C:) After you do that, it should already work. To change the news images, look for: //Initialize the contents of the frame. private void initialize() { try { java.io.InputStream in = new URL("[Hidden Content]").openStream(); Files.copy(in, Paths.get(File.listRoots()[0].getAbsolutePath() + "/chpJar/news1.png"), StandardCopyOption.REPLACE_EXISTING); in = new URL("[Hidden Content]").openStream(); Files.copy(in, Paths.get(File.listRoots()[0].getAbsolutePath() + "/chpJar/news2.png"), StandardCopyOption.REPLACE_EXISTING); in = new URL("[Hidden Content]").openStream(); Files.copy(in, Paths.get(File.listRoots()[0].getAbsolutePath() + "/chpJar/news3.png"), StandardCopyOption.REPLACE_EXISTING); } catch (IOException e1) { // TODO Auto-generated catch block e1.printStackTrace(); } and change the URLs there. To change the Twitter and Facebook links, again, search for those URLs and change those. That should be it, hopefully someone finds some use out of this. Cheers
  10. Archer

    Hey hey

    Hey everyone, i'm a 19 year old guy from Slovenia, got into coding a few years ago when I enrolled in a computer science high school, now i'm just chilling doing a bit of this&that, working part time as a js developer and waiting for college to start. Love to waste time watching tv, currently rewatching archer whilst waiting for archer's season 9 & the new rick and morty, also waiting (endlessly) for the new got and suits. I have an ongoing project used for learning rsps' which has proven to be super fun, my current goal is to get the hang of 3dmodelling so I can make some ? npcs and items. Anyway, that's all from me, cya around

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...