Yoko

All sides of Injection
It is currently 2025-10-16 17:57:12

All times are UTC+02:00




Post new topic  Reply to topic  [ 11 posts ] 
Author Message
 Post subject: +)
PostPosted: 2009-08-29 09:58:58 
Offline
User avatar

Joined: 2009-03-24 15:38:08
Posts: 49
Достал я вас наверно уже = ) Но мне нужен скрипт который будет выкидывать под себя определёные вещи.. Например вбить айди грязных бинтов и включив скрипт он будет по 1 штучки выкладывать под себя :)


Top
   
 Post subject:
PostPosted: 2009-08-29 10:59:22 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
Code:
UO.FindType('0x0000','0x0000','backpack') 

выкинуть можно так

Code:
UO.Grab('1','finditem') 
wait(300)
UO.DropHere('finditem')


или так

Code:
UO.MoveItem('finditem', '1', 'ground')


Top
   
 Post subject:
PostPosted: 2009-08-29 11:00:20 
Offline
User avatar

Joined: 2009-03-24 15:38:08
Posts: 49
а можно скриптом целым? я в этом просто не разбераюсь :(


Top
   
 Post subject:
PostPosted: 2009-08-29 11:12:39 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
Code:
sub sb()
var myz, myx, myy

UO.FindType('0x0000','0x0000','backpack')
if uo.FindCount() then
         myx = UO.GetX()
         myy = UO.GetY()
         myz = UO.GetZ()
UO.MoveItem('finditem', '1', 'ground', str(myx), str(myy), str(myz))
endif
end sub


как-то так, но я не уверен:)


Top
   
 Post subject:
PostPosted: 2009-08-29 11:14:14 
Offline
User avatar

Joined: 2009-03-24 15:38:08
Posts: 49
xarek wrote:
Code:
sub sb()
var myz, myx, myy

UO.FindType('0x0000','0x0000','backpack')
if uo.FindCount() then
         myx = UO.GetX()
         myy = UO.GetY()
         myz = UO.GetZ()
UO.MoveItem('finditem', '1', 'ground', str(myx), str(myy), str(myz))
endif
end sub


как-то так, но я не уверен:)

а что и где надо прописывать
:oops:

ID=0x401E609F Type=0x0E20 VOQAOMD Name=
Quantity: 4 Colour: 0x0000 Layer: 0 Has: 1
X=117 Y=102 Z=0 C=0x40186A95 F=0x0 вот например инфо бинта


Top
   
 Post subject:
PostPosted: 2009-08-29 11:17:11 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
http://yoko.com.ua/help/


Top
   
 Post subject:
PostPosted: 2009-08-29 11:25:06 
Offline
User avatar

Joined: 2009-03-24 15:38:08
Posts: 49
я всё прочитаю токо попоже скрипт щас нужен) помоги пожалуйста


Top
   
 Post subject:
PostPosted: 2009-08-29 11:25:18 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
UO.FindType('тип','цвет','backpack')


Top
   
 Post subject:
PostPosted: 2009-08-29 11:31:21 
Offline

Joined: 2006-03-08 20:53:28
Posts: 115
Lolker007 wrote:
я всё прочитаю токо попоже скрипт щас нужен) помоги пожалуйста

Небыло бы меня, все конец света?


Top
   
 Post subject:
PostPosted: 2009-08-29 11:32:54 
Offline
User avatar

Joined: 2009-03-24 15:38:08
Posts: 49
Спасибо всё получилось :D


Top
   
 Post subject:
PostPosted: 2009-08-29 12:32:06 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
если просто сбросить и просто под себя то достаточно

Code:
sub sb()
UO.FindType('тип','цвет','backpack')
if uo.FindCount() then
UO.MoveItem('finditem', '1', 'ground')
endif
end sub

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 11 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