mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #585] [MERGED] Def cleanup #9796
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/585
Author: @advnau
Created: 2/5/2023
Status: ✅ Merged
Merged: 2/5/2023
Merged by: @Dark98
Base:
master← Head:def-cleanup📝 Commits (10+)
4167bb8Object definition cleanup18121deUpdate ShopAssistant.javab8b7385stackables29dc975notables1ec078aunused files6754bddmore junkff1c8a5almost done73adc8cworking9af5d30moving old methods to deprecatedc69d4caupdate📊 Changes
98 files changed (+21769 additions, -285670 deletions)
View changed files
➕
2006Scape Server/data/cfg/ItemDefinitions.json(+21025 -0)➖
2006Scape Server/data/cfg/items.json(+0 -263398)➖
2006Scape Server/data/data/itemdef.json(+0 -20694)➖
2006Scape Server/data/data/notes.dat(+0 -0)➖
2006Scape Server/data/data/stackable.dat(+0 -0)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+14 -4)📝
2006Scape Server/src/main/java/com/rs2/game/bots/Bot.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java(+3 -3)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/MagicRequirements.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/melee/MeleeData.java(+7 -7)📝
2006Scape Server/src/main/java/com/rs2/game/content/consumables/Potions.java(+7 -6)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/Dueling.java(+19 -16)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/castlewars/CastleWars.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Enchanting.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/MageTrainingArena.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/music/sound/CombatSounds.java(+3 -7)📝
2006Scape Server/src/main/java/com/rs2/game/content/random/PartyRoom.java(+6 -4)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/SkillHandler.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/Cooking.java(+6 -6)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/cooking/CookingTutorialIsland.java(+2 -2)...and 78 more files
📄 Description
This cleans up the definitions for Items and Objects to cleanup the cache loaders and to also allow the loading of most Item Definition data from the cache. In the processing of this PR, some bugs were fixed with the Thieving skill where rewards for pickpocketing and stall thieving were given based off of item name but there was a typo so the reward wouldnt be given.
To the reviewer, should we move the minutes.log file from data/data to data/logs?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.