diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-30 14:21:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-30 14:21:33 -0300 |
commit | 6cbe0cf0e00591e9ab3a044b3d0b9d62ff5c9e0b (patch) | |
tree | ccf9c6796ec9c3015576248a7425adf6946f406f /npc/functions | |
parent | be5071f0110c8b33d2fb57191dc5034649469a33 (diff) | |
download | serverdata-6cbe0cf0e00591e9ab3a044b3d0b9d62ff5c9e0b.tar.gz serverdata-6cbe0cf0e00591e9ab3a044b3d0b9d62ff5c9e0b.tar.bz2 serverdata-6cbe0cf0e00591e9ab3a044b3d0b9d62ff5c9e0b.tar.xz serverdata-6cbe0cf0e00591e9ab3a044b3d0b9d62ff5c9e0b.zip |
Fix Regnum Blessing targets
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/aurora.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 7654217a1..2549ecd7a 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -332,13 +332,14 @@ function script FYE_Kamelot { // Configure Regnum Blessing function script FYEConf_Regnum { 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"; + "018-3", "019-1", "025-2", "025-2-1", "018-7", "019-5"; 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"; + "Fortress Island South Cave", "Lilit's Sanctuary", + "Rock Plateau (Nivalis)"; .@m=rand2(getarraysize(.@ma$)); $REGNUM_BLESSMAP$=.@ma$[.@m]; $REGNUM_BLESSMAP_H$=.@mb$[.@m]; |