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;