Yoko

All sides of Injection
It is currently 2025-12-24 11:09:38

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2007-06-30 23:47:22 
Offline

Joined: 2007-06-07 16:51:53
Posts: 23
Вот такая позьба!Даите скрипт для ПВП альфы чтобы брал 100 бинтов один ящик с банками и 1 сумку с регами и одевал ламу дальше одевает кристал фул и берёт композит щит!и берет меч метеорит!Поиск юзал нашел пару скриптов но они не работают!А в скриптах я пока еще не очень темболее на пвп Альфе переделать не смог!Зарание спасибо!


Top
   
 Post subject:
PostPosted: 2007-07-01 15:51:50 
Offline
User avatar

Joined: 2007-02-21 20:15:57
Posts: 479
Если скрипты через клики, то нужно подгонять их под свое разрешение.

_________________
Шард Антарес
Ururu


Top
   
 Post subject:
PostPosted: 2007-07-05 19:13:04 
Offline

Joined: 2005-01-06 11:49:28
Posts: 205
я уже не помню, что этот скрипт делает, но это очень похоже на то, что ты просил
Code:
sub dress_riffka()
var n
var stolb_arm
var stolb_eq
var stolb_gun
var karma
Dim Select[3]
Select[1] = '11'  ; 200 Bandages
Select[2] = '24'  ; 4 Bag of Potions
Select[3] = '13'  ; 2 Bag of Reagents

Dim Item[4]
Item[1] = '0x0E21'
Item[2] = '0x09B0'
Item[3] = '0x0E76'

If UO.GetGlobal('NorbcalcCheck')<>'yes' Then
UO.Set('norbcalc','1')
uo.set('norbcheck','1')
UO.SetGlobal('NorbcalcCheck','yes')
End If
If UO.CountGround('0x151C','0x0A59') or UO.CountGround('0x0ED4','0x079B') Then
UO.DeleteJournal()
UO.Set('finddistance','3')
uo.findtype ("0x0ED4","0x08BB","ground")
stolb_arm = UO.GetSerial('finditem')
uo.findtype ('0x0ED4','0x079B','1')
stolb_eq = UO.GetSerial("finditem")
uo.findtype ('0x0ED4','0x04B0','1')
stolb_gun = UO.GetSerial("finditem")
If NOT UO.ObjAtLayer('Torso') or UO.Count('0x0EFA')==0 Then ;
UO.UseObject('backpack')
Wait(50)
End If
If NOT UO.ObjAtLayer('Torso') Then
UO.Recall(stolb_arm,'15') ; Composite [F]
REPEAT
Wait(50)
Until UO.ObjAtLayer('Torso')
End If
If NOT UO.ObjAtLayer('Horse') Then
UO.Recall(stolb_eq,'8') ; Llama
REPEAT
Wait(50)
Until UO.ObjAtLayer('Horse')
End If
For n = 1 to 3
If UO.Count(Item[n])==0 Then
UO.Recall(stolb_eq,Select[n])
UO.DeleteJournal()
REPEAT
Wait(50)
Until UO.InJournal("You put")
End If
Next
uo.usetype('0x1F06') ; Áðàñ
uo.usetype('0x1F08') ; Àìóëåò
wait(100)
uo.msg('.arm')
UO.Print('Done')
Else
UO.Print("I don't see equipment stone!")
End If
End If
uo.usefromground ('0x0ED4','0x04B0')
wait (100)
checklags()
uo.LClick (60,262)
wait (100)
checklags()
uo.LClick (215,264)
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: No registered users and 2 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:  
Powered by phpBB® Forum Software © phpBB Limited