Skill MAGE_INTENSIFICATION not casted
Posted: Fri Nov 04, 2011 11:34 am
I have this in Profile:
autouse is false because I want to trigger it only at the beginning of a boss fight.
in the waypoint i have the "prepare" at a waypoint:
all is casted, but MAGE_INTENSIFICATION
Code: Select all
<skill name="MAGE_INTENSIFICATION" hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
in the waypoint i have the "prepare" at a waypoint:
Code: Select all
player:cast("MAGE_ENERGY_INFLUX");
player:cast("MAGE_ELEMENTAL_CATALYST");
player:cast("MAGE_INTENSIFICATION");
player:cast("MAGE_MAGIC_DRAIN");
player:fight();