Yoko

All sides of Injection
It is currently 2025-10-29 23:56:39

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2008-03-22 12:50:40 
Offline
User avatar

Joined: 2008-03-03 22:49:34
Posts: 123
После скидывания болой нужно не дать врагу сесть на пета - значит нужно пета убить или отравить. Мышкой ловить пета долго сами понимаете, вот нашел макрос на атаку петов, но
uo.getnotoriety("finditem") не возвращает злобность животного.
Вот самый укороченый вариант. TWI врублен

Code:
sub killpettest(); CTRL+C
   var i
   uo.ignorereset()
   uo.set('finddistance','20')

   dim cavallist[2]
   cavallist[0]="0x0317"# beetle
   cavallist[1]="0x00C8"# horse

    for i = 0 to 1

    uo.findtype(cavallist[i], "-1", "ground")
    if uo.findcount()>0 then
       if uo.getnotoriety("finditem")==1 then # âîçìîæíî íàäî èçìåíèòü íîìåðîê
       uo.attack("finditem")
       else
       uo.print("TARGET AWAY!!!")
       endif
    endif
    uo.ignore("finditem")
    else
        wait(50)
    endif
    next
endsub


Если убрать строку if uo.getnotoriety("finditem")==1 то атачить будет рандомного пета, может и своих атачить.
Кто нибудь писал что то подобное?


Top
   
 Post subject:
PostPosted: 2008-03-22 14:18:25 
Offline

Joined: 2008-03-03 09:19:21
Posts: 71
Location: SPB
А какая связь между злобностью и выбором того, что это именно нужная цель. Может проще атаковать ближайшую цель?


Top
   
 Post subject:
PostPosted: 2008-03-22 19:22:43 
Offline
User avatar

Joined: 2008-03-03 22:49:34
Posts: 123
Я уже разобрался, петов видит по злобности. Это нужно чтобы не проатачить пета согильдийца.


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