Yoko

All sides of Injection
It is currently 2025-12-23 09:36:28

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Лут с земли...
PostPosted: 2004-06-26 17:12:22 
Offline
User avatar

Joined: 2004-06-22 11:46:18
Posts: 6
Есть ли команда, для лута с земли всего, что лежит пол ногами???
подобие эмптиконтейнер...


Top
   
 Post subject:
PostPosted: 2004-06-26 19:50:12 
Offline
Expert!

Joined: 2004-04-25 11:11:07
Posts: 359
Code:
sub takeall()
  uo.ignorereset()
  uo.set("quiet","1")
  uo.set("finddistance","3")
  uo.findtype("-1","-1","ground")
  while uo.findcount()
    uo.moveitem("finditem")
    wait(100)
    uo.ignore("finditem")
    uo.findtype("-1","-1","ground")
  wend
  uo.set("quiet","0")
end sub

_________________
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...


Top
   
 Post subject:
PostPosted: 2004-07-01 00:37:13 
Offline

Joined: 2004-06-04 21:04:14
Posts: 97
a podskazhi pliz kak razrezatj daggerom trup?


Top
   
 Post subject:
PostPosted: 2004-07-01 09:04:32 
Offline

Joined: 2004-04-06 12:34:45
Posts: 29
sub rezatDead()
if Uo.GetDistance('0x2006')<3 then
UO.Exec('disarm')
UO.Exec('usetype 0x0F51')
UO.Waittargetground('0x2006')
wait(200)
wait(600)
UO.Exec('arm 1')
Endif
end sub

Береться дагер, разрезаеться труп, затем береться сново девайс записаный на арм 1.


Top
   
 Post subject:
PostPosted: 2004-07-04 01:02:53 
Offline

Joined: 2004-05-20 14:31:09
Posts: 5
Lord Ruslan Nightmare wrote:
Code:
sub takeall()
  uo.ignorereset()
  uo.set("quiet","1")
  uo.set("finddistance","3")
  uo.findtype("-1","-1","ground")
  while uo.findcount()
    uo.moveitem("finditem")
    wait(100)
    uo.ignore("finditem")
    uo.findtype("-1","-1","ground")
  wend
  uo.set("quiet","0")
end sub


круто,а теперь можеш подсказать команду(или сказать скрипт есле есь) чтоб он поднимал токо допустим деваис и армор ну и там скролы с манои а реги допустим оставлял


Top
   
 Post subject:
PostPosted: 2004-07-04 12:36:12 
Offline

Joined: 2004-07-04 12:13:08
Posts: 65
Code:
 sub take(itemType) 
  uo.ignorereset()
  uo.set("quiet","1")
  uo.set("finddistance","3")
  uo.findtype('itemType',"-1","ground")
  while uo.findcount()
    uo.moveitem("finditem")
    wait(100)
    uo.ignore("finditem")
    uo.findtype('itemType',"-1","ground")
  wend
  uo.set("quiet","0")
end sub

и вызываешь, в кач-ве параметра - тип нужного предмета


Top
   
 Post subject:
PostPosted: 2004-07-10 16:13:51 
Offline

Joined: 2004-07-08 13:09:10
Posts: 9
А помоги чтоыб например лутил вещи с трупа...токо например что бы тока армар а камни оставлял тип такого!

_________________
ghg


Top
   
 Post subject:
PostPosted: 2004-07-10 16:14:29 
Offline

Joined: 2004-07-08 13:09:10
Posts: 9
И скажи тока где вписатьм вещи которые я хочу залутить(то я нюбик в инжекте..)

_________________
ghg


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

All times are UTC+02:00


Who is online

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