Marcinoos66
Senior User
- Dołączył
- Grudzień 18, 2008
- Posty
- 1196
- Liczba reakcji
- 97
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;