чё тут не правилно?:??
Posted: 2005-01-25 17:11:25
люди.
скажите плиз што тут не правилно????
почему Cure скроли не делает?:??
sub main()
var bs="0x0E34" #<--- òèï ïóñòûõ áëàíêîâ
var rs="0x1F37" #<--- òèï skrolav Cure
var sb="0x402D25B6" #<--- ñåðèàë ñïåëáóêè
var time
while uo.count(bs)
uo.print( "Blank scrolls "+str(uo.count(bs)) )
uo.print( "Cure scrolls "+str(uo.count(rs)) )
uo.deletejournal()
uo.waitmenu("Select a circle to inscribe","Circle 2spells","Select a spell to inscribe","Cure")
uo.waittargetobject("_"+bs,sb)
uo.useskill( "Inscription" )
time=uo.timer()
repeat
wait(500)
until uo.injournal("You dont have enough mana to continue") || (uo.timer()-time)>600
while UO.Mana<UO.INT
UO.DeleteJournal()
UO.UseSkill('Meditation')
if not UO.InJournal('You are unable to concentrate') then
wait(10000)
endif
wend
wend
endsub
скажите плиз што тут не правилно????
почему Cure скроли не делает?:??
sub main()
var bs="0x0E34" #<--- òèï ïóñòûõ áëàíêîâ
var rs="0x1F37" #<--- òèï skrolav Cure
var sb="0x402D25B6" #<--- ñåðèàë ñïåëáóêè
var time
while uo.count(bs)
uo.print( "Blank scrolls "+str(uo.count(bs)) )
uo.print( "Cure scrolls "+str(uo.count(rs)) )
uo.deletejournal()
uo.waitmenu("Select a circle to inscribe","Circle 2spells","Select a spell to inscribe","Cure")
uo.waittargetobject("_"+bs,sb)
uo.useskill( "Inscription" )
time=uo.timer()
repeat
wait(500)
until uo.injournal("You dont have enough mana to continue") || (uo.timer()-time)>600
while UO.Mana<UO.INT
UO.DeleteJournal()
UO.UseSkill('Meditation')
if not UO.InJournal('You are unable to concentrate') then
wait(10000)
endif
wend
wend
endsub