Yoko

All sides of Injection
It is currently 2025-11-08 17:38:23

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2005-01-13 21:12:54 
Offline

Joined: 2004-11-02 19:42:43
Posts: 40
скиньте пл скриптик на бч чтобы чар брал из сундука айрон делал дагеры и переплавлял их !! ПЛЗЗЗ
Я искал не нашёл


Top
   
PostPosted: 2005-01-13 22:14:32 
Offline
User avatar

Joined: 2004-07-22 16:07:11
Posts: 260
Yamakasi*** wrote:
скиньте пл скриптик на бч чтобы чар брал из сундука айрон делал дагеры и переплавлял их !! ПЛЗЗЗ
Я искал не нашёл

А по-моему ты просто лентяй, это не первый твой топик, в котором ты пишешь, что не нашёл... подозрительно =.)


Top
   
 Post subject:
PostPosted: 2005-01-13 23:30:47 
Offline

Joined: 2004-11-02 19:42:43
Posts: 40
нет я искал в поиске на самом деле просто не нашёл ! а старый сказал там чё я непонял как его запускать )


Top
   
PostPosted: 2005-01-15 08:52:16 
Offline
User avatar

Joined: 2004-07-10 00:38:43
Posts: 203
Location: From DrW
Yamakasi*** wrote:
скиньте пл скриптик на бч чтобы чар брал из сундука айрон делал дагеры и переплавлял их !! ПЛЗЗЗ
Я искал не нашёл

Что-то ближе к этому :D
Code:
sub Blacksmithing() 
var Exit=0, LastTimer, Container='0x400FC720', Forge='0x4013D787' ;ID форжи и сундука.
var CountIng=300 ;Контейнер с ингами (сколько брать будем)
var MenuIron="'Blacksmithing' 'Weapons'"
var MenuOther="'Colored' 'Weapons'"
var MenuSwords="Weapons' 'Swords'"
var MenuDagger="'Swords' '(3'"
var i=0

dim ColorOfIng[6]
dim NameOre[6]

NameOre[0]="'Iron"
NameOre[1]="'Rusty "
NameOre[2]="'Old Copper "
NameOre[3]="'Dull Copper "
NameOre[4]="'Bronze "

ColorOfIng[0]='0x0000' ; Iron
ColorOfIng[1]='0x0750' ; Rusty
ColorOfIng[2]='0x0590' ; Old Copper
ColorOfIng[3]='0x060A' ; Dull Copper
ColorOfIng[4]='0x0488' ; Bronze


uo.UseObject(Container)
while not uo.Dead()
for i=0 to 4
uo.FindType('0x1BEF',ColorOfIng[i],Container)
if uo.GetQuantity('finditem')>10 then
uo.Grab(STR(CountIng),'finditem')
wait(1000)
             
uo.Exec('automenu '+MenuDagger)
uo.Exec('automenu '+NameOre[i]+MenuSwords)
if i>0 Then
uo.Exec('automenu '+MenuOther)
end if
uo.Exec('automenu '+MenuIron)
             
While Exit<>1
uo.DeleteJournal()
LastTimer=uo.Timer()
               
uo.UseType(0x1BEF) 

while not uo.InJournal("You put") and not uo.InJournal("You have failed")
wait(100)
wend

if uo.InJournal("You have failed") then
repeat
wait(100)
until uo.Timer()>=LastTimer+100 ; Время создания даггера
end if
CheckLag()

uo.FindType('0x0F51',-1,'backpack')

if uo.GetQuantity('finditem') then
uo.WaitTargetObject('finditem')
uo.UseObject(Forge) 
wait(1000)
end if

uo.FindType('0x1BEF',-1,'backpack')
if uo.GetQuantity('finditem')<10 then
uo.FindType('0x1BEF',ColorOfIng[i],Container)
if uo.GetQuantity('finditem')<10 then
uo.FindType('0x1BEF',ColorOfIng[i],'backpack')
uo.SetReceivingContainer(0x400FC720)
uo.Grab('all','finditem')
uo.UnSetReceivingContainer()
Exit=1
end if
else
wait(1000)
uo.Grab(STR(CountIng-10),'finditem')
end if
wend
Exit=0
uo.CancelMenu()
end if
next
wend   
end sub

sub CheckLag()
if uo.Waiting()>0 then
uo.Exec("canceltarget")
end if
uo.DeleteJournal()
uo.Click('backpack')
repeat
wait(50)
until uo.InJournal('backpack')


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

All times are UTC+02:00


Who is online

Users browsing this forum: Bing [Bot] and 11 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