Spell Export And Using Spells From New And Previous Tier

mirodin

Member
Hi,

When doing a spell export at 110 will it replace all spells in the cast stack with the new apprentices?
If so is there a way to keep using the previous tier? and then can spells be gradually changed when obtaining the new tier spell?
 

Kannkor

Ogre
https://wiki.ogregaming.com/eq2/index.php/RevisionHistory

I am in the middle of some major upgrades to the exporting process. You can read about it in the revision history. In short, you will be able to run the export with flags that you can determine what you export and what you don't.
Examples in the notes.
At this very moment it is not released yet (just wrote it). You can watch the revision history for when it's released. I'll try to update this thread when I do but no promises.
 

Kannkor

Ogre
https://wiki.ogregaming.com/eq2/ind...sion-289.2C_OgreBot-17.162.2C_OgreCraft-1.055
ogre export updates have been released.
Here are the patch notes at the link above.

Ogre Export
  • Rewrote the options available for ogre export.
  • All old flags have been removed, and replaced with the following. Apologies if this breaks any existing scripts.
  • List of new options.
    • -desc
      • --> Adds descriptions to the export. This is used if you want to see them in the export. Not used by Ogrebot.
    • -new
      • --> Deletes your current export and makes a new one instead of adding information. Not recommended.
    • -minlevel <level>
      • --> Sets the minimum level required for the export. For example 101 if you only wanted to export level 101 and above abilitites. Default is 0.
    • -maxlevel <level>
      • --> Sets the maximum level required for the export. For example 105 if you only wanted to export level 105 and below abilitites. Default is 999.
    • -j | -journeyman | -a | -adept | -e | -expert | -m | -master | -gm | -grandmaster | -ancient
      • --> Sets the minium required tier for the ability to be added to the export. For example if -adept is used only abilities adept or higher will be added.
    • AbilityName
      • Must be exact spelling of the entire name. You can use ability IDs also, if you know how to obtain them.
  • Note: When using -minlevel, it will EXCLUDE any ability that does not have a level, such as AA abilities. They are basically 'level 0', so putting a min value will be higher.
  • Note: Ascension abilities are all considered level 0. So the above note applies also.
  • Few random examples and what they do:
    • ogre export -master -minlevel 91 -maxlevel 100
      • Exports only abilities levels 91 to 100 (inclusive) AND that are master or above (grandmaster/ancient).
    • ogre export -adept -minlevel 101
      • Exports only abilities level 101 and above (in this case, up to level 999) that are adept or above.
    • ogre export "Incineration"
      • Exports the ability "Incineration" only. (Ascension elementalist level 12 ability, if you were wondering).
    • ogre export "Dagger Storm"
      • Exports the ability "Dagger Storm" only. This example is really just here to show you to have quote words with spaces in them.
 

Godelpus

New Member
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?
 
Last edited:

Kannkor

Ogre
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).
 

Godelpus

New Member
Thanks for the prompt reply, I'm sure your real busy on other stuff. I did try the --new flag expecting that to clear the old list, but it didn't. Will go try your workaround now.
 

Kannkor

Ogre
Thanks for the prompt reply, I'm sure your real busy on other stuff. I did try the --new flag expecting that to clear the old list, but it didn't. Will go try your workaround now.
Turns out the -new flag isn't actually set up. I had a new flag in the old one, that also didn't do anything. I'll add that to my list to fix.
 
Top Bottom