summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 20:30:59 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 20:30:59 -0300
commit5b30cd913283dcd37034968208ef373022891b85 (patch)
tree1f4f4f70a3c2c535b00deb2849ffc57d6003b3f1 /npc/functions/aurora.txt
parent74ce0b514998a17dd7aff64ab00ef9423b7d7bda (diff)
downloadserverdata-5b30cd913283dcd37034968208ef373022891b85.tar.gz
serverdata-5b30cd913283dcd37034968208ef373022891b85.tar.bz2
serverdata-5b30cd913283dcd37034968208ef373022891b85.tar.xz
serverdata-5b30cd913283dcd37034968208ef373022891b85.zip
Register 12 maps for use by Regnum's Blessing
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index af6cc7a45..485aa6f49 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -86,8 +86,14 @@ function script FYE_Kamelot {
// Regnum Blessing
function script FYE_Regnum {
- setarray .@ma$, "004-1", "007-1";
- setarray .@mb$, "Tulimshar Outskirts", "Tulimshar Mines";
+ setarray .@ma$, "004-1", "007-1", "004-2", "010-2", "014-3", "014-5", "015-5",
+ "018-3", "019-1", "025-2", "025-2-1", "soren";
+ setarray .@mb$, "Tulimshar Outskirts", "Tulimshar Mines",
+ "Tulimshar (West) Canyon", "Halinarzo (East) Canyon",
+ "Central Woodlands", "North Woodlands",
+ "Abandoned Mines (Woodlands)", "Somber Caves (LoF)",
+ "Snow Field", "Fortress Island - South",
+ "Fortress Island South Cave", "Soren Island";
.@m=rand2(getarraysize(.@ma$));
$@REGNUM_BLESSMAP$=.@ma$[.@m];
$@REGNUM_BLESSMAP_H$=.@mb$[.@m];