Commit Graph

29 Commits

Author SHA1 Message Date
Ceikry 88a2f354b4 Added support for varying log levels configurable in the server config (see log_level in default.conf)
Error logs now properly print to stderr when possible
Colour-coded logs
Addressed a scenario in which outgoing packet writes could get hung up
Fixed interface incorrect definition message on server startup
2023-03-01 08:01:14 +00:00
Avi Weinstock e1faa64af7 God spells now properly drain stats
Charge spell no longer null-dereferences when attempting to refresh it
Manually casting spells no longer changes attack style
2023-03-01 07:48:31 +00:00
Ceikry 9a4b933976 Implemented ContentInterface-based NPC Scripting
Obsoleted AbstractNPC
Implemented desert bandits
Rewrote a handful of existing NPCs into NPCBehaviors (e.g. rock slugs, nechryaels, water fiend and more)
2023-03-01 06:42:25 +00:00
Zerken f0d7b82bf9 Added the HAM robe set and monk's robes to the allowed items for Entrana 2023-03-01 03:37:20 +00:00
Ceikry a5f94d736a Fixed incorrect xp calculation that would occur in some circumstances when training magic 2023-03-01 03:24:17 +00:00
Skal Fate 09f553d998 Varrock Museum Curator Haig Hele no longer gets stuck in endless "please waiting"
Achievement diary no longer gets completed on every repeated interaction with the Varrock Museum Curator
Grammar fixes for shield of arrav quest
2023-03-01 00:42:17 +00:00
Ceikry 3445b792c8 Implemented Global Chat
Added global chat feature, so players can still maintain global communication while being in their own clan chat
An individual player can opt out of global chat by using the ::muteglobal command
Implemented automatic message splitting for clan and global chat
Implemented colour selection for global chat (prefix your message with hex colour code, e.g. //%690420 before the message)
2023-03-01 00:02:12 +00:00
Ceikry 124eeab893 Implement Authentic Interaction Subsystem
Implemented authentic script/interaction queues
This does now mean we have a total of 3 interaction systems, but this additional system is necessary to fix certain categories of bug and implement some authentic features
Converted mining to new system
Converted fishing to new system
Converted woodcutting to new system
Provided an example of soft-queued scripts with GrandTreePodListener
Implemented tick-eating (it is now possible to eat a shark, drink a potion, and eat a karambwan all on the same tick)
Can now eat and drop items while stunned
2023-02-28 23:41:14 +00:00
Ceikry 5206c99151 Improved handling of chat message packets
More improvements and fixes relating to dynamic regions and constructions
2023-02-28 23:04:52 +00:00
bushtail dcaa980822 Rewrote PrayerEffect into kotlin
Corrected calculation used for prayer restoring effects
2023-02-22 08:25:16 +00:00
Skal Fate 06632a6918 Elvarg improvements
Elvarg fight is now authentic
Max hit up to 60 w/o shield, with anti-dragonfire shield up to 12, and max combat damage based on defense level
Separated potion and shield effects to not stack
Fixed quest log typo
Fixed dragon-fire message to show correct text based on the player's protection
2023-02-22 07:59:27 +00:00
Sam 73cbc9f11e Removed inauthentic vial smash after completing bar crawl miniquest (this is an osrs-only feature) 2023-02-21 06:49:02 +00:00
Ceikry 675d576c58 Updated kotlin to 1.8.0
Updated kotlin target to java 11
Fixed build errors when targeting 1.8.0
2023-02-18 09:18:24 +00:00
bushtail 7a42de63dc Players can now cut down jungle bushes while wielding a machete
Added inEquipmentOrInventory function to content API
2023-02-18 02:36:12 +00:00
Ceikry cecd6f1947 Fixed many non-critical exceptions
Fixed an issue that could result in server hang
Added a new command ::npcsearch for searching for NPC IDs
2023-02-18 01:37:30 +00:00
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