Page 1 of 1

Skill MAGE_INTENSIFICATION not casted

Posted: Fri Nov 04, 2011 11:34 am
by sdude13
I have this in Profile:

Code: Select all

<skill name="MAGE_INTENSIFICATION"   hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
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:

Code: Select all

player:cast("MAGE_ENERGY_INFLUX");
player:cast("MAGE_ELEMENTAL_CATALYST");
player:cast("MAGE_INTENSIFICATION");
player:cast("MAGE_MAGIC_DRAIN");
player:fight();
all is casted, but MAGE_INTENSIFICATION

Re: Skill MAGE_INTENSIFICATION not casted

Posted: Fri Nov 04, 2011 11:55 am
by lisa
inbattle="true"

When you have this it will only use the skill while you are in combat, just remove it.

Re: Skill MAGE_INTENSIFICATION not casted

Posted: Fri Nov 04, 2011 3:11 pm
by sdude13
i also have

Code: Select all

<skill name="MAGE_ENERGY_INFLUX" 	 hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
		<skill name="MAGE_ELEMENTAL_CATALYST"   hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
		<skill name="MAGE_INTENSIFICATION"   hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
		<skill name="MAGE_MAGIC_DRAIN"   hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
		<skill name="MAGE_PURGATORY_FIRE"   hotkey="MACRO" priority="30" inbattle="true" autouse="false" />
and i can use the skills...
so this switch is not the problem.
I guess the name is the problem as i use german client, in german the skill
has a special char: "Verstärkung"

Re: Skill MAGE_INTENSIFICATION not casted

Posted: Fri Nov 04, 2011 8:42 pm
by lisa
Have you turned on skill debuging so it actually tells you the issue?
Name doesn't matter aslong as the name you call matches the name in database/skills.xml