Yoko

All sides of Injection
It is currently 2024-03-28 15:46:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
PostPosted: 2013-09-13 12:57:03 
Offline

Joined: 2013-09-13 12:49:25
Posts: 7
Здраствуйте! Пыталса зделать сам но не получилось... Нужен маленький скрипт чтобы чар нажымал на свитки в сумке и стрелял этим свитком по призвонаму елементалю а после использовал медитацию... Вся сложность в том что елементаль умирает сразу после каста со свитка и не какие там ласт таргет не помогут. другими словами каждый каст нужно производить по сного призваному елементалю. Помогите пожалуста!


Top
   
PostPosted: 2013-09-13 14:16:56 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
элементаля как - призывать или он откуда то сам берется?

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


Top
   
PostPosted: 2013-09-13 15:08:21 
Offline

Joined: 2013-09-13 12:49:25
Posts: 7
его я сам другим чаром призываю a Earth Elemental

Нужно просто чтобы он находил этого елементаля и свиточком по нему кастовал а после медитировал ну и всё это дело чтобы по кругу работало.


Top
   
PostPosted: 2013-09-16 16:09:09 
Offline

Joined: 2013-09-13 12:49:25
Posts: 7
АП!


Top
   
PostPosted: 2013-09-17 08:43:57 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Code:
sub xpeHb()
    var elemental = '0x1234', scroll = '0x1234'
    while true
        if uo.mana < uo.maxmana then
            uo.useskill('Meditation')
            wait(3000)
        endif
        if uo.findtype(elemental, -1, 'ground') and uo.count(scroll) then
            uo.waittargetobject('finditem')
            uo.usetype(scroll)
            wait(2000)
        endif
        wait(100)
    wend
endsub


Top
   
PostPosted: 2013-09-17 15:53:11 
Offline

Joined: 2013-09-13 12:49:25
Posts: 7
Спасибо


Top
   
PostPosted: 2013-09-18 12:29:31 
Offline

Joined: 2013-09-13 12:49:25
Posts: 7
ZeroDX wrote:
Code:
sub xpeHb()
    var elemental = '0x1234', scroll = '0x1234'
    while true
        if uo.mana < uo.maxmana then
            uo.useskill('Meditation')
            wait(3000)
        endif
        if uo.findtype(elemental, -1, 'ground') and uo.count(scroll) then
            uo.waittargetobject('finditem')
            uo.usetype(scroll)
            wait(2000)
        endif
        wait(100)
    wend
endsub

не работает скрипт... тайпы я само собой прописал


Top
   
PostPosted: 2013-09-19 19:43:08 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
я плохо помню но если нету TWI и елем стоит на месте (не сделал хоть 1 шага), его инжа не найдет...

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


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

All times are UTC+02:00


Who is online

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