Inject 505.18 Vendor. Vsjo rabotaet no kak tolko ja zapuskaju autoheal skript (sam lechitsja bintami) UO nachinajet strashno lagovatj. Na starom kompe windows XP takogo ne bilo. Proboval stavitj compability mode (windows 95, 98, NT, XP i tak dalee) Ne pomoglo.
Pochemu imenno etot skript ne nravitsja Windows Vista?
Kak mozhno bilo bi reshitj problemu?
Skript:
sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(1000)
endif
until uo.dead()
end sub
Windows Vista 64-bit Dual core CPU
Moderators: Murderator+, Murderator
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Ну так пустой цикл, ясное дело лаги.
moved from General.
moved from General.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Мобуть таг ?
Вопрос не риторический, я действительно не уверен что так будет нормально...
Вопрос не риторический, я действительно не уверен что так будет нормально...

Code: Select all
sub autoheal()
repeat
If UO.STR>UO.Life Then
UO.BandageSelf()
wait(1000)
else
If UO.STR==UO.Life Then
wait(1000)
endif
endif
until uo.dead()
end sub
-
- Posts: 247
- Joined: 2008-09-12 05:07:34
Или так...
Code: Select all
sub autoheal()
if not uo.dead() then
while uo.life<uo.str and uo.count('0x0E21')
UO.BandageSelf()
checklag()
wait(1000)
wend
endif
endsub
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Vista - треш.
Сначала хотели ось под игры, потом хотели универсальную ось, делали-делали, пришли к выводу, что надо срочно бабла срубить - выпустили висту.
Вот если с Win7 не будет подобных накладок, то будет нормальная ось. А виста - треш.
Сначала хотели ось под игры, потом хотели универсальную ось, делали-делали, пришли к выводу, что надо срочно бабла срубить - выпустили висту.
Вот если с Win7 не будет подобных накладок, то будет нормальная ось. А виста - треш.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom