Yoko

All sides of Injection
It is currently 2025-11-04 09:35:30

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2006-05-07 20:26:01 
Offline

Joined: 2006-03-12 23:26:06
Posts: 7
У нас на шарде есть места где спавнятся сундучки с разным барохлом, можно ли как то автоматизировать процесс их открытия, обезвреживания ловушек и лута??
Например я нашел место где 7 таких сундков на небольшом пяточке и никаких монстров поблизости, я там замарчил руну поблизости, хотелось бы чтобы с началом запуска скрипта он реколился туда находил ближайший сундук, после лута которого он искал следующий и тд и тп... при определенном весе лете домой скидивал лутенное и возрашался обратно................
В поиске ничего не нашел по делу(((


Top
   
 Post subject:
PostPosted: 2006-05-07 20:48:26 
Offline

Joined: 2006-02-09 11:37:25
Posts: 94
сделать можна и такое жаль я в скриптинге не окпенгаген и тут такого не было на самом деле


Top
   
 Post subject:
PostPosted: 2006-05-07 21:27:30 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub home()
  var home=' id of rune '
  uo.Cast('Recall',home)
end sub


Code:
sub place()
  var place=' id of rune '
  uo.Cast('Recall',place)
end sub

Code:
sub Find()
var type =' type of container '
uo.Set('finddistance','5')
  while not uo.Dead()
    while uo.Weight < 500
      uo.FindType(type,'-1','ground')
      if uo.Count() > 0 then
        uo.UseType('finditem')
        Loot()
        wait(100)
        uo.Ignore('lastcontainer')
      else
        uo.Print(' No container')
      end if
    wend
    home()
    wait(1000)
    razgryzka()
    place()
    uo.IgnoreReset()
  wend
end sub



Луталку и разгрузку вещей сам добавь.


Last edited by Scripts Writer on 2006-05-07 21:47:39, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2006-05-07 21:37:33 
Offline

Joined: 2005-08-19 16:12:23
Posts: 182
You Must Die wrote:
Code:
sub place()
  var home=' id of rune '
  uo.Cast('Recall',place)
end sub


Исправь!


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

All times are UTC+02:00


Who is online

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