diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/guards.txt | 2 | ||||
-rw-r--r-- | npc/015-2/contrabandist.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 35dc127d6..1ae0a51f2 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -150,7 +150,7 @@ OnDoEvent: .CYCLES=0; // Guards won't attack the Monster Staff - areamonster("012-1", 52, 45, 127, 80, "Monster Sergeant", Forain, .@Pl/2+1, "Hurnsguard::OnXtreem"); + areamonster("012-1", 52, 45, 127, 80, "Monster Sergeant", Forain, .@Pl/3+1, "Hurnsguard::OnXtreem"); areamonster("012-1", 52, 45, 127, 80, "Monster Sergeant", Moonshroom, .@Pl/2+1, "Hurnsguard::OnXtreem"); areamonster("012-1", 52, 45, 127, 80, "Monster Soldier", AngryScorpion, .@Pl, "Hurnsguard::OnSkip"); for (.@i = 0; .@i < .@Pl; .@i++) diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index df0424c81..6f52c49af 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -14,6 +14,9 @@ openshop; close; function Contraband_Unload { + if ($ARKIM_ST > 4500) + stopselling(DarkDesertMushroom); + if (getarg(0,0) & 1) stopselling(IronOre); if (getarg(0,0) & 2) |