Yoko

All sides of Injection
It is currently 2025-12-29 23:49:47

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: TargetNext
PostPosted: 2006-08-12 22:48:29 
Offline
User avatar

Joined: 2006-02-13 21:35:28
Posts: 23
Здраствуйте, помогите плиз составить скрипт.
Чтобы переключать статус игроков командой TargetNext , но игрнорировать себя, вендоров и животину.
Никак не пойму как игнорить вендоров... неужели все id перебирать?


Top
   
 Post subject:
PostPosted: 2006-08-12 22:49:06 
Offline
User avatar

Joined: 2006-02-13 21:35:28
Posts: 23
Собственно говоря переключать только между игроками окружающими тебя


Top
   
 Post subject:
PostPosted: 2006-08-13 14:44:02 
Offline
User avatar

Joined: 2006-02-13 21:35:28
Posts: 23
Code:
sub NextTarget() 
var Finding=1
   uo.ignorereset()
   uo.ignore('self')
   while Finding
      wait(100)
      uo.findtype('0x0190', -1, 'ground')
      if uo.FindCount() then
         if UO.GetNotoriety('finditem') == 6 then
            Finding=0
            uo.attack('finditem')
         else
            uo.ignore('finditem')
         end if
      else
         uo.findtype('0x0191', -1, 'ground')
         if uo.FindCount() then
            if UO.GetNotoriety('finditem') == 6 then
               Finding=0
               uo.attack('finditem')
            else
               uo.ignore('finditem')
            end if
         else
            Finding=0
         end if
      end if
   wend
   uo.ignorereset()
end sub


Такой вот скрипт предлагали.
Помогите объяснить как он работает, я запускаю он просто пишет сколько человек находит вокруг, но статус не переключает...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 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:  
Powered by phpBB® Forum Software © phpBB Limited