Finding AA skill numbers/data

inire

Active Member
hey,

I have searched for AA skills and for adding other skills here, but I seem to be coming up with very little data.

Perhaps it is my poor searching skills. If so, would you be so kind as to point out the missed post? Or at least give the query string?

Basically, I'm looking to find out what command to use for getting the knowledge book to dump the skill numbers that eq2bot uses to activate the abilities? I would like to help out by adding the AA skills for a number of classes.

Additionally, what commands are available for other debugging within EQ2Bot? I would appreciate any knowledge or assistance in this!

Thanks!
 

Pygar

EQ2Bot Specialist
Search the wiki on eq2bot, there is a page there with information.

The key numbers for classes are arbitrary, it doesn't matter what they are providing they are consistent and match up with spell upgrades and the values in the class files.

In general, I use a common key definition, but due to uniqueness of each class, they each deviate slightly.

You may not use values over 400.

If you look in the spell list directory in eq2bot, you will find txt files and xls sheets containing the key definitions for each class.

Adding AA support though is more complicated than just adding the ability to the spell list, as it also has to be coded into the class routine as well.

I've incorporated most aa on most classes, though as fast as SoE changes them lately, certainly not all are up to date.
 
Top Bottom