Page 1 of 1

warmode - проблема...

Posted: 2009-02-18 17:25:33
by Nelson
Проблема... Послетого как я умру... Он ресается. Ине может уйти в хайд. Пишет что я должен выдти из боя.
В скрипте прописано uo.warmode('0'). Но почему то никак нереагирует... Помогите плиз =)

Code: Select all

Sub ToHide()
while not uo.hidden()
uo.warmode('0')
uo.DeleteJournal()
uo.useskill("Hiding")
repeat
wait(10)
until UO.InJournal("You have hidden yourself well") or UO.InJournal("You can't seem to hide here.") or UO.InJournal("You are preoccupied with thoughts of battle.")
if  UO.InJournal("You are preoccupied with thoughts of battle") then
uo.warmode('flip')
end if
wend
end sub

Posted: 2009-02-18 17:37:24
by Millerbeer
uo.warmode(0), без кавычек

Posted: 2009-02-19 11:34:56
by Savage

Code: Select all

UO.Exec('warmode 0')