[PR #626] [MERGED] Lumbridge Cow Pen update + Bug fixes #5528

Closed
opened 2026-05-27 12:22:56 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/626
Author: @halogod35
Created: 2/24/2023
Status: Merged
Merged: 2/24/2023
Merged by: @Dark98

Base: masterHead: master


📝 Commits (5)

📊 Changes

4 files changed (+496 additions, -353 deletions)

View changed files

📝 2006Scape Server/data/cfg/shops.json (+18 -15)
📝 2006Scape Server/data/cfg/spawns.json (+475 -335)
📝 2006Scape Server/src/main/java/com/rs2/game/content/skills/thieving/Pickpocket.java (+2 -2)
📝 2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java (+1 -1)

📄 Description

Updates:

  • Corrected Sarah's spawn location (previously at Al Kharid mines)
  • Corrected Sheepdog's spawn location
  • Sheepdog no longer moves
  • Added Bucket of water to Bandit Bargains
  • Corrected Selena's spawn location
  • Corrected Lumbridge Cow Pen's Cows' spawn locations
  • Added 13 Cows to Lumbridge Cow pen
  • Corrected Cow's maximum hit
  • Corrected Cow's combat stats
  • Corrected Lumbridge Cow Pen's Cow Calfs' spawn locations
  • Added 5 Cow calves to Lumbridge Cow pen
  • Corrected Cow calf's maximum hit
  • Corrected Cow calf's combat stats
  • Corrected "TzHaar-Hur-Rin's Ore and Gem Store" to "TzHaar-Hur-Lek's Ore and Gem Store"
  • Corrected shop quanitites of TzHaar-Hur-Lek's Ore and Gem Store
  • Removed extra space in "You attempt to pick the " dialogue

🔄 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/626 **Author:** [@halogod35](https://github.com/halogod35) **Created:** 2/24/2023 **Status:** ✅ Merged **Merged:** 2/24/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`6a4430a`](https://github.com/2006-Scape/2006Scape/commit/6a4430aea6167c077d273c387dc58cff69d2792a) Update npc.json - [`1020a73`](https://github.com/2006-Scape/2006Scape/commit/1020a73a3ad80f0ed87adb7cb9f30934aac42d98) Update spawns.json - [`8e08cc1`](https://github.com/2006-Scape/2006Scape/commit/8e08cc1be1d7d5f80d11b79cf9ac61386cb8bde7) Update shops.json - [`3c556a6`](https://github.com/2006-Scape/2006Scape/commit/3c556a6ccee79c7b7b6a20343d792dd655c0ea78) Update Shops.java - [`e08df78`](https://github.com/2006-Scape/2006Scape/commit/e08df7820aab7bd587840534fb7cc9b2c9d0fb53) Update Pickpocket.java ### 📊 Changes **4 files changed** (+496 additions, -353 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/data/cfg/shops.json` (+18 -15) 📝 `2006Scape Server/data/cfg/spawns.json` (+475 -335) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/skills/thieving/Pickpocket.java` (+2 -2) 📝 `2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java` (+1 -1) </details> ### 📄 Description Updates: * Corrected Sarah's spawn location (previously at Al Kharid mines) * Corrected Sheepdog's spawn location * Sheepdog no longer moves * Added Bucket of water to Bandit Bargains * Corrected Selena's spawn location * Corrected Lumbridge Cow Pen's Cows' spawn locations * Added 13 Cows to Lumbridge Cow pen * Corrected Cow's maximum hit * Corrected Cow's combat stats * Corrected Lumbridge Cow Pen's Cow Calfs' spawn locations * Added 5 Cow calves to Lumbridge Cow pen * Corrected Cow calf's maximum hit * Corrected Cow calf's combat stats * Corrected "TzHaar-Hur-Rin's Ore and Gem Store" to "TzHaar-Hur-Lek's Ore and Gem Store" * Corrected shop quanitites of TzHaar-Hur-Lek's Ore and Gem Store * Removed extra space in "You attempt to pick the " dialogue --- <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-27 12:22:56 +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#5528