03-22-2010, 07:29 PM
So I decided to post a provocation macro for people that use injection, I know this can easily be done using Razor, however I always hated switching over from Injection to Razor (Razor doesn't even work on my laptop anymore).
Ideally you'd need a bigger house than your regular small wooden house to do this as you would need to separate Animal 1 and Animal 2 from attacking each other as shown below (The 'x' represents wooden boxes).
I think those are the shortest wait times, if not someone can correct me. Yes I know this is a simple macro just never seen one here so I decided to put it for people who are too lazy to type for themselves
EDIT: I have updated this macro with Promoe's wait time.
Code:
sub provoke ()
while true
Uo.Exec("useskill 'Provocation'")
wait (250)
uo.waittargetobject('0x00015F29') ##Change with Animal 1 ID
wait (250)
uo.waittargetobject('0x00016174') ## Change with Animal 2 ID
wait (11000)
wend
end sub
Ideally you'd need a bigger house than your regular small wooden house to do this as you would need to separate Animal 1 and Animal 2 from attacking each other as shown below (The 'x' represents wooden boxes).
Code:
x x
x A1 x A2 x
x x
I think those are the shortest wait times, if not someone can correct me. Yes I know this is a simple macro just never seen one here so I decided to put it for people who are too lazy to type for themselves
EDIT: I have updated this macro with Promoe's wait time.