diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 20:30:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 20:30:59 -0300 |
commit | 5b30cd913283dcd37034968208ef373022891b85 (patch) | |
tree | 1f4f4f70a3c2c535b00deb2849ffc57d6003b3f1 /npc | |
parent | 74ce0b514998a17dd7aff64ab00ef9423b7d7bda (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/functions/aurora.txt | 10 |
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]; |