From 6c3cee0b8238519dd89cc7d00f01d473415596e5 Mon Sep 17 00:00:00 2001 From: Regenleif Date: Sun, 20 Mar 2022 22:10:15 +0000 Subject: [PATCH] authenticity fix for text on shield of arrav certificate --- .../content/quest/free/shieldofarrav/ShieldArravPlugin.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Server/src/main/java/core/game/content/quest/free/shieldofarrav/ShieldArravPlugin.java b/Server/src/main/java/core/game/content/quest/free/shieldofarrav/ShieldArravPlugin.java index 388ebc9cb..26a5ecff8 100644 --- a/Server/src/main/java/core/game/content/quest/free/shieldofarrav/ShieldArravPlugin.java +++ b/Server/src/main/java/core/game/content/quest/free/shieldofarrav/ShieldArravPlugin.java @@ -64,15 +64,15 @@ public final class ShieldArravPlugin extends OptionHandler { switch (id) { case 769: player.getInterfaceManager().open(new Component(526)); - player.getPacketDispatch().sendString("You can use this certificate in order to claim your reward.", 526, 2); + player.getPacketDispatch().sendString("The bearer of this certificate has brought both halves of the legendary Shield of Arrav to me, Halg Halen, Curator of the Varrock Museum. I have examined the shield and am satisfied as to its authenticity. I recommend to His Majesty, King Roald III, that the bearer is rewarded as per Proclamation 262 of the year 143 of the 5th Age, by King Roald II.", 526, 2); break; case 11173: player.getInterfaceManager().open(new Component(525)); - player.getPacketDispatch().sendString("Attach this certificate to another.", 525, 2); + player.getPacketDispatch().sendString("The bearer of this certificate has brought both halves of the legendary Shield of Arrav to me, Halg Halen, Curator of the Varrock Museum. I have examined the shield and am satisfied as to its authenticity. I recommend to His Majesty, King Roald III, that the bearer is rewarded as per Proclamation 262 of the year 143 of the 5th Age, by King Roald II.", 525, 2); break; case 11174: player.getInterfaceManager().open(new Component(529)); - player.getPacketDispatch().sendString("Attach this certificate to another.", 529, 2); + player.getPacketDispatch().sendString("The bearer of this certificate has brought both halves of the legendary Shield of Arrav to me, Halg Halen, Curator of the Varrock Museum. I have examined the shield and am satisfied as to its authenticity. I recommend to His Majesty, King Roald III, that the bearer is rewarded as per Proclamation 262 of the year 143 of the 5th Age, by King Roald II.", 529, 2); break; case 2400: SceneryBuilder.replace(((Scenery) node), ((Scenery) node).transform(2401));