исправте хил скрипт пожалуйста

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
zaelol
Posts: 83
Joined: 2007-12-19 12:51:42

исправте хил скрипт пожалуйста

Post by zaelol »

вот мой скрипт ! работает отлично ! но когда одеваю шмотку +100 стр пишит вот такую вещ: Warning : error in command .

sub Healing()
UO.print("Autohealing for BeePK")
UO.DeleteJournal()
repeat
if not uo.dead() then
if UO.InJournal("You feel very ill")>0 or UO.InJournal("You feel deathly sick")>0 or UO.InJournal("You feel extremely sick")>0 or UO.InJournal("You contaminated")>0 then
UO.Exec("bandageself")
wait(1400)
UO.DeleteJournal()
end if
if uo.life < uo.str-210 then
uo.exec("bandageself")
end if
end if
wait(1400)
until false
NOs
Posts: 25
Joined: 2007-12-23 15:47:39

Post by NOs »

может тут?

Code: Select all

if uo.life < uo.str-210 then
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Error in command это ошибка всей работы инжекта,-после неё все скрипты выдаёт ерроры, и тогда только перезаход
Post Reply