I am trying to setup MQ2Melee using all of the whateverif options. Right now I'm trying to get Charge for Power working on a heroic character SK.
In the ini I have...
I saw some of the commands in the wiki, and tried the following:
At first glance, it looks like the id is not being set within the plugin. Is there a place that I can define which spell(s) to use for each of these things? MQ2Cast is loaded, and holyshits that I set up are working fine.
Thank you in advance for any advice.
In the ini I have...
Rich (BB code):
aggro=1
challengefor=1
...
challengeforif=${If[${Melee.AggroMode} && !${Me.Song[Charge for Power Recourse].ID},1,0]}
...
I saw some of the commands in the wiki, and tried the following:
Rich (BB code):
Without Charge recourse on, and out of combat:
/echo ${meleemvi[challengefor]} --> returns 1, so it knows to try to cast
/echo ${meleemvb[idchallengefor]} --> returns -1, error
/echo ${meleemvid[idchallengefor]} --> returns NULL, so id is not set, or this command was removed
/echo ${meleemvs[challengeforif]} --> returns 1, so conditions are met
Without Charge recourse on, and in combat:
same as out of combat
With Charge recourse on, and in combat:
/echo ${meleemvi[challengefor]} --> returns 1, so it knows to try to cast
/echo ${meleemvb[idchallengefor]} --> returns -1, error
/echo ${meleemvid[idchallengefor]} --> returns NULL, so id is not set, or this command was removed
/echo ${meleemvs[challengeforif]} --> returns 0, so conditions are not met
With Charge recourse on, and out of combat:
same as in combat
At first glance, it looks like the id is not being set within the plugin. Is there a place that I can define which spell(s) to use for each of these things? MQ2Cast is loaded, and holyshits that I set up are working fine.
Thank you in advance for any advice.

