Yoko

All sides of Injection
It is currently 2025-10-19 00:25:22

All times are UTC+02:00




Post new topic  Reply to topic  [ 9 posts ] 
Author Message
PostPosted: 2009-04-01 16:11:10 
Offline

Joined: 2009-04-01 16:04:35
Posts: 8
СПС ВСЕМ


Last edited by Snakinski on 2009-04-09 22:25:05, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2009-04-01 16:13:18 
Offline

Joined: 2009-04-01 16:04:35
Posts: 8
Раньше все четко работало но поменяли скрипты на ловлю и теперь немогу разобраться как настроить под новых монстров .
Я думаю поменяли айди монстров илибо место их расположение ... в макросе немогу найти эти места


Top
   
 Post subject:
PostPosted: 2009-04-04 13:56:27 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
Перенес, добавил [ code ]
Автор уточни что за шард

_________________
The End.


Top
   
 Post subject:
PostPosted: 2009-04-04 17:03:03 
Offline

Joined: 2009-04-01 16:04:35
Posts: 8
шард uorespect.ru


Top
   
 Post subject:
PostPosted: 2009-04-04 21:54:32 
Offline

Joined: 2009-02-28 15:02:09
Posts: 42
Location: Украина
Code:
sub checkmon()
uo.ignorereset()
uo.ignore('self')
uo.exec('set finddistance 0')
uo.findtype('-1', '-1', '1')
while uo.findcount() > 0
  if uo.getnotoriety('finditem') > 0 then
    uo.msg('Stop')
    uo.msg('Iecaei noeo!') # АХТУНГ??!!
    uo.usetype('0x13AF')
    uo.usetype('0x1B76')
    uo.attack('finditem')
    while uo.gethp('finditem') > 0
      if uo.life < 50 then
        uo.usetype('0x0F0C')
      endif
      wait(1000)
    wend
    loot()
    wait(1000)
  else
    uo.ignore('finditem')
  endif
  uo.findtype('-1', '-1', '1')
wend
uo.ignorereset()
end sub

_________________
///


Last edited by DreadLord on 2009-04-05 11:40:34, edited 2 times in total.

Top
   
 Post subject:
PostPosted: 2009-04-05 10:37:12 
Offline

Joined: 2009-04-01 16:04:35
Posts: 8
Теперь монстра убивает но потом неловит )
но монстра находит и четко убивает
вставить бы туда задержку какуюнибудь чтобы пытался ловить через какоето время


Top
   
 Post subject:
PostPosted: 2009-04-05 11:40:15 
Offline

Joined: 2009-02-28 15:02:09
Posts: 42
Location: Украина
Что-то мне лут не нравится...

Code:
sub loot() 
VAR Corpse = UO.GetSerial( 'lastcorpse' ) , s, exit
UO.waittargetobject('lastcorpse')
UO.Usetype ('0x13F6')
wait(500)
DIM loot[3]
loot[0] = 0x0EED
loot[1] = 0x14EB
loot[2] = 0x1078
UO.SetReceivingContainer('backpack')
for s = 0 to 2
  repeat
    exit = 0
    UO.FindType(Loot[s],-1,'lastcorpse')
    if UO.GetQuantity('finditem') > 0 then
      UO.Grab('0', 'finditem')
      wait(3000)
    else
       exit = 1
    endif
  until exit ==1
Next
UO.UnSetReceivingContainer()
uo.usetype ('0x13F6')
end sub

_________________
///


Top
   
 Post subject:
PostPosted: 2009-04-05 13:49:55 
Offline

Joined: 2009-04-01 16:04:35
Posts: 8
Все ровно работает только монстра не режет
Респект и уважуха тебе мэн .. спасибо за потраченое время


Top
   
 Post subject:
PostPosted: 2009-04-09 22:25:32 
Offline

Joined: 2009-04-01 16:04:35
Posts: 8
ЫЫ


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

All times are UTC+02:00


Who is online

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