mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #328] [MERGED] Gptaqbc new stuff 6 #3215
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/328
Author: @dginovker
Created: 12/26/2019
Status: ✅ Merged
Merged: 12/26/2019
Merged by: @dginovker
Base:
master← Head:Gptaqbc-new-stuff-6📝 Commits (10+)
3fea1c0Some stuff on weighta53921eCleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog7538950Merge remote-tracking branch 'upstream/master' into new-stuff-65d55f1fremoved a shitload of '== true'8fa0042Fixed drop issue8c9f9c8Fixed duel arena, changed some chat message so they are all the same, changed Additem80a2178Update ItemAssistant.java8b2876cMerge remote-tracking branch 'upstream/master' into new-stuff-60325c9fResolving my issuesec86832Allow walking during movement📊 Changes
32 files changed (+80 additions, -41 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/game/content/combat/CombatAssistant.java(+1 -0)📝
2006Redone Server/src/com/rebotted/game/content/minigames/Dueling.java(+18 -24)📝
2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java(+3 -1)📝
2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java(+4 -1)📝
2006Redone Server/src/com/rebotted/game/players/Player.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java(+7 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/AttackPlayer.java(+16 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/ClickingButtons.java(+7 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/ClickingStuff.java(+1 -2)📝
2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java(+1 -1)📝
2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java(+2 -3)📝
2006Redone Server/src/com/rebotted/world/GlobalDropsHandler.java(+1 -1)📝
2006Redone Server/src/com/rebotted/world/ItemHandler.java(+18 -1)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/CombatAssistant.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/Dueling.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$1.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$2.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$3.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$4.class(+0 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.