[PR #112] [CLOSED] Fix Vampyre Slayer #2414

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/112
Author: @RedSparr0w
Created: 10/26/2019
Status: Closed

Base: masterHead: vampyre-slayer


📝 Commits (2)

📊 Changes

10 files changed (+578 additions, -514 deletions)

View changed files

📝 2006Redone Client/src/ItemDef.java (+4 -1)
📝 2006Redone Client/src/Model.java (+9 -5)
📝 2006Redone Server/src/redone/game/content/guilds/Guilds.java (+3 -2)
📝 2006Redone Server/src/redone/game/content/skills/core/Mining.java (+1 -1)
📝 2006Redone Server/src/redone/game/npcs/NpcActions.java (+8 -5)
📝 2006Redone Server/src/redone/game/objects/impl/Climbing.java (+7 -8)
📝 2006Redone Server/src/redone/game/players/Client.java (+1 -2)
📝 2006Redone Server/src/redone/game/players/Player.java (+1 -1)
📝 2006Redone Server/src/redone/net/packets/impl/Commands.java (+532 -485)
📝 2006Redone Server/src/redone/net/packets/impl/Walking.java (+12 -4)

📄 Description

Fix Vampyre Slayer Quest


🔄 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/112 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/26/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `vampyre-slayer` --- ### 📝 Commits (2) - [`473a6b0`](https://github.com/2006-Scape/2006Scape/commit/473a6b0ca79ae5f6a5e969a9b0c1917626b15e84) update from upstream/master - [`a3ca04d`](https://github.com/2006-Scape/2006Scape/commit/a3ca04d978b0768bac37c3f7833dc2f115d7bfb0) fix vampyre slayer ### 📊 Changes **10 files changed** (+578 additions, -514 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Client/src/ItemDef.java` (+4 -1) 📝 `2006Redone Client/src/Model.java` (+9 -5) 📝 `2006Redone Server/src/redone/game/content/guilds/Guilds.java` (+3 -2) 📝 `2006Redone Server/src/redone/game/content/skills/core/Mining.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/npcs/NpcActions.java` (+8 -5) 📝 `2006Redone Server/src/redone/game/objects/impl/Climbing.java` (+7 -8) 📝 `2006Redone Server/src/redone/game/players/Client.java` (+1 -2) 📝 `2006Redone Server/src/redone/game/players/Player.java` (+1 -1) 📝 `2006Redone Server/src/redone/net/packets/impl/Commands.java` (+532 -485) 📝 `2006Redone Server/src/redone/net/packets/impl/Walking.java` (+12 -4) </details> ### 📄 Description Fix Vampyre Slayer Quest --- <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-22 10:15:55 +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#2414