UO.InJournal HELP !!!!!
Posted: 2004-11-18 16:22:47
Играю я на шарде АоС (Land of Legends) (версия клиета 4.0.0с, версия инжекта 312.19+реконект), клиент пропатченый прогой МультиУо.
Так вот такие операторы, как UO.InJournal, UO.LastMessage - не пашут в скриптах. Например, вырезок из скрипта на мининг:
UO.exec ("waittargettile '" + str(t) + "' '" + str(x) + "' '" + str(y) + "' '" + str(z) + "'")
repeat
UO.Exec ("waittargettile lasttile")
UO.useobject (pick)
wait (1000)
if UO.InJournal ("too fatigued to move") then ##от гадина не чекает
UO.DeleteJournal ()
UO.Waittargettype ("0x0E86")
UO.Exec ("drop")
endif
until not UO.inJournal ("no metal here") or not UO.inJournal ("worn out or tool") or not UO.InJournal ("stop mining") or not UO.inJournal ("cannot see that") or not UO.inJournal ("far away") ##от гадины не чекают
в чём проблема - во мне, в клиенте или в инжекте ???
Так вот такие операторы, как UO.InJournal, UO.LastMessage - не пашут в скриптах. Например, вырезок из скрипта на мининг:
UO.exec ("waittargettile '" + str(t) + "' '" + str(x) + "' '" + str(y) + "' '" + str(z) + "'")
repeat
UO.Exec ("waittargettile lasttile")
UO.useobject (pick)
wait (1000)
if UO.InJournal ("too fatigued to move") then ##от гадина не чекает

UO.DeleteJournal ()
UO.Waittargettype ("0x0E86")
UO.Exec ("drop")
endif
until not UO.inJournal ("no metal here") or not UO.inJournal ("worn out or tool") or not UO.InJournal ("stop mining") or not UO.inJournal ("cannot see that") or not UO.inJournal ("far away") ##от гадины не чекают

в чём проблема - во мне, в клиенте или в инжекте ???
