Yoko
http://forum.yoko.com.ua/

Noob Script Question abot magery
http://forum.yoko.com.ua/viewtopic.php?f=20&t=4510
Page 1 of 1

Author:  walk3r [ 2005-07-13 05:48:37 ]
Post subject:  Noob Script Question abot magery

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

Author:  TAHK_by [ 2005-07-13 07:33:25 ]
Post subject: 

I think this is fastest scrips for FS

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

Author:  flake [ 2005-07-13 11:31:06 ]
Post subject: 

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.

Author:  TAHK_by [ 2005-07-13 12:43:26 ]
Post subject: 

May be ... :D

But you can't check it by your eyes.

Author:  walk3r [ 2005-07-13 15:28:20 ]
Post subject: 

I´ll try your way =]

Author:  walk3r [ 2005-07-13 15:53:13 ]
Post subject: 

It did not work with Scroll.

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

Is that correct?

Author:  flake [ 2005-07-13 16:12:34 ]
Post subject: 

No, you can't put your target inside UO.UseType.
The correct form:

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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/