Been trying this for a while now and can't get it to work. Used "ogre export -master" with the expectation that this would remove all my L101+ apprentice spells and reinstate my old masters. While the export does seem to be picking the right spells, once it is finished the Full Ability list on the Cast Stack tab and my Cast Order list doesn't change. I cancelled all my buffs and it is still casting the L101+ apprentice versions. I've tried ending and reloading the bot, zoning and restarting the computer.
Anything else I need to do?
No, it won't remove anything from the export. When you run an export it updates anything existing based on the criteria you give it.
Since you already ran an export and have the low abilities, this is what you need to do, and I'll work on a write up on it. But here is the short of it.
Close down EQ2
Go into your scripts/eq2ogrebot/ability_information/yourclass_abilityinfo.xml
Now rename it, just add an x or something, just incase you need it again.
Now load up your character. If you load ogrebot it will likely yell at you about doing an export, just close it down.
Now do an export to get all your abilities level 100 and below:
ogre export -maxlevel 100
Once that is done, now we do another one to get the level 101+ masters.
ogre export -master -minlevel 101
(Technically you don't need the -minlevel, as we don't care if it re-adds the lower level ones).