I'm doing something like this (starting by 1, do not want to list 2Hour abylity):
// removed some not important code
for (byte i = 1; i < 33; i++)
{
ab = Program.fface.Timer.GetAbilityID(i);
lstAbilities.Items.Add(ab.ToString());
}
I'm using fface.dll 4.1.0.5, FFACETools-Source and checked the id/index with the current resources.xml from windower.net, as blm80/whm40 it show me:
39 Afflatus Misery Afflatus Solace Divine Seal Elemental Seal
My FFXI-Abilities are:
Manafont Divine Seal Elemental Seal Mana Wall
Is the function GetAbilityID broken or i'm doing something wrong?

Help


