Commit Graph

14 Commits

Author SHA1 Message Date
Ceikry 17db0f27ef Simultaneous logins now possible on servers using in-memory account storage 2023-02-17 04:51:14 +00:00
bushtail 7f6752ba8a Mr. Bones' Wild Ride admin command now accepts a player name argument 2023-02-17 00:12:56 +00:00
Swizey 34f8db2557 Implemented authentic dragon axe special attack and enabled it by default, osrs style is toggle via worldprop world config dragon_axe_use_osrs_spec = true 2023-02-16 22:47:18 +00:00
Swizey 79696dfdde Overhauled the Lumbridge jobs system to be more authentic
Added new class of job - bone burying
Made the Task List item functional
Overhauled the dialogues of all of the applicable employers to be more authentic to 2009
Players must now return to the employer who gave them the job to turn it in
Added development command ::clearjob to clear the player's current job
2023-02-14 05:30:03 +00:00
Ceikry 39251fc75f Implemented blast furnace ore shop 2023-02-12 01:08:34 +00:00
Ceikry e5336f4438 Removed old degrading system for crystal bows 2023-02-09 23:30:33 +00:00
Ceikry 4971985d44 Fixed lag caused by repetitive region parsing from bot activity 2023-02-09 23:02:45 +00:00
Ceikry 8dadaa5089 Fixed a concurrent modification exception in event dispatch 2023-02-09 06:55:01 +00:00
Swizey 406552fae4 Falador medium achievement diary task for lighting bullseye lantern can now be obtained 2023-02-03 13:54:52 +00:00
Ceikry cc1eca5237 Improved packet writing, should improve responsiveness when many players are online 2023-01-30 23:21:37 +00:00
ceikry 4008f78433 Fixed some issues that lead to indefinite shutdown times 2023-01-30 03:50:23 +00:00
kuanoni 1a1da2b71b Fixed autocast turning off after equipment swap 2023-01-30 02:35:24 +00:00
Ceikry b2f90d3dcc Players can no longer walk where there is no map data
Fixed an issue that prevented teleblock from being used in PvP
Removed redundant code that prevented PvP looting in some instances
Improved strictness of grave generation rules in regards to PvP
Added nothing drop to the RDT (50% chance)
Implemented ring of wealth effect on rare drops (removes nothing drop)
Improved handling of nothing drops, preventing dwarf remains being awarded instead of nothing in some instances
Added impling IDs to the ImplingNPC definition so all implings behave like implings
Crystal shield and crystal bow now degrade
Made cyclops room kickout on disconnect more reliable
Fixed MTA Enchantment Zone items not adhering to the zone's rules
2023-01-29 06:35:42 +00:00
Ceikry a100affda2 Repository reorganisation
Unified kotlin and java into just src/main
Unified the rs09 and core packages
Took all content out of the core package, and placed it into the new content package
Reorganised all source code relating to content to be easier to find and explore
2023-01-26 13:59:28 +00:00