Yoko

All sides of Injection
It is currently 2024-03-28 15:30:42

All times are UTC+02:00




Post new topic  Reply to topic  [ 10 posts ] 
Author Message
PostPosted: 2004-04-21 20:55:58 
Offline

Joined: 2004-04-20 07:39:54
Posts: 5
у меня проблема я хочу чтобы он кинул итем на пол по итем тейпу тоесть без таргета.. в моём случае это кустик..
у меня нечего не выходит токо если с таргетом подскажите как правильно сделать


Top
   
 Post subject: Drop from backpack.
PostPosted: 2004-04-21 22:35:17 
Offline
User avatar

Joined: 2004-04-17 23:02:41
Posts: 48
Location: Odessa, Ukraine
UO.Drop('^ItemType','0','0','0','0')

1) '^ItemType' - item of ItemType in backpack
2) Quantity (as string)
3) X coord (as string)
4) Y coord (as string)
5) Z coord (as string)

_________________
...thinking - 37% complete...


Top
   
 Post subject: Re: Drop from backpack.
PostPosted: 2004-04-22 08:58:54 
Offline

Joined: 2004-04-20 07:39:54
Posts: 5
totus wrote:
UO.Drop('^ItemType','0','0','0','0')

1) '^ItemType' - item of ItemType in backpack
2) Quantity (as string)
3) X coord (as string)
4) Y coord (as string)
5) Z coord (as string)

мне не в скриптах а хоткеях нада или я чегото недогнал оставь свои кординаты


Last edited by Ragnar on 2004-04-22 14:50:08, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2004-04-22 10:23:51 
Offline

Joined: 2004-04-19 18:43:26
Posts: 14
нефига кусты на инже раскидывать -)

waittargettype kust; drophere

вместо слова kust напиши тип веток...

_________________
lol


Top
   
 Post subject:
PostPosted: 2004-04-22 13:19:51 
Offline

Joined: 2004-04-20 07:39:54
Posts: 5
necron wrote:
нефига кусты на инже раскидывать -)

waittargettype kust; drophere

вместо слова kust напиши тип веток...

неполучаеться он всёравно выдаёт таргет с вопросом что вы желаете бросить


Top
   
 Post subject:
PostPosted: 2004-04-22 16:33:11 
Offline
User avatar

Joined: 2004-04-08 16:06:21
Posts: 29
:)) Есть вариант такой..
в хоткеях биндишь команду на запуск функции: exec kustdrop()
а в скриптах добавляешь саму функцию:
Code:
sub kustdrop()
 UO.FindType(тип_куста, его_цвет)
 If UO.FindCount() > 0 Then
  UO.Drop("1", "0", "0", "0", "finditem")
 End If
end sub


Top
   
 Post subject:
PostPosted: 2004-04-23 16:14:46 
Offline

Joined: 2004-04-19 18:43:26
Posts: 14
Dzen wrote:
:)) Есть вариант такой..
в хоткеях биндишь команду на запуск функции: exec kustdrop()
а в скриптах добавляешь саму функцию:
Code:
sub kustdrop()
 UO.FindType(тип_куста, его_цвет)
 If UO.FindCount() > 0 Then
  UO.Drop("1", "0", "0", "0", "finditem")
 End If
end sub

а у него инжект может ваще не от йоко ))

_________________
lol


Top
   
 Post subject:
PostPosted: 2004-04-23 20:38:48 
Offline
User avatar

Joined: 2004-04-08 16:06:21
Posts: 29
может быть -) Будем ждать его ответа %)


Top
   
 Post subject:
PostPosted: 2004-04-23 21:33:51 
Offline

Joined: 2004-04-23 13:50:10
Posts: 62
тот ак друга был всё работает всем спасибо просто в маин не стоял лууп пак или чото в этом роде народ и если не трудно посматрите в хелпе мой топ просто оч нужна грамотная подскаска или обьяснение :)


Top
   
 Post subject:
PostPosted: 2004-04-23 22:22:30 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
Permit Vars Loopback


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 11 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