Jump to content
Existing user? Sign In

Sign In



Sign Up
Search In
  • More options...
Find results that contain...
Find results in...

Arcanium (176 Deob, Runelite)


Xophox
 Share

Recommended Posts

  • Replies 172
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
On 2/22/2019 at 10:33 PM, Xophox said:

Based off of the Inferno 176 release, here is my personal project. Reposted here since it was locked on another site.
Includes RuneLite with depth buffering for java rendering mode (disabled in OpenGL).

Features:

  • Updated to 177-12 cache + XTEAs
  • Pretty much all packets complete, with some bugs.
  • Basic window resizing (currently need to log out and back in to update the interface sets properly.
  • Moved to SQL (files included)
  • Added a good amount of plugins
  • Added VarBit system (thanks polar & matrix 3)
  • Runelite
  • Woodcutting
  • Firemaking
  • Frames for mining, herblore, fletching, and some others that I can't remember right now
  • A ton more under the hood stuff and some content

If you're decent with java, you'll be able to work with this source just fine.
Also, please don't be an asshole and try to sell any of the player updating done in this source, or the RuneLite that it comes with.

 

Pictures:

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

Known Issues:

  • Long delay if player tries to log on too quickly
  • Small issue in ground item updating, items sometimes duplicate (but can't actually be interacted with)

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

Credits (in no particular order after the first 4):

  • Polar - Could not have done it without all his help. Really great guy and I'm lucky to be able to have him as a resource.
  • Kris - Great guy. Incredibly knowledgable and willing to help a ton if you can show you're willing to learn.
  • Inferno Team
  • Arios Team
  • Klem3n
  • Zion
  • Nomac
  • Displee
  • Bart
  • IlluZive (original Arios web design)

And anyone else I missed that helped me along the process. I learned an absolute fuckton and could not have done it without you all.

My hope is that this release just helps the RSPS scene to keep edging away from using 317 and moving to OSRS.
OSRS servers are definitely the future and should become the standard. If you're thinking about creating a new framework or working on a new project, please consider OSRS as a good option.

To anyone that will be aiming to further this source, please take a look at Polar's archive website,

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

.
The guy puts a lot of effort into archiving every single OSRS release and dumping things like items, enums, npcs, etc. His site is a very valuable asset when developing an OSRS server.
For RuneLite, take a look

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 to learn how to run their maven build script. I got around to adding

 

@Export("method")

flags to every class and some primary methods, but if you'd like to keep the naming on the next OSRS engine update (when the revision changes), you'll need to add the export flag to any other fields or methods you want to remap.

My Runelite package has everything you need to figure out how it works. Only thing it's missing is the decompiler/mapper, so just grab that from the last full Runelite release (1.3.9).

ty

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
  • 2 months later...
  • 1 month later...
  • 3 months later...
  • 1 month later...
On 8/14/2019 at 12:54 PM, Lagoon said:

Hello!

This is MagePS (source only) from 2018 (according to the user who asked me to release it)

This leak has been sent to me for release by @Jack so thank him.

This is not my package and has only been verified to be real, no intensive checking has taken place.

 

This is the hidden content, please

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

On 2/22/2019 at 6:33 PM, Xophox said:

Based off of the Inferno 176 release, here is my personal project. Reposted here since it was locked on another site.
Includes RuneLite with depth buffering for java rendering mode (disabled in OpenGL).

Features:

  • Updated to 177-12 cache + XTEAs
  • Pretty much all packets complete, with some bugs.
  • Basic window resizing (currently need to log out and back in to update the interface sets properly.
  • Moved to SQL (files included)
  • Added a good amount of plugins
  • Added VarBit system (thanks polar & matrix 3)
  • Runelite
  • Woodcutting
  • Firemaking
  • Frames for mining, herblore, fletching, and some others that I can't remember right now
  • A ton more under the hood stuff and some content

If you're decent with java, you'll be able to work with this source just fine.
Also, please don't be an asshole and try to sell any of the player updating done in this source, or the RuneLite that it comes with.

 

Pictures:

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

This is the hidden content, please

Known Issues:

  • Long delay if player tries to log on too quickly
  • Small issue in ground item updating, items sometimes duplicate (but can't actually be interacted with)

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

Credits (in no particular order after the first 4):

  • Polar - Could not have done it without all his help. Really great guy and I'm lucky to be able to have him as a resource.
  • Kris - Great guy. Incredibly knowledgable and willing to help a ton if you can show you're willing to learn.
  • Inferno Team
  • Arios Team
  • Klem3n
  • Zion
  • Nomac
  • Displee
  • Bart
  • IlluZive (original Arios web design)

And anyone else I missed that helped me along the process. I learned an absolute fuckton and could not have done it without you all.

My hope is that this release just helps the RSPS scene to keep edging away from using 317 and moving to OSRS.
OSRS servers are definitely the future and should become the standard. If you're thinking about creating a new framework or working on a new project, please consider OSRS as a good option.

To anyone that will be aiming to further this source, please take a look at Polar's archive website,

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

.
The guy puts a lot of effort into archiving every single OSRS release and dumping things like items, enums, npcs, etc. His site is a very valuable asset when developing an OSRS server.
For RuneLite, take a look

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 to learn how to run their maven build script. I got around to adding

 

@Export("method")

flags to every class and some primary methods, but if you'd like to keep the naming on the next OSRS engine update (when the revision changes), you'll need to add the export flag to any other fields or methods you want to remap.

My Runelite package has everything you need to figure out how it works. Only thing it's missing is the decompiler/mapper, so just grab that from the last full Runelite release (1.3.9).

ty

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


Contact

ltlimes

RSPS Partners

RedemptionRSPS

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

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...