выручайте=)
Posted: 2007-10-24 17:13:43
Что не не получается=((((
Можно ли совместить эти 2 скрипта в 1...
sub fireball()
if not uo.waiting() then
UO.exec("cast 'Fireball' laststatus")
end if
if (UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74')) then
UO.exec("cast 'Fireball' ")
UO.DeleteJournal()
end if
end sub
sub Hl()
if not UO.waiting() then
UO.Exec("cast Magic Arrow laststatus")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Magic Arrow laststatus")
wait(500)
uo.deletejournal()
end if
end sub
= должно пускать фарбол+имурулем...
Можно ли совместить эти 2 скрипта в 1...
sub fireball()
if not uo.waiting() then
UO.exec("cast 'Fireball' laststatus")
end if
if (UO.InJournal('cliloc# 0xA3A1') or UO.InJournal('cliloc# 0xAB74')) then
UO.exec("cast 'Fireball' ")
UO.DeleteJournal()
end if
end sub
sub Hl()
if not UO.waiting() then
UO.Exec("cast Magic Arrow laststatus")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Magic Arrow laststatus")
wait(500)
uo.deletejournal()
end if
end sub
= должно пускать фарбол+имурулем...