tcentral 0 Posted October 18, 2022 Report Share Posted October 18, 2022 Thank you for this! Link to comment Share on other sites More sharing options...
N1K0 559 Posted October 19, 2022 Report Share Posted October 19, 2022 Damn less goo Link to comment Share on other sites More sharing options...
forthechildren 11 Posted October 20, 2022 Report Share Posted October 20, 2022 appreciate ya! Link to comment Share on other sites More sharing options...
mixanikos 0 Posted October 20, 2022 Report Share Posted October 20, 2022 Thank you very much for this good sir Link to comment Share on other sites More sharing options...
Aegis 0 Posted October 20, 2022 Report Share Posted October 20, 2022 On 10/4/2022 at 8:42 AM, Jack said: - 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. Media: Below is the link to the download for the complete Solak package. This includes: Lunite Server Lunite Client Lunite Cache Download: Hidden Content Give reaction or reply to this topic to see the hidden content. Password in Discord Channel #lunite 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> niceee Link to comment Share on other sites More sharing options...
Kid Buu 9 Posted October 20, 2022 Report Share Posted October 20, 2022 Will take a look Link to comment Share on other sites More sharing options...
Ocean 52 Posted October 21, 2022 Report Share Posted October 21, 2022 On 10/4/2022 at 10:42 AM, Jack said: - 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. Media: Below is the link to the download for the complete Solak package. This includes: Lunite Server Lunite Client Lunite Cache Download: Hidden Content Give reaction or reply to this topic to see the hidden content. Password in Discord Channel #lunite 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> Link to comment Share on other sites More sharing options...
Gogeta 0 Posted October 22, 2022 Report Share Posted October 22, 2022 ty Link to comment Share on other sites More sharing options...
 fedex 5 Posted October 24, 2022 Report Share Posted October 24, 2022 On 10/4/2022 at 10:42 AM, Jack said: - 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. Media: Below is the link to the download for the complete Solak package. This includes: Lunite Server Lunite Client Lunite Cache Download: Hidden Content Give reaction or reply to this topic to see the hidden content. Password in Discord Channel #lunite 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> gonna check this out ty Link to comment Share on other sites More sharing options...
bigbootyboi 0 Posted October 26, 2022 Report Share Posted October 26, 2022 Can't wait to try this out for personal use, the game is fun. But gets so grindy, now i can just spawn L00L Link to comment Share on other sites More sharing options...
Zae 0 Posted October 26, 2022 Report Share Posted October 26, 2022 Thank you sir. Link to comment Share on other sites More sharing options...
 LostxMax 0 Posted October 26, 2022 Report Share Posted October 26, 2022 Thanks for this. Another for the collection Link to comment Share on other sites More sharing options...
kiddo 3 Posted October 27, 2022 Report Share Posted October 27, 2022 nice one! Link to comment Share on other sites More sharing options...
Juice 2,386 Posted October 27, 2022 Report Share Posted October 27, 2022 thank you Link to comment Share on other sites More sharing options...
Jarheadacademy 0 Posted October 27, 2022 Report Share Posted October 27, 2022 Cooool Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now