mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #367] [MERGED] Convert item definitions into JSON form and fix shop prices #6694
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/367
Author: @dginovker
Created: 1/21/2020
Status: ✅ Merged
Merged: 2/1/2020
Merged by: @dginovker
Base:
master← Head:convertitemdef📝 Commits (4)
847830cCreated itemdef.json with same content as itemdefs.gsu. Still need to read from ita051752Converted a lot of IDs, not allcff8497All the runelocus shop items are in realshopvalues.json, all the old ones are in the regular json. Keeping this commit just in case something goes horribly, horribly wrong.8d30bd3Verified shop values are correct📊 Changes
446 files changed (+145009 additions, -94 deletions)
View changed files
➕
2006Redone Server/com/rebotted/Connection.class(+0 -0)➕
2006Redone Server/com/rebotted/GameConstants.class(+0 -0)➕
2006Redone Server/com/rebotted/GameEngine.class(+0 -0)➕
2006Redone Server/com/rebotted/event/CycleEvent.class(+0 -0)➕
2006Redone Server/com/rebotted/event/CycleEventContainer.class(+0 -0)➕
2006Redone Server/com/rebotted/event/CycleEventHandler.class(+0 -0)➕
2006Redone Server/com/rebotted/game/bots/Bot$TradeChat.class(+0 -0)➕
2006Redone Server/com/rebotted/game/bots/Bot.class(+0 -0)➕
2006Redone Server/com/rebotted/game/bots/BotConstants.class(+0 -0)➕
2006Redone Server/com/rebotted/game/bots/BotHandler.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/BankPin.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/EmoteHandler$Emotes.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/EmoteHandler.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/CombatAssistant.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/CombatConstants.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/Specials$specialAttack.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/Specials.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/magic/CastOnOther$1.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/magic/CastOnOther.class(+0 -0)➕
2006Redone Server/com/rebotted/game/content/combat/magic/CastRequirements.class(+0 -0)...and 80 more files
📄 Description
There were some shop items that were going for far too much.. This fixes that too!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.