summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/aurora.txt6
-rw-r--r--npc/functions/mobpoint.txt4
-rw-r--r--npc/functions/news.txt9
3 files changed, 15 insertions, 4 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 2d3b5e64d..686196561 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -135,10 +135,8 @@ function script FYNewEvent {
kamibroadcast("Magic Olympics are now open!", "Aurora Events");
break;
case 9:
- // FIXME: PLACEHOLDER
- $EVENT$="Regnum";
- callfunc("FYEConf_Regnum");
- kamibroadcast("Regnum's Blessing: "+$REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events");
+ $EVENT$="Rebirth";
+ kamibroadcast("Rebirth Season has begun!", "Aurora Events");
break;
case 10:
$EVENT$="Fishing";
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt
index 1d030c3a7..62951e3b0 100644
--- a/npc/functions/mobpoint.txt
+++ b/npc/functions/mobpoint.txt
@@ -37,6 +37,10 @@ function script mobpoint {
// Sanitization
.@addval=max(0, .@addval);
+ // Events (+10% Mob Points)
+ if ($EVENT$ == "Rebirth")
+ .@addval = .@addval * 11 / 10;
+
// Grant you the Monster Points
Mobpt = Mobpt + .@addval;
return;
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index c11d36ffd..38120537f 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -300,6 +300,15 @@ function script EventHelp {
mes l("Form your party and rescue Luvia Gemini from Isbamuth!");
mesc l("Location: Forsaken Inn, South Woodlands"), 3;
/////////////////////////////////////////////////////////////////////////
+ } else if ($EVENT$ == "Rebirth") {
+ mesc ".:: " + l("Rebirth Season") + " ::.", 2;
+ mes "";
+ mes l("During this season, monster point gain is increased in %d%%!", 10);
+ mes l("Not only that, but reborn characters will spawn at level %d!", 3);
+ mes "";
+ mes l("Also: You'll be able to rebirth at Tulimshar with Jakod. What are you waiting for?!");
+ mesc l("Location: Not applicable"), 3;
+ /////////////////////////////////////////////////////////////////////////
} else if ($EVENT$ == "Tower") {
mesc ".:: " + l("Dream Tower Appears") + " ::.", 2;
mes "";