diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/aurora.txt | 4 | ||||
-rw-r--r-- | 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; |