[PR #137] [MERGED] Fixes run energy, aggressiveness, and highscores #1044

Closed
opened 2026-05-20 10:15:54 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/137
Author: @mrextremez
Created: 11/6/2019
Status: Merged
Merged: 11/6/2019
Merged by: @dginovker

Base: masterHead: fixes


📝 Commits (6)

  • d99d676 Update ShopAssistant.java
  • 256c5a8 Merge remote-tracking branch 'upstream/master'
  • c503c1c Merge remote-tracking branch 'upstream/master'
  • d6e9169 Fixes npc aggressiveness closes #132
  • 5dee65a Fixes highscores for admin + ingame. Closes #131
  • 7919c56 Caps run energy at 100%. Closes #135

📊 Changes

5 files changed (+84 additions, -85 deletions)

View changed files

📝 2006Redone Server/src/redone/game/npcs/NpcHandler.java (+6 -11)
📝 2006Redone Server/src/redone/game/players/Client.java (+1 -1)
📝 2006Redone Server/src/redone/game/players/HighscoresHandler.java (+62 -62)
📝 2006Redone Server/src/redone/game/players/PlayerAssistant.java (+8 -4)
📝 2006Redone Server/src/redone/net/packets/impl/Commands.java (+7 -7)

📄 Description

closes #135
closes #132
closes #131


🔄 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/137 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 11/6/2019 **Status:** ✅ Merged **Merged:** 11/6/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `fixes` --- ### 📝 Commits (6) - [`d99d676`](https://github.com/2006-Scape/2006Scape/commit/d99d67624dd5ed324f98d1790afd8ad15651ff11) Update ShopAssistant.java - [`256c5a8`](https://github.com/2006-Scape/2006Scape/commit/256c5a841dcc9cc51f0670ee4153d44a52aa9f91) Merge remote-tracking branch 'upstream/master' - [`c503c1c`](https://github.com/2006-Scape/2006Scape/commit/c503c1c40cdf70b3b4e0b1ad08624de2ba549b72) Merge remote-tracking branch 'upstream/master' - [`d6e9169`](https://github.com/2006-Scape/2006Scape/commit/d6e9169273fe458003e141d5257773a8d4e8e0fd) Fixes npc aggressiveness closes #132 - [`5dee65a`](https://github.com/2006-Scape/2006Scape/commit/5dee65ab01d9a7ddfe07e117927f48accb1b7184) Fixes highscores for admin + ingame. Closes #131 - [`7919c56`](https://github.com/2006-Scape/2006Scape/commit/7919c56531739a30aecd1c8493e3e0ca4b9f899d) Caps run energy at 100%. Closes #135 ### 📊 Changes **5 files changed** (+84 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/npcs/NpcHandler.java` (+6 -11) 📝 `2006Redone Server/src/redone/game/players/Client.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/players/HighscoresHandler.java` (+62 -62) 📝 `2006Redone Server/src/redone/game/players/PlayerAssistant.java` (+8 -4) 📝 `2006Redone Server/src/redone/net/packets/impl/Commands.java` (+7 -7) </details> ### 📄 Description closes #135 closes #132 closes #131 --- <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-20 10:15:54 +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#1044