[PR #209] [MERGED] Fixed random trees everywhere #5937

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/209
Author: @mikeysasse2
Created: 11/24/2019
Status: Merged
Merged: 11/24/2019
Merged by: @dginovker

Base: masterHead: master


📝 Commits (2)

  • 8dae7d1 Fixed random trees everywhere
  • d59ff6b Npcs will no longer face southwest every time they take a step.

📊 Changes

17 files changed (+30 additions, -38 deletions)

View changed files

📝 2006Redone Server/data/logs/commands/michael.txt (+3 -0)
📝 2006Redone Server/src/redone/game/npcs/NpcHandler.java (+0 -27)
📝 2006Redone Server/src/redone/game/players/Player.java (+1 -1)
📝 2006Redone Server/src/redone/net/packets/impl/ClickObject.java (+4 -0)
📝 2006Redone Server/src/redone/net/packets/impl/Walking.java (+18 -6)
📝 2006Redone Server/src/redone/world/ObjectManager.java (+4 -4)
📝 CompiledServer/production/2006rebotted/redone/game/npcs/NpcHandler.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/game/players/Player.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$1.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$2.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$3.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$4.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$5.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$6.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/net/packets/impl/Walking.class (+0 -0)
📝 CompiledServer/production/2006rebotted/redone/world/ObjectManager.class (+0 -0)

📄 Description

Resolves #179
Other small fixes


🔄 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/209 **Author:** [@mikeysasse2](https://github.com/mikeysasse2) **Created:** 11/24/2019 **Status:** ✅ Merged **Merged:** 11/24/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8dae7d1`](https://github.com/2006-Scape/2006Scape/commit/8dae7d192ada86f0b9ae818fbc74b98094d03529) Fixed random trees everywhere - [`d59ff6b`](https://github.com/2006-Scape/2006Scape/commit/d59ff6b53be78501e705bf2ba3492372209b861d) Npcs will no longer face southwest every time they take a step. ### 📊 Changes **17 files changed** (+30 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/data/logs/commands/michael.txt` (+3 -0) 📝 `2006Redone Server/src/redone/game/npcs/NpcHandler.java` (+0 -27) 📝 `2006Redone Server/src/redone/game/players/Player.java` (+1 -1) 📝 `2006Redone Server/src/redone/net/packets/impl/ClickObject.java` (+4 -0) 📝 `2006Redone Server/src/redone/net/packets/impl/Walking.java` (+18 -6) 📝 `2006Redone Server/src/redone/world/ObjectManager.java` (+4 -4) 📝 `CompiledServer/production/2006rebotted/redone/game/npcs/NpcHandler.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/game/players/Player.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$1.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$2.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$3.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$4.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$5.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject$6.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/ClickObject.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/net/packets/impl/Walking.class` (+0 -0) 📝 `CompiledServer/production/2006rebotted/redone/world/ObjectManager.class` (+0 -0) </details> ### 📄 Description Resolves #179 Other small fixes --- <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:13 +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#5937