Yoko

All sides of Injection
It is currently 2025-10-22 12:41:02

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
 Post subject: alchemy GH
PostPosted: 2009-09-26 13:28:08 
Offline

Joined: 2009-08-10 10:28:42
Posts: 34
ктонить дайте плиз скрипт чтобы брал ресурсы варил Греат Хеал и складывал в сундук и так пока ресурсы не кончатся ! :?


Top
   
 Post subject: Re: alchemy GH
PostPosted: 2009-09-26 13:30:00 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
HeBbIHocuM wrote:
ктонить дайте плиз скрипт чтобы брал ресурсы варил Греат Хеал и складывал в сундук и так пока ресурсы не кончатся ! :?


поиск или фулл выха :roll:

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


Top
   
 Post subject:
PostPosted: 2009-09-26 13:36:39 
Offline

Joined: 2009-08-10 10:28:42
Posts: 34
ыы :shock: ))) тожа поиск))ы :D


Top
   
 Post subject:
PostPosted: 2009-09-26 13:37:06 
Offline

Joined: 2009-08-10 10:28:42
Posts: 34
откуда у нуба выха))) 8) :P


Top
   
 Post subject:
PostPosted: 2009-09-26 20:18:44 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Небольшая процедурка написанная мною когда-то давно,- просто и без излишеств. Добор и выкладку я думаю труда добавить не составит.

Code:
Sub Alchemy(type,quantity,name) 
  var i,k
  var msg1='put'
  var msg2='toss'
  for i=0 to quantity
    uo.FindType(type,'-1','backpack')
    if uo.FindCount() then
      uo.DeleteJournal()
      k=0
      uo.WaitMenu('What',name)
      uo.UseType(type)
      repeat
        wait(100)
        k=k+1
      until uo.InJournal(msg1) || uo.InJournal(msg2) || (k>100)
      wait(500)
    end if
  next
end sub

sub Create_Total_Mana()
  Alchemy('0x0F87',25,'Total')
end sub

sub Create_Total_Refresh()
  Alchemy('0x0F7A',10,'Total')
end sub

sub Create_Greater_Heal()
  Alchemy('0x0F85',10,'Greater')
end sub


Top
   
 Post subject:
PostPosted: 2009-09-26 21:05:03 
Offline

Joined: 2009-08-10 10:28:42
Posts: 34
спс но я уже нашол ... хотя и этот скрипт пробовал тож норм главное без лишних заорочек ...


Top
   
 Post subject:
PostPosted: 2009-09-26 21:05:31 
Offline

Joined: 2009-08-10 10:28:42
Posts: 34
спс но я уже нашол ... хотя и этот скрипт пробовал тож норм главное без лишних заморочек ... :wink:


Top
   
 Post subject:
PostPosted: 2009-09-26 21:50:20 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Scripts Writer wrote:
Небольшая процедурка написанная мною когда-то давно,- просто и без излишеств. Добор и выкладку я думаю труда добавить не составит.

Code:
Sub Alchemy(type,quantity,name) 
  var i,k
  var msg1='put'
  var msg2='toss'
  for i=0 to quantity
    uo.FindType(type,'-1','backpack')
    if uo.FindCount() then
      uo.DeleteJournal()
      k=0
      uo.WaitMenu('What',name)
      uo.UseType(type)
      repeat
        wait(100)
        k=k+1
      until uo.InJournal(msg1) || uo.InJournal(msg2) || (k>100)
      wait(500)
    end if
  next
end sub

sub Create_Total_Mana()
  Alchemy('0x0F87',25,'Total')
end sub

sub Create_Total_Refresh()
  Alchemy('0x0F7A',10,'Total')
end sub

sub Create_Greater_Heal()
  Alchemy('0x0F85',10,'Greater')
end sub


Скрипт понравился. Я как раз алхимию качаю =)

_________________
Уроки языка 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 1 guest


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