Update README.md

This commit is contained in:
zeruth
2019-06-25 00:35:01 -04:00
parent 572d590586
commit 901b224d0a

View File

@@ -12,7 +12,7 @@ https://www.rune-server.ee/runescape-development/rs2-server/downloads/684206-180
By default, this connects to our sandbox server, which is for client testing. By default, this connects to our sandbox server, which is for client testing.
To setup your rsa keys, navigate to runelite-mixins and go to RSBufferMixin and set modulus and exponent To setup your rsa keys, navigate to runelite-mixins and go to RSBufferMixin and set modulus and exponent
To setup your codebase, navigate to runelite-client/rs and go to Launcher and set codebase = new URL("http://IP_OR_URL_HERE/"); To setup your codebase, navigate to runelite-client/rs and go to RSAppletStub and set codebase = new URL("http://IP_OR_URL_HERE/");
After that it's ran much like RuneLite or RuneLitePlus, install then run RuneLite.main() After that it's ran much like RuneLite or RuneLitePlus, install then run RuneLite.main()