• logo_cipsoft
    Nowe serwery zostały otwarte 19 Lut 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

- Skrypt [NG] Leczenie dowoln? runk?

Status
Zamknięty.

Marcinoos66

Senior User
Dołączył
Grudzień 18, 2008
Posty
1196
Liczba reakcji
97
Dobry skrypt na OTS'y, gdzie s? np. Super Uhy itd..
PHP:
const
minHealth = 100; // ilo?? hp kiedy ma u?y? runy
while not Terminated do
begin
UpdateWorld;
if (Self.Health < minHealth) then
begin
Self.Containers.UseItemWithSelf(3160) /// ID runy
Sleep(1000);
end;
Sleep(100);
end;
 
Status
Zamknięty.
Do góry