avatar
Untitled

Guest 21 2nd Feb, 2025

MARKUP 0.99 KB
                                           
                         -----leczenie soldierkami------
local soldierId = 2992
addIcon("SoldierMana&&Hp", {item={id= 2992, count=1}, text="Sold"}, macro(500,  function()
  if (hppercent() <= 70) then
    usewith(soldierId, player) 
  end
end))
-------leczenie specialkami-------
local specialId = 5895
addIcon("SpHp", {item={id= 5895, count=1}, text="Adre"}, macro(500, function()
  if (hppercent() <= 35) then
    usewith(specialId, player) 
  end
end))
------regeneration spell--------
local regeSpell = "Mutto Chiyo"
addIcon("regen", {item={id= 3049, count=1}, text="Chiyo"}, macro(250, function()
  if(hppercent() <= 90) then
    say(regeSpell)
    end
end))
------leczenie herowater------
local hwId = 3042
addIcon("HwMana&&Hp", {item={id= 3042, count=1}, text="ChakPill"}, macro(500, function()
  if (manapercent() <= 1) then
    usewith(hwId, player) 
  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