Cure
Posted: 2007-10-21 00:17:45
Парни я вот играю на севрер где быстрый каст 2 востановление 6 и вот у меня есть скрипт Cure каст кастовать но он почему то медлено его кастует можна сделать как нибудь побыстрее чтоб кастовало его вот собствено скрипт
sub Cure()
if not UO.waiting() then
UO.Exec("cast Cure self")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Cure self")
wait(100)
uo.deletejournal()
end if
end sub
sub Cure()
if not UO.waiting() then
UO.Exec("cast Cure self")
end if
if uo.injournal("cliloc# 0xA3A1") then
UO.Exec("cast Cure self")
wait(100)
uo.deletejournal()
end if
end sub