:: 876 Nocturne RSPS Build overview
in wake of the recent "jagex wants to do an anne rice" ass showing fuckery, decided to fuck around with getting a more up to date/rs3 local server running
this one actually had an official text tutorial to go with it, as well as a second one which was cool. honestly really straightforward to set up using those two.
- no quests as a given but everything's possibly in place for them
- the menus don't necessarily have all of the qol, but usually at least one version of a given menu will let you do what you're trying to. ex: trying to drag abilities from the big powers menu doesn't work, but the small UI boxes let you click and drag onto the hotbar
- the music seems to be missing/broken, as are most of the sounds
- clicking on skills pops up a list of location teleports for i guess community grinding spots? big grindset shit instead of yknow pulling up the level-unlock menu
- do yourself a favor if you can, and just like. if you open a menu and the text is some fuck-awful color, go in to eclipse, do a search for the text you can read, and change the hex number for the colors. dear god. FF0000 bright ass red text? what the fuck? cmon
- it's set to christmas. not too intrusive but still gotta figure out how to turn that off
- if your username has a space, use an underscore when putting yourself as admin, and also while logging in
- for cosmetics, save them to a present, load them, then apply if applying them doesn't work
so membership is handled in the form of donation tiers, with most p2p locations/things already available for free, and the donations just gate off specific parts of membership? dug into how to open that up so everyone gets everything:
::item 29494
spawns a bond into your inventory. each one raises your donation amount by 5, so 160 will cap out rewards- unfortunately you do have to do this one by one, as far as i know, which wouldn't be ideal so let's fix that
- open Nocturne RS3/src/net/nocturne/game/player/DonationManager.java
- scroll down to
increaseDonationAmount(5);
and change that toincreaseDonationAmount(801);
then bam. only need it once, and bonds serve no other purpose beyond donation points so it doesn't change anything else