ВОт тебе на все лоры а то пока Анатомию докачаешь тебе еще и другие лоры прокачать захочится
Code:
##### 01 #####
sub Anatomy()
var count=0
uo.print('Totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Anatomy')
wait(4000)
until UO.Dead()
end sub
#############
##### 02 #####
sub AnimalLore()
var count=0
uo.print('Totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Animal Lore')
wait(4000)
until UO.Dead()
end sub
#############
##### 03 #####
sub ArmsLore()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Arms Lore')
wait(4000)
until UO.Dead()
end sub
#############
##### 04 #####
sub Evaluating()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT','TOT')
UO.Useskill('Evaluating')
while not UO.InJournal("unsure") and not UO.InJournal("looks") and not UO.InJournal("perform") and count<60
wait(100)
count=count+1
wend
wait(600)
count=0
UO.DeleteJournal()
until UO.Dead()
end sub
#############
##### 05 #####
sub ItemIdentification()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Item Identification')
wait(4000)
until UO.Dead()
end sub
#############
##### 06 #####
sub ForensicEvaluation()
var count=0
uo.print('Please Change Dead Creature...')
uo.exec('addobject ForensicAnimal')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('ForensicAnimal')
UO.Useskill('Forensic Evaluation')
while not UO.InJournal("unsure") and not UO.InJournal("looks") and not UO.InJournal("perform") and count<60
wait(35)
count=count+1
wend
wait(35)
count=0
UO.DeleteJournal()
until UO.Dead()
end sub
#############
##### 07 #####
sub TasteIdentification()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Taste Identification')
wait(4000)
until UO.Dead()
end sub
#############