From 60ff4413bc1a6acd5b21ccb3bc65c746a9dcbb14 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 May 2020 05:57:44 -0300 Subject: Server Restart: The Regnum's Blessing effects will now be preserved. --- npc/functions/aurora.txt | 14 +++++++------- npc/functions/news.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 02b4aae35..a88caa106 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -19,9 +19,9 @@ // pay special attention to them. // $FYEVENT_CYCLE // Current cycle. I thought in using gettimeparam(WEEK) but gave up. -// $@REGNUM_BLESSMAP$ +// $REGNUM_BLESSMAP$ // Map under Regnum's Blessing -// $@REGNUM_BLESSMAP_H$ +// $REGNUM_BLESSMAP_H$ // Human-readable form of the map under Regnum's Blessing // Q_AuroraEvent // Quest Variable: DayCtrl, Score, ClaimedControl @@ -54,7 +54,7 @@ function script FYNewEvent { case 3: $EVENT$="Regnum"; callfunc("FYE_Regnum"); - kamibroadcast("Regnum's Blessing: "+$@REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); + kamibroadcast("Regnum's Blessing: "+$REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); break; case 4: $EVENT$="Fishing"; @@ -74,7 +74,7 @@ function script FYNewEvent { // FIXME: PLACEHOLDER $EVENT$="Regnum"; callfunc("FYE_Regnum"); - kamibroadcast("Regnum's Blessing: "+$@REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); + kamibroadcast("Regnum's Blessing: "+$REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); break; case 8: // FIXME: PLACEHOLDER @@ -95,7 +95,7 @@ function script FYNewEvent { // FIXME: PLACEHOLDER $EVENT$="Regnum"; callfunc("FYE_Regnum"); - kamibroadcast("Regnum's Blessing: "+$@REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); + kamibroadcast("Regnum's Blessing: "+$REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); break; case 12: // FIXME: PLACEHOLDER @@ -152,8 +152,8 @@ function script FYE_Regnum { "Snow Field", "Fortress Island - South", "Fortress Island South Cave", "Soren Island"; .@m=rand2(getarraysize(.@ma$)); - $@REGNUM_BLESSMAP$=.@ma$[.@m]; - $@REGNUM_BLESSMAP_H$=.@mb$[.@m]; + $REGNUM_BLESSMAP$=.@ma$[.@m]; + $REGNUM_BLESSMAP_H$=.@mb$[.@m]; // Apply the blessing setmapflag(.@ma$[.@m], mf_bexp, 200); return; diff --git a/npc/functions/news.txt b/npc/functions/news.txt index aedc04167..400fc4564 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -470,7 +470,7 @@ function script EventHelp { mes l("to give double experience!"); mes ""; mes l("Farm there and get the best experience value!"); - mesc l("Location: %s", $@REGNUM_BLESSMAP_H$), 3; + mesc l("Location: %s", $REGNUM_BLESSMAP_H$), 3; ///////////////////////////////////////////////////////////////////////// } else if ($EVENT$ == "Expo") { mesc ".:: " + l("World Expo") + " ::.", 2; -- cgit v1.2.3-60-g2f50