Enticement and Evaluta INT

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
wOrld
Posts: 31
Joined: 2005-01-29 09:39:44
Contact:

Enticement and Evaluta INT

Post by wOrld »

U kogonet jest skriptik ? shtoby ito ito ko4al?

Code: Select all

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

Code: Select all

sub Enticement()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
uo.waittargetobject('TOT')
UO.Useskill('Enticement')   
wait(8000)
until UO.Dead()
end sub
Ili s etih 2 zdelaite pliizz, jesli ne trudno ! :roll:
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

sub Eva_Ent() 
var count=0 
  uo.print('totem') 
  uo.exec('addobject TOT') 
  while uo.targeting() 
    wait(100) 
  wend 
  UO.DeleteJournal() 
  repeat 
    UO.DeleteJournal() 
    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() 
    uo.waittargetobject('TOT') 
    UO.Useskill('Enticement')    
    wait(8000)
  until UO.Dead() 
end sub 
wOrld
Posts: 31
Joined: 2005-01-29 09:39:44
Contact:

Post by wOrld »

Spasibki vam ogromnoje ! 8) :wink:
Post Reply