09-15-2013, 10:23 AM
I've been using this script for a while now. Maybe this will help.
Regarding problem 1: are you using the addon Individual battle commands? If so, make sure that the skill IDs you cannot see are listed after this line:
Skill_Command['Magic'] = [ 1, 2 ,3 ,4 ,5 ,6 , etc, etc]
Should be line 32 in the individual battle commands script. Try looking arround in that part, skills won't show if they are not listed properly when using this addon.
Problem 2: I think you can fix this by configuring the skill that shows a ''miss'' message inside the ''ACBS | Config 2 - Advanced'' part of the script.
Go to the SKILLS SETTINGS section. Here you'll see a big list of skills with specific settings added. Add the skill you want to NOT display the miss msg
and have it include the ["NODAMAGE"] config.
Example:
Skill_Settings[skill ID] = ["NODAMAGE"]
Replace skill ID with the ID number of the skill.
Good luck!
Regarding problem 1: are you using the addon Individual battle commands? If so, make sure that the skill IDs you cannot see are listed after this line:
Skill_Command['Magic'] = [ 1, 2 ,3 ,4 ,5 ,6 , etc, etc]
Should be line 32 in the individual battle commands script. Try looking arround in that part, skills won't show if they are not listed properly when using this addon.
Problem 2: I think you can fix this by configuring the skill that shows a ''miss'' message inside the ''ACBS | Config 2 - Advanced'' part of the script.
Go to the SKILLS SETTINGS section. Here you'll see a big list of skills with specific settings added. Add the skill you want to NOT display the miss msg
and have it include the ["NODAMAGE"] config.
Example:
Skill_Settings[skill ID] = ["NODAMAGE"]
Replace skill ID with the ID number of the skill.
Good luck!