Реконект
Posted: 2005-04-05 05:59:00
народ помогите зделать реконект на скрипт:
sub magery()
VAR sunduk='0x40766F1D'
repeat
uo.findtype(0x103B)
if uo.GetQuantity('finditem')>0 then
repeat
uo.deletejournal()
UO.UseObject('finditem')
wait(500)
until uo.count(0x103B)==0 OR uo.injournal('You feel quite full') OR uo.injournal('You are stuffed!') OR uo.injournal('You are simply too full')
endif
uo.findtype('0x0F88','-1',sunduk)
uo.grab('50','finditem')
wait(1000)
endif
while uo.count(0x0F88)>17
while uo.mana>=10
UO.Cast('Poison', 'lasttarget')
wait(3000)
wend
repeat
uo.deletejournal()
UO.UseSkill('Meditation')
repeat
wait(100)
until UO.InJournal("You are") OR UO.InJournal("You lose")
until UO.Mana==Uo.Int
wend
wait(2000)
until uo.dead()
end sub
и есле не сложно обьясните пожалуйста строчки - 5, 6, 11.
С увожением Юзер...
sub magery()
VAR sunduk='0x40766F1D'
repeat
uo.findtype(0x103B)
if uo.GetQuantity('finditem')>0 then
repeat
uo.deletejournal()
UO.UseObject('finditem')
wait(500)
until uo.count(0x103B)==0 OR uo.injournal('You feel quite full') OR uo.injournal('You are stuffed!') OR uo.injournal('You are simply too full')
endif
uo.findtype('0x0F88','-1',sunduk)
uo.grab('50','finditem')
wait(1000)
endif
while uo.count(0x0F88)>17
while uo.mana>=10
UO.Cast('Poison', 'lasttarget')
wait(3000)
wend
repeat
uo.deletejournal()
UO.UseSkill('Meditation')
repeat
wait(100)
until UO.InJournal("You are") OR UO.InJournal("You lose")
until UO.Mana==Uo.Int
wend
wait(2000)
until uo.dead()
end sub
и есле не сложно обьясните пожалуйста строчки - 5, 6, 11.
С увожением Юзер...