mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #327] [CLOSED] New stuff 6 #5313
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/327
Author: @Gptaqbc
Created: 12/26/2019
Status: ❌ Closed
Base:
master← Head:new-stuff-6📝 Commits (9)
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 issues📊 Changes
70 files changed (+88 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(+10 -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/combat/range/DwarfCannon$3.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/combat/range/DwarfCannon.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/castlewars/CastleWars.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/minigames/trawler/Trawler.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/SkillHandler.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/agility/ApeAtollAgility.class(+0 -0)...and 50 more files
📄 Description
Fixed duel arena:
Item Assistant:
Cleaned some stuff while I was at it...
closes #268
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.