Simply recording the use of the spell Animal Form in Razor may not work for a given player, because the system needs to know which form (which animal) you want to use. In the gump you normally put a tick mark next to your selection. Razor does not do that, it just clicks done. Luckily, the system 'defaults' the rat form if no tick is placed but ONLY if you succeed at casting the right way at least once. If you fizzle, it does not seem to go to default. So basically, for any AF macro to work you will need to cast the spell by hand until you succeed at least once (frustrating, since the success chance @23 skill is only 10,5%). After that you can fire away the macro and go to sleep. A server restart wipes the 'default' form, so you will need to re cast it manually again.The whole problem disappears at skill 45 (or 35+Hanzo) when you can cast Mirror Image which works without any problems. Follow the wiki table from that point onwards.
Here's a small macro to help you with AF. The pause times WILL need to be adjusted to work with your FC/FCR. I believe values of 4s and 3s, respectively, should work if you have no FC/FCR, though I strongly suggest getting the gear for it - it will speed up any training by a great deal.
Code: Select all
!Loop
Assistant.Macros.ExtCastSpellAction|503|4294967295
Assistant.Macros.WaitForGumpAction|3027724650|False|300
Assistant.Macros.GumpResponseAction|1|1|110|0
Assistant.Macros.PauseAction|00:00:02
Assistant.Macros.IfAction|4|0|the spell fizzles
Assistant.Macros.ElseAction
Assistant.Macros.ExtCastSpellAction|503|4294967295
Assistant.Macros.PauseAction|00:00:01.5000000
Assistant.Macros.EndIfAction