Yoko

All sides of Injection
It is currently 2025-11-06 01:02:37

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Check out script!
PostPosted: 2005-07-09 01:14:43 
Offline
User avatar

Joined: 2005-07-06 18:17:24
Posts: 228
Vop6em etat skript ne kak nexo4et rabotat, mne o4enj nuzen skript 6tob esli vo vreme pvp u tebja upal shield v backpacke on sam avtomatom odevaetsa nazad.

Code:
sub ShieldCheck()
  Repeat
   If uo.ObjAtLayer(Lhand) <> 'айди_щита' Then
      UO.UseObject( 'айди_щита' )
    Else
      Wait(100)
    EndIf
  Until UO.Dead()
endsub


[Используй теги. Leo]


Top
   
 Post subject:
PostPosted: 2005-07-09 02:31:13 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
Вот, кажется в кавычках проблема. Надеюсь, ты прописываешь айдишники щита.

Code:
sub ShieldCheck() 
Repeat
If uo.ObjAtLayer('Lhand') <> 'айди_щита' Then
UO.UseObject( 'айди_щита' )
Else
Wait(100)
EndIf
Until UO.Dead()
endsub


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 9 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