[PR #235] [MERGED] More fixes #5948

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/235
Author: @mrextremez
Created: 12/5/2019
Status: Merged
Merged: 12/5/2019
Merged by: @dginovker

Base: masterHead: morestuff


📝 Commits (1)

📊 Changes

11 files changed (+42 additions, -32 deletions)

View changed files

📝 2006Redone Server/src/com/rebotted/game/content/combat/range/DwarfCannon.java (+9 -10)
📝 2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java (+9 -4)
📝 2006Redone Server/src/com/rebotted/game/globalworldobjects/Doors.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleDoors.java (+3 -2)
📝 2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleGates.java (+12 -0)
📝 2006Redone Server/src/com/rebotted/game/npcs/NPCDefinition.java (+0 -2)
📝 2006Redone Server/src/com/rebotted/game/npcs/NpcHandler.java (+3 -0)
📝 2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Bank10.java (+1 -2)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ClickObject.java (+1 -5)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+0 -3)

📄 Description

  • Dwarf cannon can now be seen by anyone and not just the person who sets it down (they can also see the rotation now)
  • Fixed doors being removed when clicking them
  • Removed banking command for regular players
  • Fixed nulodion now only gives if you have space
  • Updated nulodion message so it doesnt say to find him at home
  • Npcs wont follow you if you turn on the cantAttack comamand (for admins)
  • Fixed gate at KBD
  • Fixed the gates at Ice giants in wildy

closes #132
closes #203
closes #211
closes #6

also this one should be closed from previous patch

closes #219


🔄 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/235 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 12/5/2019 **Status:** ✅ Merged **Merged:** 12/5/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `morestuff` --- ### 📝 Commits (1) - [`913e3f3`](https://github.com/2006-Scape/2006Scape/commit/913e3f34db501a23434e17079d8ade7456014163) More fixes ### 📊 Changes **11 files changed** (+42 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/com/rebotted/game/content/combat/range/DwarfCannon.java` (+9 -10) 📝 `2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java` (+9 -4) 📝 `2006Redone Server/src/com/rebotted/game/globalworldobjects/Doors.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleDoors.java` (+3 -2) 📝 `2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleGates.java` (+12 -0) 📝 `2006Redone Server/src/com/rebotted/game/npcs/NPCDefinition.java` (+0 -2) 📝 `2006Redone Server/src/com/rebotted/game/npcs/NpcHandler.java` (+3 -0) 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Bank10.java` (+1 -2) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ClickObject.java` (+1 -5) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+0 -3) </details> ### 📄 Description - Dwarf cannon can now be seen by anyone and not just the person who sets it down (they can also see the rotation now) - Fixed doors being removed when clicking them - Removed banking command for regular players - Fixed nulodion now only gives if you have space - Updated nulodion message so it doesnt say to find him at home - Npcs wont follow you if you turn on the cantAttack comamand (for admins) - Fixed gate at KBD - Fixed the gates at Ice giants in wildy closes #132 closes #203 closes #211 closes #6 also this one should be closed from previous patch closes #219 --- <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:16 +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#5948