Shadowknight class. Harm touch set to ability page, first button. Taunt on button 2
/echo ${Me.Ability["Harm Touch"]}
|retuns NULL
/echo ${Me.Ability[1]}
|retuns Harmony
/echo ${Me.Ability["Harmony"]}
|returns NULL
/echo ${Me.Ability["Taunt"]}
|retuns 2
/echo ${Me.Ability[2}
|retuns Taunt
Ogre class. Slam set on combat page, first (well, 7th) button. Bind Wound on 10
/echo ${Me.Ability["Slam"]}
|retuns NULL
/echo ${Me.Ability[7]}
|retuns Regeneration
/echo ${Me.Ability["Regeneration"]}
|returns NULL
/echo ${Me.Ability["Bind Wound']}
|retuns 10
/echo ${Me.Ability[10]}
|retuns Bind Wound
also, /echo ${Me.AbilityReady[1]} crashed to desktop, but assuming its related to problem with Ability. Have not run it through debugger, but will if you think its necessary.
Using MQ2-20040506.zip

