[PR #186] [MERGED] Fix Abyss, Fix selling for tokkull #5924

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/186
Author: @RedSparr0w
Created: 11/17/2019
Status: Merged
Merged: 11/17/2019
Merged by: @dginovker

Base: masterHead: stuff


📝 Commits (9)

  • 0e1e079 Fix local Parabot instructions
  • 8c8428e Merge remote-tracking branch 'upstream/master'
  • 484d5d6 Merge remote-tracking branch 'upstream/master'
  • 21a379e Merge remote-tracking branch 'upstream/master'
  • 30a4a7a Add kick command, and force logout function
  • 53a8582 Merge remote-tracking branch 'upstream/master'
  • 9a06cfb Merge remote-tracking branch 'upstream/master'
  • 54391b4 fixup abyss
  • b62c1cf fixup tokkull selling

📊 Changes

5 files changed (+15 additions, -22 deletions)

View changed files

📝 2006Redone Server/src/redone/game/content/skills/runecrafting/AbyssalHandler.java (+1 -7)
📝 2006Redone Server/src/redone/game/npcs/NpcActions.java (+9 -0)
📝 2006Redone Server/src/redone/game/objects/ObjectsActions.java (+2 -8)
📝 2006Redone Server/src/redone/game/shops/ShopAssistant.java (+2 -2)
📝 2006Redone Server/src/redone/game/shops/ShopHandler.java (+1 -5)

📄 Description

Able to teleport to the abyss and use it now,
Fixup selling stuff for tokkull (would only get the value of 1 item when selling multiple)


🔄 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/186 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 11/17/2019 **Status:** ✅ Merged **Merged:** 11/17/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `stuff` --- ### 📝 Commits (9) - [`0e1e079`](https://github.com/2006-Scape/2006Scape/commit/0e1e07924b527562074acf9761b5535f7823f98c) Fix local Parabot instructions - [`8c8428e`](https://github.com/2006-Scape/2006Scape/commit/8c8428e0be3e0d5e80fdbbbe1424ead4c17f6cf1) Merge remote-tracking branch 'upstream/master' - [`484d5d6`](https://github.com/2006-Scape/2006Scape/commit/484d5d68ab08e6f9a1e3fe409c3a01dc9d4338b4) Merge remote-tracking branch 'upstream/master' - [`21a379e`](https://github.com/2006-Scape/2006Scape/commit/21a379ed8efbd4435f8e7fb4ee1bb443b2b41cf6) Merge remote-tracking branch 'upstream/master' - [`30a4a7a`](https://github.com/2006-Scape/2006Scape/commit/30a4a7a10f4c1277b8f06424af374aab168f016c) Add kick command, and force logout function - [`53a8582`](https://github.com/2006-Scape/2006Scape/commit/53a8582308af59f8359c93199acdef981ca26fea) Merge remote-tracking branch 'upstream/master' - [`9a06cfb`](https://github.com/2006-Scape/2006Scape/commit/9a06cfbfb45acb7b79fcd9d8fac7999c174e21c7) Merge remote-tracking branch 'upstream/master' - [`54391b4`](https://github.com/2006-Scape/2006Scape/commit/54391b43c49056bada295ac205d6906b2c2f6c80) fixup abyss - [`b62c1cf`](https://github.com/2006-Scape/2006Scape/commit/b62c1cf15604c43400d2730b15f8c64016881060) fixup tokkull selling ### 📊 Changes **5 files changed** (+15 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/content/skills/runecrafting/AbyssalHandler.java` (+1 -7) 📝 `2006Redone Server/src/redone/game/npcs/NpcActions.java` (+9 -0) 📝 `2006Redone Server/src/redone/game/objects/ObjectsActions.java` (+2 -8) 📝 `2006Redone Server/src/redone/game/shops/ShopAssistant.java` (+2 -2) 📝 `2006Redone Server/src/redone/game/shops/ShopHandler.java` (+1 -5) </details> ### 📄 Description Able to teleport to the abyss and use it now, Fixup selling stuff for tokkull (would only get the value of 1 item when selling multiple) --- <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:10 +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#5924