Nazwa forum

Opis forum


#1 2009-06-22 10:10:02

Agent

Administrator

Zarejestrowany: 2009-06-22
Posty: 26
Punktów :   

Auto Heal

Podam scrypt do uzywania malycz czerwonych potow.

Const 
  MinHealth = 100  // min Healh
  NumberOfVialsToDrink = 1  // how many health fluids to drink
  IDPotion = 266  // ID of Potion
  Delay = 10 // in seconds

while not terminated do 
begin 
  UpdateWorld;   
  if Self.Health <= MinHealth then 
  begin 
    for i := 1 to NumberOfVialsToDrink do 
    begin 
      if (i >= NumberOfVialsToDrink + 1) or (terminated = true) then break; 
      Self.Containers.UseItemWithSelf(IDPotion); 
      Sleep(Delay*1000); 
    end; 
  end; 
  Sleep(500); 
end;

Offline

 

Stopka forum

RSS
Powered by PunBB
© Copyright 2002–2008 PunBB
Polityka cookies - Wersja Lo-Fi


Darmowe Forum | Ciekawe Fora | Darmowe Fora
www.lwiaziemiaijejstado.pun.pl www.zssf.pun.pl www.nightwolves-guild.pun.pl www.im2010.pun.pl www.eurotop.pun.pl