Скрипт на писание тока реколов......

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Dreygon
Posts: 39
Joined: 2006-03-29 09:35:57

Скрипт на писание тока реколов......

Post by Dreygon »

Дайте пожайлуста скрипт на написание только реколов
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

sub recalls()
var blanc=' type '
while not uo.Dead()
  UO.WaitMenu ( 'Spell', 'Fourth', 'Spell', 'Recall' )
  Uo.usetype(blanc)
  wait(4500)
wend
end sub


такой устроит? =)
Dreygon
Posts: 39
Joined: 2006-03-29 09:35:57

Post by Dreygon »

гыыыы спасибо) просто лень учиться самому)
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

sub geton()

 DIM reg[3]
 
 reg[0]=' '
 reg[1]=' '
 reg[2]=' '

for i = 0 to 2
  uo.findtype(reg[i],'0x0000','backpack')
  if uo.Count() > 2 then
    uo.Print(' That is ok! Craft more recalls! ')
  else
    uo.findtype(reg[i],'0x0000','ground')
    if uo.FindCount() then
      uo.moveitem('finditem','100')
      wait(750)
    end if
  end if
  uo.findtype(reg[i],'0x0000','backpack')
next
end sub


так реги можешь добирать =)

2. А зря =) почитал-понял, на примере разобрал и ни от кого не зависишь ))
Post Reply