Guides and Info
All code you need to run your own server can be found here. I will eventually add more documentation here for info about this code base, as in order to modify 2009Scape, I had to study the code base pretty thoroughly. For now, basically all 2009Scape guides will work.
At the moment there are 3 big differences from 2009Scape
I added "scaled XP modes" which mean you start at 1x, and eventually reach an exp multiplier as you get closer to 99, upon which your XP multiplier rate will be capped at whatever the max you scaled to. The options for this are Scaled 10x and Scaled 5x. The formula for your XP multiplier is
1 + ((this.experience[slot] * 9) / 13034431) in the case of scaling to 10x
1 + ((this.experience[slot] * 4) / 13034431) in the case of scaling to 5x
13034431 is the XP at which one hits 99.
I have reenabled hardcore ironman mode (HCIM was removed from 2009Scape)
I have made it possible for ironmen to complete all quests, and to enable people to complete Shield of Arrav, and Hero's quest without needing to wait/create alts on a server with a small/nonexistent player base, I have made it possible to bribe King Roald and Achietties to complete their respective quests. You can "donate" 6k to King Roald for Shield of Arrav, and you can give Achietties "a small loan of a million coins" instead of getting the three items.
I have also added a "cats sold" stat. I got 99 mage in 2009Scape basically by farming cats while slaying. At one point I had a stack of more than 10k death runes from cats. So I thought it would be a funny stat to track.