When I start a Script the game start to became unplayable cause runs very slow! but ONLY when starts...
I have XP2500+, 512MB PC3200, GeF 5900XT and 240GB RAID HD...enough i think!!!
Unplayable...HELP!!!
Moderators: Murderator+, Murderator
Wait :)
Try using subject:
Wait(1000) [1000 = 1000ms = 1sec.]
Искренне Ваш, Тотус Маньяковски.
Wait(1000) [1000 = 1000ms = 1sec.]
Искренне Ваш, Тотус Маньяковски.
...thinking - 37% complete...
I already insert "wait()"...
This is the code...
sub sparro()
var nbende = UO.Count("bandage")
UO.Print("SPARRO macro is Active!!!")
repeat
if nbende > 0 then
if (UO.Life <=25) then
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.say("...");
UO.Print("...")
end if
if (UO.Life < UO.STR - 55) then
UO.bandageself()
wait(10000)
nbende = UO.Count("bandage")
end if
else
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.say("...");
UO.Print("...")
end if
until nbende == 0
end sub
This is the code...
sub sparro()
var nbende = UO.Count("bandage")
UO.Print("SPARRO macro is Active!!!")
repeat
if nbende > 0 then
if (UO.Life <=25) then
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.say("...");
UO.Print("...")
end if
if (UO.Life < UO.STR - 55) then
UO.bandageself()
wait(10000)
nbende = UO.Count("bandage")
end if
else
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.Press(35)
UO.say("...");
UO.Print("...")
end if
until nbende == 0
end sub