Yoko

All sides of Injection
It is currently 2024-04-28 18:55:27

All times are UTC+02:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Help with equiping...
PostPosted: 2004-04-13 19:33:29 
Offline

Joined: 2004-04-13 19:30:26
Posts: 8
I would like to make a script that equips the armour, because on the shard I play you can't use the ,dress ... :(
the pb is that I don't know how to use the ,equip (uo.equip) command...
could someone help me, pls?
Tnx.


Top
   
 Post subject:
PostPosted: 2004-04-13 20:33:48 
Offline

Joined: 2004-04-04 07:39:27
Posts: 18
Make something like this:
sub EquipArmor()
UO.EquipT('Torso','0x1415')
wait(350)
UO.EquipT('Legs','0x1411')
wait(350)
UO.EquipT('Arms','0x1410')
wait(350)
UO.EquipT('Neck','0x1413')
wait(350)
UO.EquipT('Gloves','0x1414')
wait(350)
UO.EquipT('Hat','0x1412')
wait(350)
UO.EquipT('Brace','0x1086')
;wait(350)
;UO.EquipT('Lhand','0x1b76')
;wait(350)
;UO.EquipT('Rhand','0x13b9')
end sub


Top
   
 Post subject:
PostPosted: 2004-04-14 11:47:46 
Offline

Joined: 2004-04-13 19:30:26
Posts: 8
Tnx!
you forgot a wait at the end.. :oops:
Code:
sub EquipArmor() 
UO.EquipT('Torso','0x1415')
wait(800)
UO.EquipT('Legs','0x1411')
wait(800)
UO.EquipT('Arms','0x1410')
wait(800)
UO.EquipT('Neck','0x1413')
wait(800)
UO.EquipT('Gloves','0x1414')
wait(800)
UO.EquipT('Hat','0x1412')
wait(800)
UO.EquipT('Brace','0x1086')
wait(800)
UO.EquipT('Lhand','0x0501')
wait(800)
UO.EquipT('Rhand','0x13b9')
wait(800)
end sub


Top
   
 Post subject:
PostPosted: 2004-04-15 20:37:48 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
,setdressspeed delay_ms
to use dress/arm on shard with antifastloot protections


Top
   
 Post subject:
PostPosted: 2004-04-15 21:40:29 
Offline

Joined: 2004-04-13 19:30:26
Posts: 8
:mrgreen:
tnx !!! ^_^


Top
   
 Post subject:
PostPosted: 2004-04-15 21:44:55 
Offline

Joined: 2004-04-13 19:30:26
Posts: 8
i just tryed to use it, but there's this pb: the time that i use to put on the armour the client is stuck, and i can't to a thing.. it even come out the error message that asks me if i should wait 5 sek....


Top
   
 Post subject:
PostPosted: 2004-04-16 14:48:08 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
these messages removed by "no hung message" at main tab but nothing can be do with delays. use scripts to arm/dress, they work in parallel thread.

i started to changing this but now works frozen


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 36 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