What's new

-Skrypt Skrypt z utani gran hur na UH

Joined
Aug 25, 2008
Messages
13
Reaction score
0
Prosz? o pomoc umie kto? zmieni? zeby skrypt z utani gran hur by? na UH? znaczy jak dostanie parala to zeby Uhn? si? a nie utani gran hur

const
minMana = 30;

while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Say('utani gran hur');
end;
Sleep(25);
end;
 

Expownia

User
Joined
Jun 17, 2017
Messages
27
Reaction score
0
Odp: Skrypt z utani gran hur na UH

zajebiscie ale do jakiego bota ???
 

Pan Bilon

Active User
Joined
May 8, 2011
Messages
54
Reaction score
4
Odp: Skrypt z utani gran hur na UH

const
minMana = 30;

while not Terminated do
begin
UpdateWorld;
if Self.Mana > minMana then
begin
if Self.Slowed then
Self.Containers.UseItemWithSelf(ITEMITD);
end;
Sleep(25);
end;

ITEMITD Klikasz PPM i show item number.
 
Top