Yoko

All sides of Injection
It is currently 2025-10-21 16:42:30

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2006-03-07 06:28:10 
Offline

Joined: 2006-02-04 14:57:35
Posts: 47
Ребята-сккриптеры, я юзал по поиску но так и не нашел врезку спирит спика в скрипт , точнее тото подобное нашёл только ничего не выходит :( :? , не могли бы вы мне помочь врезать спирит спик в несколько скриптов

1-TasteIdentification

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
#############



2- Traking

sub main()
while not uo.dead()
UO.WaitMenu('Tracking','Animals')
wait(1000)
uo.useskill('Tracking')
wait(3500)
wend
endsub

###############

3-ItemIdentification

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
#############


я вам буду очень благодарен ( только не пишите где нужно вставить то или иное , вставьтее мами пожалуйста) заранее очень благодарен :wink:


Top
   
PostPosted: 2006-03-07 10:56:16 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
DokKor wrote:
Ребята-сккриптеры, я юзал по поиску но так и не нашел врезку спирит спика в скрипт , точнее тото подобное нашёл только ничего не выходит :( :? , не могли бы вы мне помочь врезать спирит спик в несколько скриптов


Code:
1-TasteIdentification

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
#############



2- Traking

sub main()
while not uo.dead()
 UO.WaitMenu('Tracking','Animals')
  wait(1000)
  uo.useskill('Tracking')
  wait(3500)
wend
endsub

###############

3-ItemIdentification

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
#############
 



я вам буду очень благодарен ( только не пишите где нужно вставить то или иное , вставьтее мами пожалуйста) заранее очень благодарен :wink:


Помоему проще нету ничего :lol:


Code:
1-TasteIdentification

sub TasteIdentification()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
UO.Useskill('Spirit Speak')   
wait(3000)
uo.waittargetobject('TOT')
UO.Useskill('Taste Identification')   
wait(4000)
until UO.Dead()
end sub
#############



2- Traking

sub main()
while not uo.dead()
 UO.WaitMenu('Tracking','Animals')
  wait(1000)
  uo.useskill('Tracking')
  wait(3500)
  UO.Useskill('Spirit Speak')   
  wait(3000)
wend
endsub

###############

3-ItemIdentification

sub ItemIdentification()
var count=0
uo.print('totem')
uo.exec('addobject TOT')
while uo.targeting()
wait(100)
wend
UO.DeleteJournal()
repeat
UO.Useskill('Spirit Speak')   
wait(3000)
uo.waittargetobject('TOT')
UO.Useskill('Item Identification')
wait(4000)
until UO.Dead()
end sub
#############
 


Пробуй :lol:


Top
   
PostPosted: 2006-03-07 13:10:19 
Offline

Joined: 2006-02-04 14:57:35
Posts: 47
Вот спасибо большое :) :P :P :P надеюся ещё кому нить понадобяться )


Top
   
 Post subject:
PostPosted: 2006-03-07 13:14:00 
Offline
Sphere expert
User avatar

Joined: 2004-10-01 08:27:38
Posts: 1143
Location: Уфа
Code:
sub Spirit_Speak()
uo.print("Spirit Speak...") 
uo.deletejournal()
uo.useskill ("Spirit Speak")
repeat
wait(10)
until UO.InJournal("You establish a connection to the netherworld.") or UO.InJournal("You fail your attempt at contacting the netherworld.")
end sub


А потом просто втыкаешь куда нада
Spirit_Speak()
Используется динамическая задержка. ИМХО стабильнее ...

_________________
Сделал дело - флуди смело !!!


Top
   
 Post subject:
PostPosted: 2009-04-13 04:41:21 
Offline

Joined: 2009-04-13 04:38:54
Posts: 4
Мне помогло спс большое ! а но напишут такой скрипт там чёрт ногу сломит ... самое ТО эти маленькие скриптики чтобы учиться


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 6 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