Yoko

All sides of Injection
It is currently 2025-10-30 19:31:24

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2006-07-20 14:04:45 
Offline

Joined: 2004-12-25 02:11:37
Posts: 17
Нашол тут на форуме этот скрипт, он ищет гостов в 10 тайлах, если
находит и это согильдиец ресает

Можете сделать чтобы он ресал не согильдийца а определенного чара,которога я сам задам , указав его ID
Code:
sub ressguild() 
var dl=0, ok=0
uo.DeleteJournal()
UO.Set('finddistance','10')
uo.ignorereset()
uo.ignore('self')
repeat
uo.findtype('0x0192',-1,'ground')
if uo.findcount() then
uo.click('finditem')
checklag()
if UO.JournalColor(UO.InJournal()+1)=='0x0044' then
uo.DeleteJournal()
uo.cast('Resurrection','finditem')
uo.print('cast to: '+uo.getname('finditem'))
uo.DeleteJournal()
ok=1
else
uo.ignore('finditem')
uo.DeleteJournal()
end if
end if
until uo.dead() or ok==1 or uo.findcount()==0 or dl==10
end sub


И такойже токо с бинта ресает...
Code:
sub autoress() 
uo.ignorereset()
uo.print('autoRess Started')
uo.DeleteJournal()
UO.Set('finddistance','2')
repeat
uo.findtype('0x2006',-1,'ground')
if uo.findcount() then
uo.click('finditem')
checklag()
if UO.InJournal('of') and UO.JournalColor(UO.InJournal()+1)=='0x0044' then
uo.DeleteJournal()
uo.waittargetobject('finditem')
uo.usetype('0x0E21')
uo.print(uo.getname('finditem')+' will be resurrecting')
uo.ignore('finditem')
uo.DeleteJournal()
else
uo.Print(uo.getname('finditem')+' (color: '+UO.JournalColor(UO.InJournal()+1)+')'+' is not guild member')
uo.ignore('finditem')
uo.DeleteJournal()
end if
end if
wait(500)
until uo.dead()
end sub


Top
   
 Post subject:
PostPosted: 2006-07-20 14:18:47 
Offline

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


Top
   
 Post subject:
PostPosted: 2006-07-20 14:27:35 
Offline

Joined: 2004-12-25 02:11:37
Posts: 17
И еще вот этот скрипт на лут он работает норм(режет и лутает все на земле) но если проблема, если он не может слутать предмет(например другой чар) он его в хайд сажает типа как командой ,hide что делать хелп....
ЗЫ еСТЬ команда не помню как нызвается когда ты зайхадил чтото командой ,hide с помощью нее можно расхайдить..
Code:
sub Loot() 
  VAR dagger='0x0F51'
  Var Char='0x00C8'
  uo.exec('set finddistance 2')
  uo.waittargetobject('lastcorpse')
  uo.UseType(dagger)
  uo.ignore('self')
  uo.findtype(-1,-1,'ground')
  while uo.findcount() > 0
    uo.findtype(-1,-1,'ground')
    uo.ignore('finditem')
    uo.grab('all','finditem')
    wait(300)
  wend
  uo.ignorereset()
  uo.exec('set finddistance 15')
end sub


Top
   
 Post subject:
PostPosted: 2006-07-20 16:40:22 
Offline
User avatar

Joined: 2006-04-06 17:16:54
Posts: 95
Location: Khab
[quote="neokron115"][/quote]
Попробуй .resync в самом клинте, по умолчанию на сферах вроде работать должно. Еще как то инжектом вроде можно, но я чет даже не знаю %(


Top
   
 Post subject:
PostPosted: 2006-07-20 20:14:42 
Offline

Joined: 2006-06-27 15:36:29
Posts: 5
Code:
,resend


вот так можно в инжекте


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