Yoko

All sides of Injection
It is currently 2025-10-15 04:17:29

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2011-06-24 18:17:24 
Offline

Joined: 2008-12-10 08:11:24
Posts: 6
well im learning how to make scripts on injection and i just need make one to arm and atacklastarget after i use any spell or i heal myself with bandages please someone can help me


Top
   
PostPosted: 2011-06-24 18:23:45 
Offline

Joined: 2008-12-10 08:11:24
Posts: 6
well i mean it can be by using any hotkey to arm bardi and atack last


Top
   
PostPosted: 2011-06-24 23:08:15 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Try this
Code:
sub EquipAttack()
  var id_Weapon = '0x12345678' ; you need to change this variable to the id of your weapon
  var id_Shield = '0x12345678' ; and shield
  UO.Equip('Rhand', id_Weapon)
  Wait(100)                            ;increase this if you want
  UO.Equip('Lhand', id_Shield) ; if you dont use the shield, comment this line
  UO.Attack('lastattack')
Endsub


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