[PR #377] [MERGED] Farming Skill, Orb Charging, Battle Staff Creation, etc #7408

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/377
Author: @mrextremez
Created: 2/19/2020
Status: Merged
Merged: 2/19/2020
Merged by: @dginovker

Base: masterHead: funstuff


📝 Commits (1)

  • d18fbb1 Farming Skill, Orb Charging, Battle Staff Creation, etc

📊 Changes

71 files changed (+12158 additions, -534 deletions)

View changed files

2006Redone Client/bin/.gitignore (+0 -2)
📝 2006Redone Client/bin/Class13.class (+0 -0)
2006Redone Client/bin/Client.class (+0 -0)
📝 2006Redone Client/bin/Game.class (+0 -0)
📝 2006Redone Client/bin/InputStream_Sub1.class (+0 -0)
📝 2006Redone Client/bin/ItemDef.class (+0 -0)
2006Redone Client/bin/LocalGame.class (+0 -0)
📝 2006Redone Client/bin/Main.class (+0 -0)
📝 2006Redone Client/bin/Signlink.class (+0 -0)
📝 2006Redone Client/bin/SoundPlayer.class (+0 -0)
📝 2006Redone Client/bin/TextDrawingArea.class (+0 -0)
📝 2006Redone Client/bin/TextInput.class (+0 -0)
2006Redone Client/bin/java.policy.applet (+0 -7)
2006Redone Server/data/minutes.log (+1 -0)
📝 2006Redone Server/src/main/java/com/rebotted/GameEngine.java (+53 -1)
📝 2006Redone Server/src/main/java/com/rebotted/game/content/combat/CombatAssistant.java (+2 -2)
📝 2006Redone Server/src/main/java/com/rebotted/game/content/consumables/Potions.java (+3 -3)
📝 2006Redone Server/src/main/java/com/rebotted/game/content/minigames/Dueling.java (+10 -10)
📝 2006Redone Server/src/main/java/com/rebotted/game/content/random/PartyRoom.java (+2 -2)
2006Redone Server/src/main/java/com/rebotted/game/content/skills/SkillConstants.java (+33 -0)

...and 51 more files

📄 Description

  • Farming Skill Added
  • Orb charging implemented
  • Battle staff creation implemented
  • Cleaned up some code
  • Stuck command will now tele you from further out in wildy if you are not in combat
  • Fixed an issue with amulet of glory
  • Added forcechats for npcs at Gnome Agility Course, and for Cows, Ducks and Sheeps just like in actual osrs
  • Added base for God Book preaching

🔄 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/377 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 2/19/2020 **Status:** ✅ Merged **Merged:** 2/19/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `funstuff` --- ### 📝 Commits (1) - [`d18fbb1`](https://github.com/2006-Scape/2006Scape/commit/d18fbb16caf87cdb3b0a5b2fce63229840a9f11f) Farming Skill, Orb Charging, Battle Staff Creation, etc ### 📊 Changes **71 files changed** (+12158 additions, -534 deletions) <details> <summary>View changed files</summary> ➖ `2006Redone Client/bin/.gitignore` (+0 -2) 📝 `2006Redone Client/bin/Class13.class` (+0 -0) ➕ `2006Redone Client/bin/Client.class` (+0 -0) 📝 `2006Redone Client/bin/Game.class` (+0 -0) 📝 `2006Redone Client/bin/InputStream_Sub1.class` (+0 -0) 📝 `2006Redone Client/bin/ItemDef.class` (+0 -0) ➕ `2006Redone Client/bin/LocalGame.class` (+0 -0) 📝 `2006Redone Client/bin/Main.class` (+0 -0) 📝 `2006Redone Client/bin/Signlink.class` (+0 -0) 📝 `2006Redone Client/bin/SoundPlayer.class` (+0 -0) 📝 `2006Redone Client/bin/TextDrawingArea.class` (+0 -0) 📝 `2006Redone Client/bin/TextInput.class` (+0 -0) ➖ `2006Redone Client/bin/java.policy.applet` (+0 -7) ➕ `2006Redone Server/data/minutes.log` (+1 -0) 📝 `2006Redone Server/src/main/java/com/rebotted/GameEngine.java` (+53 -1) 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/combat/CombatAssistant.java` (+2 -2) 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/consumables/Potions.java` (+3 -3) 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/minigames/Dueling.java` (+10 -10) 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/random/PartyRoom.java` (+2 -2) ➕ `2006Redone Server/src/main/java/com/rebotted/game/content/skills/SkillConstants.java` (+33 -0) _...and 51 more files_ </details> ### 📄 Description - Farming Skill Added - Orb charging implemented - Battle staff creation implemented - Cleaned up some code - Stuck command will now tele you from further out in wildy if you are not in combat - Fixed an issue with amulet of glory - Added forcechats for npcs at Gnome Agility Course, and for Cows, Ducks and Sheeps just like in actual osrs - Added base for God Book preaching --- <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-30 12:21:48 +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#7408