summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-13 10:43:47 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-13 10:43:47 -0300
commit9f74dcd244dd436c2522c8e6efb30780ce5930d0 (patch)
tree8128476cfc5b94f8f64d338d8540d322bbafbfd1 /npc
parent4c7379914290118603b6ae1e5b8ea4b7f32c170b (diff)
downloadserverdata-9f74dcd244dd436c2522c8e6efb30780ce5930d0.tar.gz
serverdata-9f74dcd244dd436c2522c8e6efb30780ce5930d0.tar.bz2
serverdata-9f74dcd244dd436c2522c8e6efb30780ce5930d0.tar.xz
serverdata-9f74dcd244dd436c2522c8e6efb30780ce5930d0.zip
Regnum Blessing - Now it gives 3x more experience, instead of 2x.
And this stacks with all other exp bonuses as well :>
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/aurora.txt4
-rw-r--r--npc/functions/news.txt2
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;