avatar
Untitled

Guest 26 24th Feb, 2025

MARKUP 0.38 KB
                                           
                         macro(1000, 'POTOWANIE GITA', function()
  local friendName = "DEMAG"
  local healingItem = 238
  local healingBelow = 70 

  for i, spec in ipairs(getSpectators()) do
    local name = spec:getName()
    local health = spec:getManaPercent()

    if name == friendName and health <= healingBelow then
      useWith(healingItem, spec)
    end
  end
end)
                      
                                       
To share this paste please copy this url and send to your friends
RAW Paste Data
Recent Pastes
Ta strona używa plików cookie w celu usprawnienia i ułatwienia dostępu do serwisu oraz prowadzenia danych statystycznych. Dalsze korzystanie z tej witryny oznacza akceptację tego stanu rzeczy.
Wykorzystywanie plików Cookie
Jak wyłączyć cookies?
ROZUMIEM