From e7ec88986768ffe8067f78c434455a3e096def91 Mon Sep 17 00:00:00 2001 From: ArikSquad <75741608+ArikSquad@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:59:21 +0200 Subject: [PATCH 1/2] fix: remove duplicate name from Maths Enjoyer dialogue --- .../type/hub/npcs/villagers/VillagerMathsEnjoyer.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/type.hub/src/main/java/net/swofty/type/hub/npcs/villagers/VillagerMathsEnjoyer.java b/type.hub/src/main/java/net/swofty/type/hub/npcs/villagers/VillagerMathsEnjoyer.java index a2540f7ce..898e5c0c5 100644 --- a/type.hub/src/main/java/net/swofty/type/hub/npcs/villagers/VillagerMathsEnjoyer.java +++ b/type.hub/src/main/java/net/swofty/type/hub/npcs/villagers/VillagerMathsEnjoyer.java @@ -46,10 +46,10 @@ public DialogueSet[] dialogues(HypixelPlayer player) { return new DialogueSet[]{ DialogueSet.builder() .key("hello").lines(new String[]{ - "§e[NPC] Maths Enjoyer: §fHey if you really want to know...", - "§e[NPC] Maths Enjoyer: §fThe formula to §6Magical Power §fis...", - "§e[NPC] Maths Enjoyer: §dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2", - "§e[NPC] Maths Enjoyer: §fHave fun with that!" + "§fHey if you really want to know...", + "§fThe formula to §6Magical Power §fis...", + "§dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2", + "§fHave fun with that!" }).build() }; } From aee7fdaace4d4d888bc9c680cd9cb49d336b3c4a Mon Sep 17 00:00:00 2001 From: ArikSquad <75741608+ArikSquad@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:05:29 +0200 Subject: [PATCH 2/2] fix: campfire item component missing field, TravelScrollType to not throw --- configuration/skyblock/items/accessories/campfire.yml | 1 + .../swofty/type/skyblockgeneric/warps/TravelScrollType.java | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration/skyblock/items/accessories/campfire.yml b/configuration/skyblock/items/accessories/campfire.yml index 136b55ac9..cd01ba5d5 100644 --- a/configuration/skyblock/items/accessories/campfire.yml +++ b/configuration/skyblock/items/accessories/campfire.yml @@ -12,5 +12,6 @@ items: texture: 3ada666715bfd2aa9fbd81daef59b9fe1c96c4fa0d08dbc72eae5633177dbf88 - id: ACCESSORY - id: DEFAULT_SOULBOUND + coop_allowed: false - id: CUSTOM_DISPLAY_NAME name: "§fCampfire Initiate Badge I" diff --git a/type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/warps/TravelScrollType.java b/type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/warps/TravelScrollType.java index a77d9b817..a92d5c726 100644 --- a/type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/warps/TravelScrollType.java +++ b/type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/warps/TravelScrollType.java @@ -35,9 +35,9 @@ public enum TravelScrollType { new ScrollUnlockCustomRecipe("Unlock this scroll's recipe through Recipe Unlock."), new Pos(-190, 74, -89, -90, 0), Rank.MVP_PLUS), - FORAGING_1_TRAVEL_SCROLL("foraging_1", "§aForaging §7- §aTravel Scroll I", - "Spawn at the Foraging Skill Area.", - "2f6f5e2f6d3e1c3b4a5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6071", + THE_PARK("park", "§aForaging §7- §aTravel Scroll I", + "Spawn in the Birch Park", + "a221f813dacee0fef8c59f76894dbb26415478d9ddfc44c2e708a6d3b7549b", new ScrollUnlockCustomRecipe("Unlock this scroll's recipe through Foraging Skill Rewards."), new Pos(200, 70, 200, 0, 0), Rank.DEFAULT)