diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-13 10:43:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-13 10:43:47 -0300 |
commit | 9f74dcd244dd436c2522c8e6efb30780ce5930d0 (patch) | |
tree | 8128476cfc5b94f8f64d338d8540d322bbafbfd1 /npc/functions/news.txt | |
parent | 4c7379914290118603b6ae1e5b8ea4b7f32c170b (diff) | |
download | serverdata-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/news.txt')
-rw-r--r-- | npc/functions/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |