From 4b83a5e24bbce92bcf1133c582a9dfaddc92af2a Mon Sep 17 00:00:00 2001 From: gorzakos Date: Wed, 3 Sep 2025 00:40:00 -0700 Subject: [PATCH] Consistently random waves --- acrylia/encounters/HighPriest.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/acrylia/encounters/HighPriest.lua b/acrylia/encounters/HighPriest.lua index 20f8877..eeef68d 100644 --- a/acrylia/encounters/HighPriest.lua +++ b/acrylia/encounters/HighPriest.lua @@ -50,6 +50,7 @@ function ShackleTimer(e) if(wave == 31) then eq.get_entity_list():GetMobByNpcTypeID(154107):Shout("Master, the tresspassers persist. I beg, make them pay for their foolishness!"); end + rand = math.random(1,2); if(rand == 2) then eq.spawn2(154021,9,0,150,-690,2,0); eq.spawn2(154021,9,0,153,-695,2,0);