Спира

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
ЛыСиК
Posts: 20
Joined: 2006-03-14 18:23:49
Contact:

Спира

Post by ЛыСиК »

sub Item()
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



Вставте в этот скрипт плз Спирит Спик!!
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

sub Item() 
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)
uo.UseSkill('Spirit Speak')
wait(3000)
until UO.Dead()
end sub
Post Reply