- Nazwa forum http://www.tibiabotng-scrypty.pun.pl/index.php - Scrypty http://www.tibiabotng-scrypty.pun.pl/viewforum.php?id=3 - Exura gdy paraliz http://www.tibiabotng-scrypty.pun.pl/viewtopic.php?id=25
Agent - 2009-06-23 07:11:16
const minMana = 25; //Change minimum mana
while not Terminated do begin UpdateWorld; if Self.Mana > minMana then begin if Self.Slowed then Self.Say('exura'); Sleep(300); end; end;