mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #242] [MERGED] A lot of fixes #4560
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/242
Author: @Gptaqbc
Created: 12/7/2019
Status: ✅ Merged
Merged: 12/8/2019
Merged by: @dginovker
Base:
master← Head:Dunno-what-its-going-to-be📝 Commits (7)
bccf7f9Fixed stuff related to shop trading6170799Merge remote-tracking branch 'upstream/master' into Dunno-what-its-going-to-be233dfb8Fixed some stuff related to agility7df5103Merge remote-tracking branch 'upstream/master' into Dunno-what-its-going-to-be6f0f45bresolve conflictsf11116edelete old filescb479d7A lot of fixes📊 Changes
16 files changed (+719 additions, -689 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/game/content/minigames/Dueling.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/content/skills/agility/Agility.java(+186 -183)📝
2006Redone Server/src/com/rebotted/game/content/skills/agility/PyramidAgility.java(+293 -289)📝
2006Redone Server/src/com/rebotted/game/content/skills/agility/WildernessAgility.java(+93 -81)📝
2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java(+77 -81)📝
2006Redone Server/src/com/rebotted/game/items/impl/RareProtection.java(+16 -18)📝
2006Redone Server/src/com/rebotted/game/npcs/drops/NPCDrops.java(+6 -2)📝
2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java(+12 -16)📝
2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java(+1 -1)📝
2006Redone Server/src/com/rebotted/net/packets/impl/BankAll.java(+20 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/BankX2.java(+1 -1)📝
2006Redone Server/src/com/rebotted/net/packets/impl/ClickNPC.java(+1 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/DropItem.java(+1 -1)📝
2006Redone Server/src/com/rebotted/net/packets/impl/ItemOnPlayer.java(+9 -7)📝
2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java(+1 -1)📝
2006Redone Server/src/com/rebotted/net/packets/impl/WearItem.java(+1 -3)📄 Description
closes #237
closes #218
closes #201
closes #101
Christmas Cracker (anim other player & text & admin right & rare protection)
Added check in stack value when withdrawing from bank to prevent losing items when max int value is reached
fixed double message on pickpocketing when in combat
Renamed methods
Removed unused methods
Removed admin restriction when trying to use the cannon
Cleaned KBD drops
Boots of lightness weight reduction is fixed
More...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.