[PR #192] [MERGED] Global drops/monks/al kharid furnance #5930

Closed
opened 2026-05-28 12:21:12 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: morethings


📝 Commits (1)

  • 7738dc2 Global 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

  • Removed the object does not exist message ingame for non admins
  • Got rid of the isBotting code when clicking objects

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/192 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 11/17/2019 **Status:** ✅ Merged **Merged:** 11/17/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `morethings` --- ### 📝 Commits (1) - [`7738dc2`](https://github.com/2006-Scape/2006Scape/commit/7738dc2d93a654cd5bc6869f52f0a0251944e8e3) Global drops/monks/al kharid furnance ### 📊 Changes **23 files changed** (+191 additions, -87 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 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 - Removed the object does not exist message ingame for non admins - Got rid of the isBotting code when clicking objects --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-28 12:21:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#5930