- Code: Select all
Private Sub GoHome(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles HomeButton.Click
Client.Macros.CastSpell(UOAI.Enums.Spell.Recall)
Client.WaitForTarget()
Client.Target(Client.Items.bySerial(RuneBook))
End Sub
I've tried item.target(), client.target(item) and even player.target() with varying spells and targets. None of these seem to do anything. I added an onTarget event handler, and none of these 3 functions seem to fire it. Any suggestions would be appreciated.
