From 9f74dcd244dd436c2522c8e6efb30780ce5930d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Oct 2020 10:43:47 -0300 Subject: Regnum Blessing - Now it gives 3x more experience, instead of 2x. And this stacks with all other exp bonuses as well :> --- npc/functions/aurora.txt | 4 ++-- npc/functions/news.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 997fc6641..db178fcb6 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -311,7 +311,7 @@ function script FYEConf_Regnum { $REGNUM_BLESSMAP$=.@ma$[.@m]; $REGNUM_BLESSMAP_H$=.@mb$[.@m]; // Apply the blessing - setmapflag(.@ma$[.@m], mf_bexp, 200); + setmapflag(.@ma$[.@m], mf_bexp, 300); return; } @@ -540,7 +540,7 @@ function script AuroraMobkill { function script FYE_Normalize { if ($EVENT$ == "Regnum") { // Reapply the Regnum's blessing - setmapflag($REGNUM_BLESSMAP$, mf_bexp, 200); + setmapflag($REGNUM_BLESSMAP$, mf_bexp, 300); } return; } diff --git a/npc/functions/news.txt b/npc/functions/news.txt index adff1a51f..9192db862 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -177,7 +177,7 @@ function script EventHelp { mesc ".:: " + l("Regnum Blessing") + " ::.", 2; mes ""; mes l("The Regnum Blessing causes all monsters in an area"); - mes l("to give double experience!"); + mes l("to give %s experience!", l("triple")); mes ""; mes l("Farm there and get the best experience value!"); mesc l("Location: %s", $REGNUM_BLESSMAP_H$), 3; -- cgit v1.2.3-70-g09d2