Скрипт на писание тока реколов......
Moderators: Murderator+, Murderator
Скрипт на писание тока реколов......
Дайте пожайлуста скрипт на написание только реколов
-
Scripts Writer
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
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такой устроит? =)
-
Scripts Writer
- Posts: 2259
- Joined: 2005-04-19 18:00:29
- Location: Московская область
- Contact:
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. А зря =) почитал-понял, на примере разобрал и ни от кого не зависишь ))