Yoko

All sides of Injection
It is currently 2025-11-07 00:40:55

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 2005-07-11 16:32:56 
Offline
User avatar

Joined: 2004-07-03 09:34:31
Posts: 18
Location: Russia, Siberia, Tymen, Kaskara
Помогите пожалуйста, какая команда на поднятие с земли ('0x0000') объектов?

_________________
DeP


Top
   
 Post subject:
PostPosted: 2005-07-11 16:35:53 
Offline
Expert!
User avatar

Joined: 2005-01-15 19:15:05
Posts: 791
Location: Dragon World
Code:
sub Find() 
UO.Set('finddistance','2')
var find = '0x0000'
UO.Findtype(find,-1,1)
if UO.FindCount()>0 then
UO.grab ('all','finditem')
endif
end sub


Top
   
 Post subject:
PostPosted: 2005-07-12 09:48:39 
Offline
User avatar

Joined: 2004-10-13 15:08:08
Posts: 147
а это я тут намудрил :D
скрипт поднимает вешь с земли и кидает его в мешок(который лежит в паке)
Code:
sub main() 
Var meshok='0x4037FE09'        #ид мешка
Var vesch= '0x14EB'             # тип вещи

While Not UO.Dead()   
UO.Set('finddistance','3')
UO.FindType(vesch,-1,-1 )
UO.Grab(vesch,'finditem' )
wait(600)
while UO.Count(vesch) > 0
UO.FindType(vesch,-1,1)
UO.MoveItem('finditem',0,meshok)
wait(600)
wend
wend         
end sub

_________________
maxim viktorovich


Top
   
PostPosted: 2005-07-13 21:58:48 
Offline

Joined: 2005-04-07 09:40:49
Posts: 36
DePawlur wrote:
Помогите пожалуйста, какая команда на поднятие с земли ('0x0000') объектов?
А у меня просто примитив:
Code:
sub main()
    uo.usefromground("0x0000")
end sub

_________________
[ещё раз увижу такую дебильную подпись - забаню. Администрация.]


Top
   
 Post subject:
PostPosted: 2005-07-14 01:01:07 
Offline

Joined: 2004-12-13 01:27:00
Posts: 190
Так у тя просто юз предмета с пола, конешн не плохо когда там фулл каой нить или потионы... а если там експлоужны ?)


Top
   
 Post subject:
PostPosted: 2005-07-14 01:32:10 
Offline

Joined: 2005-03-20 09:14:47
Posts: 5
Dron D. wrote:
Так у тя просто юз предмета с пола, конешн не плохо когда там фулл каой нить или потионы... а если там експлоужны ?)


Лава бомбы лудшы =)


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

All times are UTC+02:00


Who is online

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