[PR #326] [MERGED] Remove prices.txt, which isn't used anymore it seems #6673

Closed
opened 2026-05-29 12:21:24 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/326
Author: @dginovker
Created: 12/26/2019
Status: Merged
Merged: 12/26/2019
Merged by: @dginovker

Base: masterHead: remove_misleading_pricestxt


📝 Commits (2)

  • 22fced5 Remove prices.txt, which isn't used anymore it seems
  • 6be3bb3 Actually git rm the file too...

📊 Changes

53 files changed (+1 additions, -2332 deletions)

View changed files

2006Redone Server/data/cfg/prices.txt (+0 -2314)
📝 2006Redone Server/src/com/rebotted/world/ItemHandler.java (+1 -18)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/CombatAssistant.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/range/DwarfCannon$3.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/range/DwarfCannon.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/castlewars/CastleWars.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/trawler/Trawler.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/SkillHandler.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/ApeAtollAgility.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/BarbarianAgility.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/GnomeAgility.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/WerewolfAgility.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/WildernessAgility.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/GemCutting$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/LeatherMaking$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/LeatherMaking.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Pottery$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Pottery$2.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Pottery.class (+0 -0)
📝 CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Spinning$1.class (+0 -0)

...and 33 more files

📄 Description

Item prices are defined in itemdef.gsu I think


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/326 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 12/26/2019 **Status:** ✅ Merged **Merged:** 12/26/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `remove_misleading_pricestxt` --- ### 📝 Commits (2) - [`22fced5`](https://github.com/2006-Scape/2006Scape/commit/22fced57fc241b79abbb28b5859d4a819daf72a1) Remove prices.txt, which isn't used anymore it seems - [`6be3bb3`](https://github.com/2006-Scape/2006Scape/commit/6be3bb3d872bf44a7f42daf24b18c9171ba05e5e) Actually git rm the file too... ### 📊 Changes **53 files changed** (+1 additions, -2332 deletions) <details> <summary>View changed files</summary> ➖ `2006Redone Server/data/cfg/prices.txt` (+0 -2314) 📝 `2006Redone Server/src/com/rebotted/world/ItemHandler.java` (+1 -18) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/CombatAssistant.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/range/DwarfCannon$3.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/range/DwarfCannon.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/castlewars/CastleWars.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/trawler/Trawler.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/SkillHandler.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/ApeAtollAgility.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/BarbarianAgility.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/GnomeAgility.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/WerewolfAgility.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/WildernessAgility.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/GemCutting$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/LeatherMaking$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/LeatherMaking.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Pottery$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Pottery$2.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Pottery.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/crafting/Spinning$1.class` (+0 -0) _...and 33 more files_ </details> ### 📄 Description Item prices are defined in `itemdef.gsu` I think --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-29 12:21:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#6673