Brood_Drone.lua - Quest File
xxxxxxxxxx
1
function event_death_complete(e)
2
if(eq.get_entity_list():IsMobSpawnedByNpcTypeID(337060) == false and eq.get_entity_list():IsMobSpawnedByNpcTypeID(337090) == false) then
3
eq.spawn2(337254,0,0,1403,-282,26.47,253); -- NPC: The_Broodqueen
4
eq.zone_emote(15, "You've really stirred up the nest this time! Something's rumbling around deep in the jungle and it's furious!");
5
else
6
eq.zone_emote(15, "The death of the drone has caused a rustle in the brush beyond. You can't make out what the noise was, but it sounds big.");
7
end
8
end
9
Quest Source: 28 May 2022