mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #192] [MERGED] Global drops/monks/al kharid furnance #13838
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/192
Author: @mrextremez
Created: 11/17/2019
Status: ✅ Merged
Merged: 11/17/2019
Merged by: @dginovker
Base:
master← Head:morethings📝 Commits (1)
7738dc2Global drops/monks/al kharid furnance📊 Changes
23 files changed (+191 additions, -87 deletions)
View changed files
➕
2006Redone Client/bin/.gitignore(+2 -0)📝
2006Redone Client/bin/ClientSettings.class(+0 -0)📝
2006Redone Client/bin/Game.class(+0 -0)📝
2006Redone Client/bin/Main.class(+0 -0)📝
2006Redone Client/bin/RSApplet.class(+0 -0)📝
2006Redone Client/bin/RSFrame.class(+0 -0)📝
2006Redone Client/bin/RSInterface.class(+0 -0)➕
2006Redone Client/bin/java.policy.applet(+7 -0)📝
2006Redone Client/src/Game.java(+1 -1)📝
2006Redone Client/src/RSApplet.java(+1 -1)➕
2006Redone Server/data/logs/pickupitem/andrew22.txt(+4 -0)📝
2006Redone Server/src/redone/game/content/combat/npcs/NpcCombat.java(+8 -0)📝
2006Redone Server/src/redone/game/objects/Objects.java(+3 -0)📝
2006Redone Server/src/redone/game/objects/ObjectsActions.java(+8 -23)📝
2006Redone Server/src/redone/game/players/Player.java(+1 -1)📝
2006Redone Server/src/redone/game/players/PlayerAssistant.java(+8 -0)📝
2006Redone Server/src/redone/game/players/PlayerHandler.java(+6 -1)📝
2006Redone Server/src/redone/net/packets/impl/ChangeRegions.java(+1 -1)📝
2006Redone Server/src/redone/net/packets/impl/Chat.java(+1 -1)📝
2006Redone Server/src/redone/world/GlobalDropsHandler.java(+137 -56)...and 3 more files
📄 Description
closes #177 (furnace in al kharid should now work)
closes #136 (hp restoring works, couldn't find the anim tho)
closes #178 (global drops should now be working fine)
Also
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.