Search found 3 matches

by walk3r
2005-07-13 15:53:13
Forum: Scripting Ore
Topic: Noob Script Question abot magery
Replies: 6
Views: 1469

It did not work with Scroll.

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

Is that correct?
by walk3r
2005-07-13 15:28:20
Forum: Scripting Ore
Topic: Noob Script Question abot magery
Replies: 6
Views: 1469

I´ll try your way =]
by walk3r
2005-07-13 05:48:37
Forum: Scripting Ore
Topic: Noob Script Question abot magery
Replies: 6
Views: 1469

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 ...