Yoko

All sides of Injection
It is currently 2025-11-16 01:22:44

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2007-04-13 10:06:31 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
взял тут скрипт от мышы на арчери че то он у меня стрелы не берет из сундука помогите пожалуйста


Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ARCHERY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Всё что надо сделать это либо попросить друга постоять пока вы будете прокачиваться,
; либо купить(затамить) дракона, поставить его на 2 этаж дома, обставить ящиками так,
; чтобы можно было стрелять и хелить его из хотябы 1 точки.
; Внимание! На шарде ДРВ за использование бага со 2 этажом и драком наказывают!!

; Итак, всё что нам надо:
; пачку бинтов (обязательно)
; мойку для бинтов (обязательно)
; стрелы (обязательно)
; еда
; лук (обязательно)
; соучаснег =) (обязательно)

; By BigMouseII [SoW] для сервера Dragon World.
; Версия 1.0b

sub archery()
var sunduk = '0x404D9F46' ; сундук со стрелами
var drak = '0x00143FAE' ; айди драка или соучаснега
while not UO.Dead()
   UO.usetype("0x13B2")            ; тип лука
   UO.Attack(drak)    ; ид врага
   Repeat
      uo.FindType('0x0F3F', 'ground')
      if uo.findCount()>0 then
         uo.grab('0','finditem')
         wait(200)
      endif                     
      wait(1000)
   Until ((UO.GetHP("self") <80)or (UO.GetHP(drak) <80))
   UO.Exec("warmode 0")            ; убираем вар
   While not UO.Hidden()
      UO.Exec("warmode 0")
      UO.Useskill('Hiding')
      wait(4000)
      wend
   UO.DeleteJournal()
   wait(200)
   Repeat
      While not UO.Hidden()
         UO.Exec("warmode 0")
         UO.Useskill('Hiding')
         wait(4000)
      wend
      UO.Exec("bandageself")
      wait(1500)
   Until (UO.InJournal("need healing"))
   UO.DeleteJournal()
   Repeat
      UO.Exec("warmode 0")            ; убираем вар
      While not UO.Hidden()
         UO.Exec("warmode 0")
         UO.Useskill('Hiding')
         wait(4000)
      wend
      UO.Usetype("0x0E21")         ;    тип бинтов
      UO.waittargetobject(drak)  ; ид врага
      wait(1500)
   Until (UO.InJournal("need you"))
   While UO.Count('0x0E20') > 0
      UO.Waittargettype('0x1008')
      wait(200)
      UO.Usetype('0x0E20')
   wend
wend
end sub






Top
   
 Post subject:
PostPosted: 2007-04-13 16:12:08 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
такой переменной после объявления скрипт нигде не использует больше. Допиши чтобы брал сам, или проси автора


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 1 guest


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:  
Powered by phpBB® Forum Software © phpBB Limited