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

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Nelson
Posts: 10
Joined: 2009-02-10 10:18:14

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

Post 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
Millerbeer
Posts: 247
Joined: 2008-09-12 05:07:34

Post by Millerbeer »

uo.warmode(0), без кавычек
Savage
Expert!
Posts: 1205
Joined: 2004-04-04 11:13:54
Location: Балаково, Саратовская обл.
Contact:

Post by Savage »

Code: Select all

UO.Exec('warmode 0')
Post Reply