Yoko

All sides of Injection
It is currently 2025-11-14 01:49:06

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2007-05-08 09:39:39 
Offline

Joined: 2007-05-08 09:19:00
Posts: 1
Случайно ни у кого не завалялся скрипт на припив для Аоса , когда бижу свою переодеваеш на бижу с поушн эффектом припиваеш стренжу и дексу , а потом обратно родную бижу одеваеш??? !


Top
   
 Post subject:
PostPosted: 2007-05-08 12:02:29 
Offline

Joined: 2005-01-06 11:49:28
Posts: 205
Code:
sub biza()
Dim bizaS[4] # старая бижутерия #
bizaS[0] = '0x0000' # амулет    #
bizaS[1] = '0x0000' # браслет   #
bizaS[2] = '0x0000' # серьги    #
bizaS[3] = '0x0000' # кольцо    #
var bizaScol = '0x0000' # цвет старой бижи #
Dim bizaP[4] # бижа с поушен эффектом #
bizaP[0] = '0x0000' # амулет    #
bizaP[1] = '0x0000' # браслет   #
bizaP[2] = '0x0000' # серьги    #
bizaP[3] = '0x0000' # кольцо    #
var bizaPcol = '0x0000' # цвет поушен бижи #
var strn = '0x0000'  # тип бутылки стр #
var strncol = '0x0000' # цвет бутылки стр #
var dex = '0x0000'  # тип бутылки декс #
var dexcol = '0x0000' # цвет бутылки декс #
var i
for i = 0 to 3
    uo.findtype(bizaP[i], bizaPcol, 'backpack')
    if uo.FindCount() then
        uo.usetype(bizaP[i], bizaPcol)
        wait(10)
    else
        uo.Print('You havent this item')
    end if   
next
uo.Print ('Odeli Poushen bizu')
uo.findtype(strn, strncol, 'backpack')
if uo.FindCount() then
    uo.usetype(strn, strncol)
    wait(10)
    uo.Print('Vipili str')
else
    uo.Print('You havent str bottles')
end if   
uo.findtype(dex, dexcol, 'backpack')
if uo.FindCount() then
    uo.usetype(dex, dexcol)
    wait(10)   
    uo.Print('Vipili dex')
else
    uo.Print('You havent dex bottles')
end if
wait (500)
for i = 0 to 3
    uo.findtype(bizaS[i], bizaScol, 'backpack')
    if uo.FindCount() then
        uo.usetype(bizaS[i], bizaScol)
        wait(10)
    else
        uo.Print('You havent this item')
    end if   
next
uo.Print ('Odeli staruu bizu')
uo.Print ('Done')
end sub


Надеюсь сам разберёшься.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 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:  
Powered by phpBB® Forum Software © phpBB Limited