Yoko

All sides of Injection
It is currently 2026-03-12 16:52:21

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Pause in hotkeys
PostPosted: 2004-08-20 19:54:15 
Offline

Joined: 2004-08-20 19:47:10
Posts: 4
Is there any command to make a pause between 2 comands in the hotkey menu?

I have a non Spell chaneling Kryss with fc +1 and y want to cast a spell and then put the Kryss again. I tyied this: cast 'Explosion' lasttarget ; equipt Rhand 0x1401 , but i put on the kryss so fastly and the spell flizzes :(


Top
   
 Post subject:
PostPosted: 2004-08-20 20:15:52 
Offline

Joined: 2004-08-13 00:00:02
Posts: 14
Code:
UO.Cast("Explosion","lasttarget");
Wait(1000); 1000 - time in miliseconds...
UO.Equipt("Rhand","0x1401");


Try this...


Top
   
 Post subject: Re: Pause in hotkeys
PostPosted: 2004-08-20 21:10:29 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
b0mber wrote:
Is there any command to make a pause between 2 comands in the hotkey menu?

I have a non Spell chaneling Kryss with fc +1 and y want to cast a spell and then put the Kryss again. I tyied this: cast 'Explosion' lasttarget ; equipt Rhand 0x1401 , but i put on the kryss so fastly and the spell flizzes :(


hotkeys:
exec mysub

script:
sub mysub()
...
wait(1000)
...
end sub


Top
   
 Post subject: Re: Pause in hotkeys
PostPosted: 2004-08-20 22:11:43 
Offline

Joined: 2004-08-20 19:47:10
Posts: 4
Yoko wrote:
b0mber wrote:
Is there any command to make a pause between 2 comands in the hotkey menu?

I have a non Spell chaneling Kryss with fc +1 and y want to cast a spell and then put the Kryss again. I tyied this: cast 'Explosion' lasttarget ; equipt Rhand 0x1401 , but i put on the kryss so fastly and the spell flizzes :(


hotkeys:
exec mysub

script:
sub mysub()
...
wait(1000)
...
end sub



Thx to both, i didnt know hot to make a simle scrip like this but now i learn. Is there a comand than can read when i type "CONTROL + Z"?


Top
   
 Post subject:
PostPosted: 2004-08-20 22:41:48 
Offline

Joined: 2004-08-13 00:00:02
Posts: 14
UO Macro Options: "Ctrl + Z" -> Say: ",exec mysub"


Top
   
 Post subject:
PostPosted: 2004-08-21 22:24:25 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
injection Hotkeys tab ->
Command: exec mysub
Hotkey: Ctrl + Z


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

All times are UTC+02:00


Who is online

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