Page 1 of 1

(MQ2 error) No such "character" member "Skillcap"

Posted: Wed May 06, 2015 5:17 pm
by mezzerin
Hi,

Just trying out MQ2 for the first time but alot of premade macros all give this same error. Any idea whats wrong and how to fix it? Thank you,

Mezzerin aka Beyondreason

Image

Re: (MQ2 error) No such "character" member "Skillcap"

Posted: Wed May 06, 2015 7:46 pm
by moguay
Hi,

you can replace ${Me.SkillCap[${Spell[${Me.Gem[${Param0}]}].Skill}]} by ${Skill[${Spell[${Me.Gem[${Param0}]}].Skill}].SkillCap}

exemple with Alcohol Tolerance for a simple test
/echo ${Me.Skill[Alcohol Tolerance]} / ${Skill[Alcohol Tolerance].SkillCap}
result: 265 / 275

You probably use a old mq macro code