summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
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/functions/aurora.txt
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/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt4
1 files changed, 2 insertions, 2 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;
}