Skip to content

Commit

Permalink
Update Ring10.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretsOTheP committed Jan 4, 2025
1 parent bae17e0 commit 2da2a03
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions greatdivide/encounters/Ring10.lua
Original file line number Diff line number Diff line change
Expand Up @@ -857,12 +857,17 @@ function KromrifEliteGuard(e)
end

function WarLose(e)
eq.spawn_condition("thurgadina",1,0);
eq.spawn_condition("thurgadina",1,1);
eq.spawn_condition("thurgadina",2,1);
eq.spawn_condition("thurgadinb",4,0);
eq.spawn_condition("thurgadinb",4,1);
eq.spawn_condition("thurgadinb",5,1);

local instanceID = eq.get_zone_guild_id();

if(instanceID == 4294967295) then
eq.spawn_condition("thurgadina",1,0);
eq.spawn_condition("thurgadina",1,1);
eq.spawn_condition("thurgadina",2,1);
eq.spawn_condition("thurgadinb",4,0);
eq.spawn_condition("thurgadinb",4,1);
eq.spawn_condition("thurgadinb",5,1);
end
eq.signal(118137,2);
eq.depop_all(118043); -- Royal_Soldier
eq.depop_all(118041); -- Royal_Guard
Expand Down

0 comments on commit 2da2a03

Please sign in to comment.