It did not work with Scroll.
sub Scroll_FS()
uo.usetype('0x1F5F','laststatus')
endsub
Is that correct?
Search found 3 matches
- 2005-07-13 15:53:13
- Forum: Scripting Ore
- Topic: Noob Script Question abot magery
- Replies: 6
- Views: 1469
- 2005-07-13 15:28:20
- Forum: Scripting Ore
- Topic: Noob Script Question abot magery
- Replies: 6
- Views: 1469
- 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 ...
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 ...