Yoko

All sides of Injection
It is currently 2025-11-06 23:05:24

All times are UTC+02:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: 2005-07-13 05:48:37 
Offline

Joined: 2005-07-11 22:31:57
Posts: 3
This is how my macro for cast FS using scroll works:
sub Scroll_FS()
uo.waittargetlast()
uo.usetype('0x1F5F')
endsub

And this the regular way:

sub Flame_Strike()
uo.waittargetlast()
uo.cast('Flame Strike')
endsub

Could anyone tell me if this is the fast and best way to use Magery on PVP, or there is any different script to cast it faster?

Glad for your patience =]


Top
   
 Post subject:
PostPosted: 2005-07-13 07:33:25 
Offline

Joined: 2005-07-01 09:59:53
Posts: 21
Location: Minsk, Belarus
I think this is fastest scrips for FS

Sub c_FlameStrike()
UO.Cast('Flame Strike','laststatus')
Endsub


Top
   
 Post subject:
PostPosted: 2005-07-13 11:31:06 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
Tank, there is absolutely no difference in the speed between your form and the author's one. Both will start casting at the same speed.


Top
   
 Post subject:
PostPosted: 2005-07-13 12:43:26 
Offline

Joined: 2005-07-01 09:59:53
Posts: 21
Location: Minsk, Belarus
May be ... :D

But you can't check it by your eyes.


Top
   
 Post subject:
PostPosted: 2005-07-13 15:28:20 
Offline

Joined: 2005-07-11 22:31:57
Posts: 3
I´ll try your way =]


Top
   
 Post subject:
PostPosted: 2005-07-13 15:53:13 
Offline

Joined: 2005-07-11 22:31:57
Posts: 3
It did not work with Scroll.

sub Scroll_FS()
uo.usetype('0x1F5F','laststatus')
endsub

Is that correct?


Top
   
 Post subject:
PostPosted: 2005-07-13 16:12:34 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
No, you can't put your target inside UO.UseType.
The correct form:

UO.WaitTargetObject( 'laststatus' )
UO.UseType( '0x1F5F' )


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: Bing [Bot] and 11 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited