Noob Script Question abot magery
Posted: 2005-07-13 05:48:37
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 =]
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 =]