Жосткий рок

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Die Hard
Posts: 2
Joined: 2006-03-13 13:50:26

Жосткий рок

Post by Die Hard »

Подделайте плиз скрипт чтобы работал!

sub music()
var food=' 0x4041D103 '
uo.Exec('addobject instrument')
while uo.Targeting()
wait(500)
wend
while not uo.Dead()
uo.DeleteJournal()
uo.UseObject('instrument')
wait(1000)
uo.WarMode(true)
wait(750)
uo.WarMode(false)
while not uo.InJournal('You attempt') or not uo.InJournal('You establish a connection to the netherworld.')
uo.UseSkill('Spirit Speak')
wait(7000)
CheckLag()
wend
if uo.InJournal('You are starving') then
while not uo.InJournal('You are simply')
uo.UseType(food)
wait(100)
CheckLag()
wend
end if
wend
end sub

sub CheckLag()
UO.DeleteJournal()
UO.Click('backpack')
repeat
wait(500)
until UO.InJournal('backpack')
end sub
BigMouseI
Posts: 93
Joined: 2006-04-15 09:00:35

Post by BigMouseI »

на дрв баг немного не в этом :D
Die Hard
Posts: 2
Joined: 2006-03-13 13:50:26

Post by Die Hard »

какой баг??
Post Reply