mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
Consistently random waves
This commit is contained in:
parent
708b5c4919
commit
4b83a5e24b
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue