mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #507] [MERGED] [Mage Training Arena] Enchanting, and some other stuff #13181
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/507
Author: @RedSparr0w
Created: 10/2/2021
Status: ✅ Merged
Merged: 10/2/2021
Merged by: @dginovker
Base:
master← Head:stuff-n-more-things📝 Commits (7)
3af2cc3Handle some more stairs...0298c9aRemove message sent to player77fc99aBolts/Tips making473b3cfTidy up5719eacFree alchs occasionally within training arena732e81e[Mage Training Arena] Enchanting3c4ad45Remove enchanting room specific items when leaving area📊 Changes
16 files changed (+432 additions, -140 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/Enchanting.java(+69 -58)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/MagicRequirements.java(+8 -4)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/MagicTeleports.java(+0 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Alchemy.java(+23 -16)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Enchanting.java(+119 -7)📝
2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/MageTrainingArena.java(+1 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/fletching/ArrowMaking.java(+27 -17)➕
2006Scape Server/src/main/java/com/rs2/game/content/skills/fletching/TipMaking.java(+128 -0)📝
2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java(+17 -17)📝
2006Scape Server/src/main/java/com/rs2/game/items/UseItem.java(+4 -8)📝
2006Scape Server/src/main/java/com/rs2/game/objects/ObjectsActions.java(+16 -2)📝
2006Scape Server/src/main/java/com/rs2/game/objects/impl/Climbing.java(+3 -0)📝
2006Scape Server/src/main/java/com/rs2/game/players/Player.java(+6 -0)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerAssistant.java(+7 -6)📝
2006Scape Server/src/main/java/com/rs2/net/PacketSender.java(+3 -3)📝
2006Scape Server/src/main/java/com/rs2/world/Boundary.java(+1 -0)📄 Description
Mage Training Arena:
Implemented the enchanting area
Added the bonus (free) alch to the alch area
Other:
Can now craft bolt tips from cut opals/pearls
Fixed some stairs
Minor tidy up
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.