Сделай что то типа

PHP код:
local function burst(index)
    
local link GameTooltip:SetHyperlink("|124Hitem:"..index)
    if 
link then
        
print(link )
        
burst(index+1)
    
end
end 
С намеком на перебор всех игровых айди =)