diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-2_Hurnscald/lena.txt | 8 | ||||
-rw-r--r-- | npc/011-6/bryant.txt | 2 | ||||
-rw-r--r-- | npc/020-1_Nivalis/soul-menhir.txt | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/npc/009-2_Hurnscald/lena.txt b/npc/009-2_Hurnscald/lena.txt index a88da8da..52144a35 100644 --- a/npc/009-2_Hurnscald/lena.txt +++ b/npc/009-2_Hurnscald/lena.txt @@ -26,8 +26,8 @@ L_Lena_Approves: set TMW_Quest, 41; mes "[Lena]"; mes "\"You look like you can handle yourself in a fight. If you can take on this scourge I'll reward you with a hat like mine. In order to prove your mettle, bring me 10 [Bandit Hood]s so I know they've met their match.\""; - areamonster "008-1.gat",25,60,40,65,"Bandit",1063,3, "::"; - areamonster "011-1.gat",35,40,65,60,"Bandit",1063,3, "::"; + areamonster "008-1.gat",25,60,40,65,"Bandit",1064,3, "::"; + areamonster "011-1.gat",35,40,65,60,"Bandit",1064,3, "::"; close; L_Lena_No_Fan: @@ -66,8 +66,8 @@ L_Lena_Bandit_Leader: L_Lena_Bandit_Leader_Yes: set TMW_Quest, 43; - areamonster "008-1.gat",25,60,40,65,"Bandit",1063,3, "::"; - areamonster "011-1.gat",35,40,65,60,"Bandit",1063,3, "::"; + areamonster "008-1.gat",25,60,40,65,"Bandit",1064,3, "::"; + areamonster "011-1.gat",35,40,65,60,"Bandit",1064,3, "::"; mes "[Lena]"; mes "\"You have a brave heart. Though I know you can suceed on your own, I recommend finding others to help you defeat the bandit leader. I believe he could pose a significant threat to solitary individuals seeking to challenge him. Good luck!\""; close; diff --git a/npc/011-6/bryant.txt b/npc/011-6/bryant.txt index 07c5453d..4c1579b9 100644 --- a/npc/011-6/bryant.txt +++ b/npc/011-6/bryant.txt @@ -18,7 +18,7 @@ L_Bryant_Summon: next; mes "\"I believe I saw him run into a cave south and east of here. There is a red carpet in front of the cave entrance. Be careful and good luck.\""; set TMW_Quest, 44; - monster "011-6.gat",260,250,"BanditLord",1064,1, "Bryant::onBanditLordDead"; + monster "011-6.gat",260,250,"BanditLord",1065,1, "Bryant::onBanditLordDead"; close; onBanditLordDead: diff --git a/npc/020-1_Nivalis/soul-menhir.txt b/npc/020-1_Nivalis/soul-menhir.txt index 1569d0d6..ee973170 100644 --- a/npc/020-1_Nivalis/soul-menhir.txt +++ b/npc/020-1_Nivalis/soul-menhir.txt @@ -2,9 +2,9 @@ 020-1.gat,64,89,0 script Soul Menhir 144, { callfunc "ClearVariables"; - set @map$, "009-1.gat"; - setarray @Xs, 52, 53, 54, 52, 54, 52, 54; - setarray @Ys, 39, 39, 39, 40, 40, 41, 41; + set @map$, "020-1.gat"; + setarray @Xs, 63, 64, 65, 63, 65, 63, 65; + setarray @Ys, 88, 88, 88, 89, 89, 90, 90; set @x, 0; set @y, 0; callfunc "SoulMenhir"; |