Yoko

All sides of Injection
It is currently 2025-10-15 15:25:35

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2004-11-10 17:44:53 
Offline

Joined: 2004-10-01 22:31:45
Posts: 13
Ну в заглавие просьба вроде написана...;)


Top
   
 Post subject:
PostPosted: 2004-11-10 17:49:38 
Offline

Joined: 2004-10-09 18:48:36
Posts: 53
вот что выдал поиск =)


Code:
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(2000)
until UO.Dead()
end sub


Top
   
PostPosted: 2004-11-11 04:55:06 
Offline
User avatar

Joined: 2004-11-06 12:56:58
Posts: 58
Location: Украина, Днепропетровск.
killmon wrote:
Ну в заглавие просьба вроде написана...;)

Code:
sub Anatomy() 
var Exit=0   
while Exit==0
uo.DeleteJournal()
uo.Waittargetself()
uo.Useskill('Anatomy')
while not (uo.InJournal('looks')or uo.InJournal('You'))   
wait(1000)
uo.UseSkill('Spirit Speak')
wait(3000)
wend
wend
end sub

_________________
Just Be! Все ФИГНЯ, кроме пчёл!!! А пчёлы ваще фигня!


Top
   
PostPosted: 2004-11-11 05:29:53 
Offline
User avatar

Joined: 2004-09-25 04:16:39
Posts: 22
ВОт тебе на все лоры а то пока Анатомию докачаешь тебе еще и другие лоры прокачать захочится :) :)
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
#############

_________________
А чё мне еще остаётся делать то ?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited