mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #503] [MERGED] Implement Party Room, A bunch of client side changes, Other stuff #3348
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/503
Author: @RedSparr0w
Created: 9/26/2021
Status: ✅ Merged
Merged: 9/28/2021
Merged by: @Dark98
Base:
master← Head:temp-client📝 Commits (10+)
0068dadFixup Discord links8c0f64bFix required level to chop Dramen tree9c7d786More Discord link fixesc52c5a3Show bots as (store)1d865abFixup port3dbfcceFixup report handlerc6fa0aaSome client changescaed2a9minor changesdeea755Show item value on groundc39b148Mark stores and players differently on mini map📊 Changes
51 files changed (+1760 additions, -721 deletions)
View changed files
📝
.gitignore(+5 -0)📝
2006Scape Client/src/main/java/ClientSettings.java(+1 -1)📝
2006Scape Client/src/main/java/DrawingArea.java(+75 -75)📝
2006Scape Client/src/main/java/EntityDef.java(+4 -2)📝
2006Scape Client/src/main/java/Game.java(+884 -290)📝
2006Scape Client/src/main/java/Item.java(+2 -2)📝
2006Scape Client/src/main/java/ItemDef.java(+3 -3)📝
2006Scape Client/src/main/java/Model.java(+4 -1)📝
2006Scape Client/src/main/java/ObjectDef.java(+3 -1)📝
2006Scape Client/src/main/java/RSApplet.java(+7 -1)📝
2006Scape Client/src/main/java/RSInterface.java(+0 -2)📝
2006Scape Client/src/main/java/Signlink.java(+12 -12)📝
2006Scape Client/src/main/java/TextDrawingArea.java(+20 -16)📝
2006Scape Client/src/main/java/WorldController.java(+32 -31)📝
2006Scape Server/data/cfg/npcDefinitions.xml(+1 -1)📝
2006Scape Server/data/cfg/spawns.json(+33 -3)📝
2006Scape Server/src/main/java/com/rs2/GameConstants.java(+4 -4)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+1 -0)📝
2006Scape Server/src/main/java/com/rs2/game/bots/Bot.java(+18 -4)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/magic/SpellTeleport.java(+1 -1)...and 31 more files
📄 Description
Server Changes:
Fully implement Party Room
Fix required level for chopping Dramen tree
Update all the Discord links to be the same as eachother
Fix teleport location for Dareeyak
Allow swamp boaty to work
Ectophial teleport/refill
Ectofuntus more bonemeal types
Client Changes:
Option to show player names above their heads
Show player shops as blue icons on minimap
Show player shops as (shop)
Show text above ground items if above specified value
Update debug menu info
Add basic experience tracker
Add zooming
Add draw distance setting
Add item/npc/object searching (with
::searchcommand)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.