rsmod icon indicating copy to clipboard operation
rsmod copied to clipboard

OldSchool RuneScape game-server emulator made for educational purposes.

Results 32 rsmod issues
Sort by recently updated
recently updated
newest added

Solves https://github.com/rsmod/rsmod/issues/22

Hello, RSMod uses the libraries from OpenRS2 for cache/crypto/buffer modules. After commit https://github.com/openrs2/openrs2/commit/e62941b00a173406d952c450b55f8591f2e7ca58 OpenRS2 switched to using Guice 7.0 which is no longer compatible with javax.inject and is jakarta only....

- gradle 8.8 - add jakarta.inject dep which replaces javax.* - XteaKey > use the new name in grahams openrs2 lib

The friend list is not loading.

https://github.com/rsmod/rsmod/blob/9ea477884667705a0341bf8e482cda4cd5566543/api/account/src/main/kotlin/org/rsmod/api/account/saver/AccountSavingService.kt This issue requires #45 to be implemented first, as it provides the necessary test database API for chaos testing.

tests

https://github.com/rsmod/rsmod/blob/9ea477884667705a0341bf8e482cda4cd5566543/api/account/src/main/kotlin/org/rsmod/api/account/loader/AccountLoaderService.kt This issue requires #45 to be implemented first, as it provides the necessary test database API for chaos testing.

tests

https://github.com/rsmod/rsmod/blob/9ea477884667705a0341bf8e482cda4cd5566543/api/db-gateway/src/main/kotlin/org/rsmod/api/db/gateway/service/ResponseDbGatewayService.kt This issue requires #45 to be implemented first, as it provides the necessary test database API for chaos testing.

tests

There have been two scenarios where we cannot explain how or why a `faceangle` is being sent as it is. The first case is when exiting the Signpost interface: [SignpostScript.kt](https://github.com/rsmod/rsmod/blob/9ea477884667705a0341bf8e482cda4cd5566543/content/generic/generic-locs/src/main/kotlin/org/rsmod/content/generic/locs/signpost/SignpostScript.kt#L55)...

bug
engine
needs research

Bank has received several changes since we've added its plugin. For example, https://oldschool.runescape.wiki/w/Update:Game_Jam:_Charges_QoL (https://github.com/Joshua-F/osrs-dumps/blob/master/script/%5Bproc%2Cscript669%5D.cs2)

enhancement
content

This seems to be an issue with Dark bow special combat XP, but there might be something else going on. https://github.com/rsmod/rsmod/blob/9ea477884667705a0341bf8e482cda4cd5566543/api/combat/combat-manager/src/main/kotlin/org/rsmod/api/combat/manager/PlayerAttackManager.kt#L258-L439

bug