[PR #533] [MERGED] Various Changes #1989

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/533
Author: @Dark98
Created: 8/22/2022
Status: Merged
Merged: 8/22/2022
Merged by: @Dark98

Base: masterHead: dev


📝 Commits (4)

  • 5ec97e0 Add Shield Blocking Emote For Two NPC's
  • e313570 Fix KARAMBWAN HP Restore Amount
  • 24f6bab Add Link Command To Discord Bot
  • 0f3429b Github Actions Update

📊 Changes

6 files changed (+38 additions, -7 deletions)

View changed files

📝 .github/workflows/maven.yml (+13 -4)
📝 2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcEmotes.java (+3 -2)
📝 2006Scape Server/src/main/java/com/rs2/game/content/consumables/Food.java (+1 -1)
📝 2006Scape Server/src/main/java/com/rs2/integrations/discord/JavaCord.java (+1 -0)
📝 2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Commands.java (+2 -0)
2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Link.java (+18 -0)

📄 Description

*Add Shield Blocking Emote For Two NPC's
*Fix KARAMBWAN HP Restore Amount
*Add Link Command To Discord Bot
*Github Actions Update


🔄 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/533 **Author:** [@Dark98](https://github.com/Dark98) **Created:** 8/22/2022 **Status:** ✅ Merged **Merged:** 8/22/2022 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`5ec97e0`](https://github.com/2006-Scape/2006Scape/commit/5ec97e0c92c2ee9272ab6f45d0b6bd370995da17) Add Shield Blocking Emote For Two NPC's - [`e313570`](https://github.com/2006-Scape/2006Scape/commit/e3135706df39aabb387bd8279a0a47497f5335e9) Fix KARAMBWAN HP Restore Amount - [`24f6bab`](https://github.com/2006-Scape/2006Scape/commit/24f6babc5114b1c55557f529113212a6c3fc4875) Add Link Command To Discord Bot - [`0f3429b`](https://github.com/2006-Scape/2006Scape/commit/0f3429b7c2d94cd6fe5b54b491cf660c8eebe0b6) Github Actions Update ### 📊 Changes **6 files changed** (+38 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/maven.yml` (+13 -4) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcEmotes.java` (+3 -2) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/consumables/Food.java` (+1 -1) 📝 `2006Scape Server/src/main/java/com/rs2/integrations/discord/JavaCord.java` (+1 -0) 📝 `2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Commands.java` (+2 -0) ➕ `2006Scape Server/src/main/java/com/rs2/integrations/discord/commands/Link.java` (+18 -0) </details> ### 📄 Description *Add Shield Blocking Emote For Two NPC's *Fix KARAMBWAN HP Restore Amount *Add Link Command To Discord Bot *Github Actions Update --- <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-21 10:16:58 +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#1989