avatar
Untitled

Guest 36 17th Feb, 2025

MARKUP 0.88 KB
                                           
                         -----leczenie soldierkami------
local soldierId = 10285
addIcon("SoldierMana&&Hp", {item={id= 10285, count=1}, text="Sold"}, macro(500,  function()
  if (hppercent() <= 60) 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() <= 60) 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 = 10283
addIcon("HwMana&&Hp", {item={id= 10283, count=1}, text="ChakPill"}, macro(500, function()
  if (manapercent() <= 50) 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