13 Posts
Posts
0
Warning level
5
Likes
0
Dislikes
Joined: 2022-09-02

Quote fromSnake on December 18, 2022, 12:32 am
- Lunite Release -
Lunite is a custom server that was owned by Nucky and Divine. This is a very recent copy meaning today 04/10/22 . Ill drop some media below enjoy.
Below is the link to the download for the complete Solak package. This includes:
Lunite Server
Lunite Client
Lunite Cache
Download: https://www.sendspace.com/file/y2gylp
Spooky Pom FIX
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>net.azura</groupId> <artifactId>azura</artifactId> <version>1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>azura-client</artifactId> <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> </dependency> <dependency> <groupId>com.github.MinnDevelopment</groupId> <artifactId>java-discord-rpc</artifactId> <version>v2.0.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> </dependency> <dependency> <groupId>com.github.ryleykimmel</groupId> <artifactId>Alertify4J</artifactId> <version>master</version> </dependency> <dependency> <groupId>net.runelite.pushingpixels</groupId> <artifactId>substance</artifactId> <version>8.0.02</version> </dependency> <dependency> <groupId>net.runelite.pushingpixels</groupId> <artifactId>trident</artifactId> <version>1.5.00</version> <scope>runtime</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> </plugins> </build> </project>
- Lunite Release -
Lunite is a custom server that was owned by Nucky and Divine. This is a very recent copy meaning today 04/10/22 . Ill drop some media below enjoy.
Below is the link to the download for the complete Solak package. This includes:
Lunite Server
Lunite Client
Lunite Cache
Download: https://www.sendspace.com/file/y2gylp
Spooky Pom FIX
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>net.azura</groupId> <artifactId>azura</artifactId> <version>1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>azura-client</artifactId> <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> </dependency> <dependency> <groupId>com.github.MinnDevelopment</groupId> <artifactId>java-discord-rpc</artifactId> <version>v2.0.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> </dependency> <dependency> <groupId>com.github.ryleykimmel</groupId> <artifactId>Alertify4J</artifactId> <version>master</version> </dependency> <dependency> <groupId>net.runelite.pushingpixels</groupId> <artifactId>substance</artifactId> <version>8.0.02</version> </dependency> <dependency> <groupId>net.runelite.pushingpixels</groupId> <artifactId>trident</artifactId> <version>1.5.00</version> <scope>runtime</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> </plugins> </build> </project>