mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #640] [MERGED] Various fixes and improvements #3449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/640
Author: @ipkpjersi
Created: 12/19/2023
Status: ✅ Merged
Merged: 9/21/2024
Merged by: @Dark98
Base:
master← Head:develop📝 Commits (10+)
4af67b7Added more client settings for winter and hide roofs1a0b757Removed unnecessary local var and added Javadoc comment0d87125Fixed dark wizards casting magic in melee range0baf36bAdded AttackType enum1d011a7Removed extra asterisk8400301Removed attackType magic numbersbef350bEnabled snow toggles by default79cb74cCombined snow month into one variable94658f0Added option for fixes without custom settings2cb4f25Added more main args📊 Changes
57 files changed (+134757 additions, -134495 deletions)
View changed files
📝
2006Scape Client/src/main/java/ClientSettings.java(+41 -0)📝
2006Scape Client/src/main/java/Flo.java(+1 -1)📝
2006Scape Client/src/main/java/Game.java(+39 -10)📝
2006Scape Client/src/main/java/Main.java(+18 -3)📝
2006Scape Client/src/main/java/ObjectManager.java(+6 -2)➕
2006Scape Server/data/cfg/npcDefinitions.json(+134246 -0)➖
2006Scape Server/data/cfg/npcDefinitions.xml(+0 -134240)📝
2006Scape Server/data/cfg/spawns.json(+0 -40)➕
2006Scape Server/plugins/plugin/buttons/gameframe/SoundVolumeButtons.java(+37 -0)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+9 -9)➕
2006Scape Server/src/main/java/com/rs2/game/content/combat/AttackType.java(+18 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcCombat.java(+68 -66)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcEmotes.java(+9 -8)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/Barrows.java(+0 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/Dueling.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/quests/impl/BlackKnightsFortress.java(+7 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/quests/impl/CooksAssistant.java(+7 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/quests/impl/DoricsQuest.java(+7 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/quests/impl/GertrudesCat.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/quests/impl/LostCity.java(+7 -1)...and 37 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.