Yoko

All sides of Injection
It is currently 2026-01-18 16:09:55

All times are UTC+02:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: 2004-07-05 12:01:52 
Offline

Joined: 2004-04-18 09:29:12
Posts: 9
Фишка в следующем, при использовании этого скилла друг за другом появляются 2 таргета и сам скилл срабатывает со 2-го (глюк шарда или инжи или еще чего не знаю)но тем не менее.С помощью чего можно послать 2-й таргет?

sub evalintel()
while NOT uo.dead()
uo.deletejournal()
uo.UseSkill('Evaluating Intelligence','lastobject') // 1 TARGET
while uo.targeting()
wait(200)
wend
uo.waittargetlast() //НАЦЕЛИВАЮСЬ 2-й раз
#uo.useobject('lastobject') ??? //2 TARGET не идет
while uo.injournal("You ")==0 AND uo.injournal("looks ")==0
wait(300)
wend

wend
end sub

_________________
Слава Yoko!
Слава Inject'y
Слава Yoko еще раз!


Top
   
 Post subject:
PostPosted: 2004-07-05 13:22:53 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
uo.waittargetobject(obj1,obj2)


Top
   
 Post subject:
PostPosted: 2004-07-05 19:43:00 
Offline
Expert!
User avatar

Joined: 2004-05-31 09:31:51
Posts: 838
Code:
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


Крафтед бай Ми......
И совет:
На ДРВ Эвалюта качается на красном скорпионе (но силы у чара должно быть не меньше 160 так как если меньше то скорп атачит)


Top
   
 Post subject:
PostPosted: 2004-07-06 04:05:43 
Offline

Joined: 2004-04-18 09:29:12
Posts: 9
млин, а все так просто :)
сенки всем

_________________
Слава Yoko!

Слава Inject'y

Слава Yoko еще раз!


Top
   
 Post subject:
PostPosted: 2004-07-10 14:01:28 
Offline

Joined: 2004-07-04 00:06:09
Posts: 1
sub main()
repeat
uo.useskill('Evaluating Intelligence')
uo.waittargetobject('0x000FD90F','0x000FD90F')
wait(4000)
until uo.dead()
end sub


Top
   
 Post subject:
PostPosted: 2004-07-10 14:58:17 
Offline
Expert!
User avatar

Joined: 2004-05-31 09:31:51
Posts: 838
slash wrote:
sub main()
repeat
uo.useskill('Evaluating Intelligence')
uo.waittargetobject('0x000FD90F','0x000FD90F')
wait(4000)
until uo.dead()
end sub


В твоем скрипте нужно прописывать обьект .....а у меня нет ))

_________________
Все просто.
BETEPAH ™


Top
   
 Post subject:
PostPosted: 2005-04-05 18:03:25 
Offline
User avatar

Joined: 2005-01-23 17:42:03
Posts: 70
BETEPAH wrote:
slash wrote:
sub main()
repeat
uo.useskill('Evaluating Intelligence')
uo.waittargetobject('0x000FD90F','0x000FD90F')
wait(4000)
until uo.dead()
end sub


В твоем скрипте нужно прописывать обьект .....а у меня нет ))

BETEPAH wrote:
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



а как Ветеран быть если канект лост на серваке и я запускаю его при помащи твоего реконектора то он не запоминает обьекты :shock: я щетаю скрипт "slash" удобней


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited