What's new

- Skrypt [NG] Atakowanie z czar?w

Status
Not open for further replies.

Marcinoos66

Senior User
Joined
Dec 18, 2008
Messages
1,196
Reaction score
99
Jest to skrypt na atakowanie potwork?w z dowolnego czaru.

PHP:
const
  Delay = 500;
  ExoriConMana = 600;   // potrzebna ilo?? many na czar
begin
  while not Terminated do
  begin
    UpdateWorld;
    if (Self.Attacking) and (Self.Mana > ExoriConMana) then
      Self.Say('Exevo Gran Mas Vis'); // czar z kt?rego bot ma wali?
    Sleep(Delay);
  end;
end;
 
Status
Not open for further replies.
Top