mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #504] [MERGED] Mage Training Arena and stuff #5442
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/504
Author: @RedSparr0w
Created: 9/30/2021
Status: ✅ Merged
Merged: 9/30/2021
Merged by: @Dark98
Base:
master← Head:stuff-n-things📝 Commits (10+)
44df34fFixup door/stairs in mage training arena56e76a1Fixup bedsheets, should be worn on head, not weapon slote75275e[Mage Training Arena] spawn rewards guardiandce1012[Mage Training Arena] Add arena teleports (non functioning)cd6eda9Just adding some commentsf523951[Mage Training Arena] Basic mage training arena stuffde4d059[Mage Training Arena] Allow shop to open and show items correctly723682e[Mage Training Arena] Show shop prices when clicked936e73bnoclipd9ad718[Mage Training Arena] Add 2nd option handler (filler)📊 Changes
23 files changed (+821 additions, -418 deletions)
View changed files
📝
2006Scape Client/src/main/java/CollisionMap.java(+2 -0)📝
2006Scape Client/src/main/java/Game.java(+6 -0)📝
2006Scape Server/data/cfg/spawns.json(+51 -1)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+2 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/Enchanting.java(+30 -32)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/MagicRequirements.java(+16 -27)➖
2006Scape Server/src/main/java/com/rs2/game/content/minigames/MageArena.java(+0 -267)➕
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Alchemy.java(+148 -0)➕
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Enchanting.java(+36 -0)➕
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/MageTrainingArena.java(+288 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/smithing/Superheat.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java(+3 -0)📝
2006Scape Server/src/main/java/com/rs2/game/items/ItemData.java(+10 -1)📝
2006Scape Server/src/main/java/com/rs2/game/npcs/NpcActions.java(+5 -1)📝
2006Scape Server/src/main/java/com/rs2/game/objects/ObjectsActions.java(+59 -1)📝
2006Scape Server/src/main/java/com/rs2/game/players/Player.java(+16 -3)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerAssistant.java(+94 -78)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerSave.java(+26 -0)📝
2006Scape Server/src/main/java/com/rs2/net/PacketSender.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/Bank5.java(+4 -0)...and 3 more files
📄 Description
Mage Training Arena:
Other:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.