Yoko

All sides of Injection
It is currently 2025-10-18 18:59:07

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 2009-08-18 18:07:34 
Offline
User avatar

Joined: 2005-09-20 09:39:03
Posts: 37
Господа скриптеры. Помогите написать скрипт. Есть 1 тип в сундуке, берем одну штуку, кастим на него какую-либо магию и сразу юзаем итем (так чтобы был физл), и ложим итем в сумку в паке. И так пока все итемы не окажутся в сумке в паке.

Был бы очень благодарен.


Top
   
 Post subject:
PostPosted: 2009-08-20 12:21:16 
Offline

Joined: 2008-03-16 12:36:48
Posts: 70
Антифризки руками делай лентяй :D

И ваще скрипт простенький можно и самому написать


Top
   
 Post subject:
PostPosted: 2009-08-22 14:03:22 
Offline
User avatar

Joined: 2005-06-19 19:21:28
Posts: 159
багеры сраные, задолбали уже!!!


Top
   
 Post subject:
PostPosted: 2009-08-22 21:57:26 
Offline

Joined: 2009-02-28 15:02:09
Posts: 42
Location: Украина
Code:
sub sub()
VAR it = '' # Тип предмета
VAR co = '' # ИД сундука
VAR po = '' # ИД сумки в паке
VAR cs = '' # Название спела учитывая регистр
uo.useobject(co)
wait(1000)
uo.findtype(it, -1, co)
while uo.findcount()
  uo.moveitem('finditem', 1)
  wait(1000)
  uo.cast(cs, 'finditem')
  uo.useobject('finditem')
  wait(1000)
  uo.moveitem('finditem', 1, po)
  wait(1000)
  uo.findtype(it, -1, co)
wend
end sub


Задержки можно свои) Если скрипт работает с другими потоками, содержащими финд, слудует сохранить обж и заменить 'finditem'

_________________
///


Top
   
 Post subject:
PostPosted: 2009-08-23 08:15:24 
Offline
User avatar

Joined: 2006-11-14 16:19:03
Posts: 257
Да всё эму он больше не нужен :D
Как рубится ? )


Top
   
 Post subject:
PostPosted: 2009-08-23 13:49:34 
Offline
User avatar

Joined: 2006-03-23 19:25:23
Posts: 101
:D

_________________
:O


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