вот мой скрипт ! работает отлично ! но когда одеваю шмотку +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
исправте хил скрипт пожалуйста
Moderators: Murderator+, Murderator
может тут?
Code: Select all
if uo.life < uo.str-210 then
-
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact: