advnau
advnau
Imps do not teleport or run away
 We need to add clip checks for melee. Can attack with a weapon through walls. This also applies to picking up items. you can pick them up from 1...
Ram should be aggressive when sheep are sheered.
Follow dancing does not work.
Can pick up items from the adjacent tiles and not have to be on top of the item to take it. Needs a server check
This is a self assigned issue for @MatthewBishop to remind him that Farming is broken. https://github.com/2006-Scape/2006Scape/pull/567 was to remove some dead code but the event needs re-implemented and proper distance...
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....
https://github.com/jmarshall23/DukeNukemForever/blob/main/base/decls/def/weapon_pistol.def refers to "models/weapons/pistol/w_pistol.lwo" which does not exist and causes the game to crash due to no collision model for the weapon. The code in question is here: https://github.com/jmarshall23/DukeNukemForever/blob/fefd9a8c3c28d10be90844e1301a8cc1edb08a36/neo/game/Moveable.cpp#L108-L109
array works such that the index is set to the position in the array and also that it will expand when indexes are added. When delete last index is called...