Yoko

All sides of Injection
It is currently 2026-01-21 15:47:10

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Carpentry
PostPosted: 2006-09-22 13:30:28 
Offline

Joined: 2006-03-05 17:13:50
Posts: 37
Ребята у кого есть скрипт на Карпентри (чтобы чар делал Qwater staff) выложыте плиз

Юзал поиск ничё ненашол!


Top
   
 Post subject:
PostPosted: 2006-09-22 14:55:06 
Offline
Expert!
User avatar

Joined: 2005-05-20 20:30:10
Posts: 548
Code:
sub carpentry()
var t
repeat
t=0
uo.deletejournal()
uo.findtype('0x1BDD',-1,'backpack') #logs
if uo.getquantity('finditem') < 10 then
uo.findtype('0x1BDD',-1,'0x40030157') #container (logs)
uo.moveitem('finditem','400')
wait(500)
end if
uo.findtype('0x13B3',-1,'backpack') #item
if uo.findcount()>20 then
repeat
uo.findtype('0x13B3',-1,'backpack')
uo.drophere('finditem')
wait(520)
checklag()
until uo.findcount()==0
end if
if uo.count('0x1BDD')>7 then
checklag()
uo.waitmenu('Carpentry','Weapons & Tools','Weapons & Tools','club')
uo.usetype('0x102C') #tools
delay()
end if
until uo.dead()
end sub

sub delay()
var t
uo.deletejournal()
t=0
repeat
t=t+1
wait(100)
until uo.injournal('Неудача!') or uo.injournal('put') or uo.injournal('Welcome') or t==100
end sub

sub checklag()
uo.deletejournal()
uo.click('backpack')
repeat
wait(50)
until uo.injournal('backpack')
end sub


Top
   
 Post subject:
PostPosted: 2006-09-22 17:00:34 
Offline

Joined: 2006-03-05 17:13:50
Posts: 37
Mihail wrote:
Code:
sub carpentry()
var t
repeat
t=0
uo.deletejournal()
uo.findtype('0x1BDD',-1,'backpack') #logs
if uo.getquantity('finditem') < 10 then
uo.findtype('0x1BDD',-1,'0x40030157') #container (logs)
uo.moveitem('finditem','400')
wait(500)
end if
uo.findtype('0x13B3',-1,'backpack') #item
if uo.findcount()>20 then
repeat
uo.findtype('0x13B3',-1,'backpack')
uo.drophere('finditem')
wait(520)
checklag()
until uo.findcount()==0
end if
if uo.count('0x1BDD')>7 then
checklag()
uo.waitmenu('Carpentry','Weapons & Tools','Weapons & Tools','club')
uo.usetype('0x102C') #tools
delay()
end if
until uo.dead()
end sub

sub delay()
var t
uo.deletejournal()
t=0
repeat
t=t+1
wait(100)
until uo.injournal('Неудача!') or uo.injournal('put') or uo.injournal('Welcome') or t==100
end sub

sub checklag()
uo.deletejournal()
uo.click('backpack')
repeat
wait(50)
until uo.injournal('backpack')
end sub



Сенкс


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] 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:  
Powered by phpBB® Forum Software © phpBB Limited