I've been playing around with my profile settings lateley, as I wanted my new Mage/Druid
to level up. This is a relatively new char with some upgraded whites, doing several levelups
per bot session.
I read the wiki and tried the "Levelup a Single Skill by Name" command,
but it did not work as an error in the settings.xml was reported.levelupSkill(_skillname [, _times] )
With the "Levelup a Single Skill by Skill Parameters"
way it works, but when I change my druid to primary I would have to change my profile file or a wrong skill will be upgraded.send_macro("SetSpellPoint( 4, 2 );");
So here comes my question: Is there any way I can execute certain OnLevelUp commands only if a certain primary class is active? If so how would I implement it my profile?
Thanks in Advance
My Current Profile Settings:
Just had a levelup with mage as active first class, and an error msg showed on my RoM screen, resulting in no skill upgraded whatsoever.<onLevelup>
sendMacro("SetSpellPoint(_4, _2);");
--levelupSkill(_MAGE_FLAME [, _1] )
--levelupSkill(_DRUID_EARTH_ARROW [, _1] )
--levelupSkill(_DRUID_RECOVER [, _1] )
</onLevelup>