Yoko

All sides of Injection
It is currently 2026-01-19 18:12:10

All times are UTC+02:00




Post new topic  Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Карты
PostPosted: 2006-02-03 14:12:50 
Offline

Joined: 2006-02-03 13:47:25
Posts: 1
Дайте кто - нибудь скрипт на раскладывание карт по левелам и координатам


Top
   
 Post subject: Re: Карты
PostPosted: 2006-02-03 14:16:55 
Offline

Joined: 2005-01-08 02:52:23
Posts: 26
[quote="Uropek89"]Дайте кто - нибудь скрипт на раскладывание карт по левелам и координатам[/quote]
ищи тут скрипт Асканели.


Top
   
 Post subject:
PostPosted: 2006-02-03 14:18:51 
Offline
User avatar

Joined: 2005-02-27 19:47:55
Posts: 56
В скриптах Askaneli было.


Top
   
 Post subject: Re: Карты
PostPosted: 2006-02-03 14:19:14 
Offline
User avatar

Joined: 2005-02-27 19:47:55
Posts: 56
Lokkyy wrote:
Uropek89 wrote:
Дайте кто - нибудь скрипт на раскладывание карт по левелам и координатам

ищи тут скрипт Асканели.
Опередил, а :D


Top
   
PostPosted: 2006-02-03 14:45:00 
Offline

Joined: 2006-02-03 11:32:16
Posts: 256
Location: ND
Я считаю, что изначально вопрос задан не совсем правильно Т.к. сколько бы вы не разорялись на тему, что, мол, не важно и мне пофиг и блаблабла, вы с этим мнением считаетесь волей-неволей. Например,
Да почти среди любых аборигенов есть искренние пособники завоевателей, считающие их несущими свет и процветание и плюющие на то, во что это может вылиться их народу это ты про Россию и ВТО? Гыыы


Last edited by LordTom on 2009-12-23 18:32:25, edited 3 times in total.

Top
   
 Post subject:
PostPosted: 2006-02-03 15:14:20 
Offline
Expert!
User avatar

Joined: 2005-01-07 13:22:19
Posts: 766
форум упал а вмести с ним и скрипт асканели на карты так что ждите пока он его опять выложит


Top
   
 Post subject:
PostPosted: 2006-02-03 15:36:53 
Offline

Joined: 2005-01-08 02:52:23
Posts: 26
Question wrote:
форум упал а вмести с ним и скрипт асканели на карты так что ждите пока он его опять выложит

А скрипт класный...


Top
   
 Post subject:
PostPosted: 2006-02-06 13:28:52 
Offline

Joined: 2005-01-21 23:48:55
Posts: 9
скрипт Askaneli:
Code:
########################################### 
############### Map_Decode ################
###########################################


sub Map_Decode()
var cc
uo.print('Выбери мешок с нерасшифрованными картами ')
uo.exec('addobject Bag0')
while uo.targeting()
   wait(100)
wend 
wait(100)
uo.print('Выбери мешок для 1 левела ')
uo.exec('addobject Bag1')
while uo.targeting()
   wait(100)
wend
wait(100)
uo.print('Выбери мешок для 2 левела ')
uo.exec('addobject Bag2')
while uo.targeting()
   wait(100)
wend
wait(100)
uo.print('Выбери мешок для 3 левела ')
uo.exec('addobject Bag3')
while uo.targeting()
   wait(100)
wend
wait(100)
uo.print('Выбери мешок для 4 левела ')
uo.exec('addobject Bag4')
while uo.targeting()
   wait(100)
wend
wait(100)
uo.print('Выбери мешок для 5 левела ')
uo.exec('addobject Bag5')
while uo.targeting()
   wait(100)
wend
wait(100)

uo.useobject('Bag0')
wait(1000)

uo.findtype('0x14EB','0x0000','Bag0')
wait(200)
While uo.findcount()>0
   uo.deletejournal()
   uo.click('finditem')
   repeat
      wait(10)
   until uo.injournal("treasure map")
   if uo.injournal("Tattered treasure map") then
      uo.moveitem('finditem','-1','backpack')
       
      cc=0
      while cc==0
         wait(100)
         cc=uo.count('0x14EB','0x0000')
      wend
      wait(200)
       
      uo.deletejournal()
      uo.useobject('finditem')
      repeat
         wait(10)
      until uo.injournal("It's seems like that this map is level")

      if uo.injournal("It's seems like that this map is level 1") then
         uo.moveitem('finditem','-1','Bag1')
      end if

      if uo.injournal("It's seems like that this map is level 2") then
         uo.moveitem('finditem','-1','Bag2')
      end if

      if uo.injournal("It's seems like that this map is level 3") then
         uo.moveitem('finditem','-1','Bag3')
      end if

      if uo.injournal("It's seems like that this map is level 4") then
         uo.moveitem('finditem','-1','Bag4')         
      end if

      if uo.injournal("It's seems like that this map is level 5") then
         uo.moveitem('finditem','-1','Bag5')
      end if
      wait(600)
       
      if uo.injournal("Too many items in that container") then
         uo.moveitem('finditem','-1','Bag0')
         wait(500)
         return
      end if

   else

      if uo.injournal("(1 level)") then
         uo.moveitem('finditem','-1','Bag1')
      end if

      if uo.injournal("(2 level)") then
         uo.moveitem('finditem','-1','Bag2')
      end if
   
      if uo.injournal("(3 level)") then
         uo.moveitem('finditem','-1','Bag3')
      end if

      if uo.injournal("(4 level)") then
         uo.moveitem('finditem','-1','Bag4')
      end if

      if uo.injournal("(5 level)") then
         uo.moveitem('finditem','-1','Bag5')
      end if
       
      wait(600)
      if uo.injournal("Too many items in that container") then
         uo.moveitem('finditem','-1','Bag0')
         wait(500)
         return
      end if

   end if
   uo.findtype('0x14EB','0x0000','Bag0')
   wait(200)
wend
end sub


Top
   
 Post subject:
PostPosted: 2006-03-05 16:24:37 
Offline

Joined: 2006-02-03 09:56:28
Posts: 5
тут проблема со скриптом на раскладку по координатам... всё делаю вроде как надо, он раскрывает одну карту, а патом просит задать имя руны и дальше не идёт... как исправить?


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

All times are UTC+02:00


Who is online

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