Jump to content
Existing user? Sign In

Sign In



Sign Up

deeman1337

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by deeman1337

  1. Hi, I need someone to hire in order to have this running local host. [Hidden Content] Will pay for service. my discord: kattykitten2010 HMU if you can help me $
  2. To hire somebody to help me I am also Open to paying before setup.

    This is what I want to setup https://github.com/2006-Scape/2006Scape

    I want to run this like the guide says on the Github pasted below but I have come to realise that I need professional help.

     

     

    Installation + Running (Developers)

    1. Import Project in IntelliJ

    2. Hit File > Project Settings > Set SDK to Java 8 (Download Java 8 SDK if you don't have one already)

    3. Navigate to 2006Scape Server > src > main > java > com.rs2, right click GameEngine and hit Run Image

      (You Can Also Run The Server With The -c/-config Argument)

    4. Navigate to 2006Scape Client > src > main > java, right click Client and hit Run Image

    Advanced

    To compile any module from the command line, run mvn clean install

     

     

     

    Hope that we can do business together if you like my proposal.

  3. Please check messages TRTH

     

    Thanks

    David

  4. lets have a look at this then mate
  5. not sure how to check this one out
  6. ey, Does anyone know where I am going wrong with MySQL and getting the server to run. discord: Taco#3811 HikariConfig config = new HikariConfig(); // For some reason, we need to explicitly specify the timezone to prevent a stacktrace of "EDT" unrecognized. String url = "jdbc:sqlserver://" + properties.getProperty("host") + "/" + properties.getProperty("database") + ";serverTimezone=" + properties.getProperty("serverTimezone") + ";integratedSecurity=true"; log.info("Creating mysql database service [{}] with url: {}", name, url); config.setJdbcUrl(url); config.setDriverClassName("com.mysql.cj.jdbc.Driver"); //config.setDriverClassName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); config.setAutoCommit(false); config.setRegisterMbeans(true); config.setPoolName(name); config.setMinimumIdle(Integer.parseInt(properties.getProperty("maximumConnections"))); config.setConnectionTimeout(30_000); config.setMaximumPoolSize(512); config.setLeakDetectionThreshold(60_000); //config.setUsername(properties.getProperty("username")); //config.setPassword(properties.getProperty("password")); config.validate(); return new HikariDataSource(config); } For some reason the server isn't reading the SQL in jdbc
  7. Hey, Does anyone know where I am going wrong with MySQL and getting the server to run. discord: Taco#3811 HikariConfig config = new HikariConfig(); // For some reason, we need to explicitly specify the timezone to prevent a stacktrace of "EDT" unrecognized. String url = "jdbc:sqlserver://" + properties.getProperty("host") + "/" + properties.getProperty("database") + ";serverTimezone=" + properties.getProperty("serverTimezone") + ";integratedSecurity=true"; log.info("Creating mysql database service [{}] with url: {}", name, url); config.setJdbcUrl(url); config.setDriverClassName("com.mysql.cj.jdbc.Driver"); //config.setDriverClassName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); config.setAutoCommit(false); config.setRegisterMbeans(true); config.setPoolName(name); config.setMinimumIdle(Integer.parseInt(properties.getProperty("maximumConnections"))); config.setConnectionTimeout(30_000); config.setMaximumPoolSize(512); config.setLeakDetectionThreshold(60_000); //config.setUsername(properties.getProperty("username")); //config.setPassword(properties.getProperty("password")); config.validate(); return new HikariDataSource(config); }
  8. Who's able to help me setup for local host? HMU Discord, Taco#6811 Lets work something out
  9. Same reason why I am here my friend. Thanks
  10. Show me once you have it i want too see this.

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...