There are too many to fix for me to do it alone so I need your help. All I need is for each person to help fix the skills that they personally are interested in but if you want to help with other skills too then that would be great!
What we need are skill Ids and de\buff Ids if it has any. If a skill also has a requirement for a buff or debuff we need the Ids for those too. Here are some instructions to get skill and buff ids.
Skill Ids:
- 1. Start the commandline using "rom/bot path:commandline" in micromacro or launching the StartCommandLine.bat file.
2. Type the following at the prompt where "Skill Name" is the name of the skill you want to update.Code: Select all
print(FindSkillBookSkill("Skill Name").Id)
Sorry, I just noticed you can also use TooltipIds to get the skill Ids as well. Just point your mouse at the skill in the skill book and the Id should be in the tooltip.
- 1. The easiest way to get buff ids is to use my TooltipIds addon. http://www.solarstrike.net/phpBB3/viewt ... 700#p50700
2. With it installed just point at a buff or debuff on your character or target and it should print the id in the chat box.