Yoko

All sides of Injection
It is currently 2024-03-28 20:23:05

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2006-12-28 14:46:25 
Offline

Joined: 2005-05-02 17:37:12
Posts: 46
Форенсик
Code:
sub forens() 
var obj2
uo.ignorereset()
uo.ignore('0x0000E326')   ; это типа я
while not uo.dead()
   UO.FindType('0x0190', '-1', '1')    ; Ищем на земле чела и засовываем его в переменную
   wait(500)
   obj2 = UO.GetSerial("finditem")
   uo.print(obj2)
   wait(500)
   UO.UseSkill('Evaluating Intelligence',obj2)
   wait(1500)
wend
end sub

тасте индент
Code:
sub taste() 
var obj2 = '0x40065F4E'
repeat
   UO.UseSkill('Taste Identification',obj2)
   wait(2000)
until uo.dead()
end sub

стелз
Code:
sub stl() 
   while 1
      while (UO.Hidden())
        uo.useskill("Stealth")
        uo.Press(39)    ;Вправо
        uo.Press(39)    ;Вправо
        uo.Press(39)    ;Вправо
        uo.Press(39)    ;Вправо
        uo.Press(39)    ;Вправо
        wait(500)
         uo.Press(37)    ; влево
         uo.Press(37)    ; влево
         uo.Press(37)    ; влево
         uo.Press(37)    ; влево
         uo.Press(37)    ; влево                 
         wait(12000)
      wend
      uo.useskill("Hiding")
      wait(12000)
   wend
end sub

спирит спик

Code:
sub spirit() 
while not uo.dead()
   UO.UseSkill("Spirit Speak")
   wait(5000)
wend
end sub


Top
   
 Post subject:
PostPosted: 2006-12-28 15:55:05 
Offline

Joined: 2006-09-19 23:19:51
Posts: 6
Сбасибо за скрипт на стелс.. оч искал.


Top
   
 Post subject:
PostPosted: 2007-01-06 10:22:05 
Offline
User avatar

Joined: 2005-04-08 02:17:27
Posts: 12
Location: Новороссийск
в скрипте стелс лучше изменить Hiding на Stealth


Top
   
 Post subject:
PostPosted: 2007-01-06 12:42:45 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Для того чтоб поюзать стэлс на Нове, нужно сначала спрятаться, так что ничего менять не нестоит.


Top
   
 Post subject:
PostPosted: 2007-01-11 20:29:55 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Небольшой тюнинг скрипта на стэлс ;)
Code:
sub stl() 
   VAR SkillTimer=0
   VAR TimeToSkill=105
   While TRUE
      While UO.Timer()<SkillTimer+TimeToSkill
         wait(500)
      Wend
      SkillTimer=UO.Timer()
      
      UO.DeleteJournal()
      UO.UseSkill("Hiding")
      Repeat
         wait(500)
      Until UO.Hidden() OR UO.InJournal('cliloc# 0xA5F8|cliloc# 0xA196|cliloc# 0xA5F9|cliloc# 0xA5F5')

      While UO.Timer()<SkillTimer+TimeToSkill
         wait(500)
      Wend
      SkillTimer=UO.Timer()

      UO.UseSkill("Stealth")
      wait(500)

      While UO.Hidden()
           uo.Press(39)    ;Âïðàâî
           uo.Press(39)    ;Âïðàâî
           wait(300)
           uo.Press(37)    ; âëåâî
           uo.Press(37)    ; âëåâî
      Wend
   Wend
end sub


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