You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local DropSolo = {51800, 51803, 50793, 51011, 51384, 51788}
math.randomseed(os.time()) --If you want a different sequence of random numbers, then pass this. os.time() will return the time in number of seconds so it will be different every time.
function BonechewerHungerer(event, creature, killer)
local item, range, isHostile, isDead = 12345, 50, 0, 0
local players = creature:GetPlayersInRange(range, isHostile, isDead)