View Single Post
  #17  
Old 08-14-2006, 04:20 PM
Glorandwarf
Fire Beetle
 
Join Date: Jul 2006
Posts: 5
Default

After doing some preliminary checking on the Salvage AA, it appears that it is not saving it in the player profile for some reason. Using a test command that displays PC stats (including AAs), I can see that whenever I zone, it loses the Salvage AA altogther, but it keeps the others (ex. Innate Charisma).

Will check into it some more later, getting late now.

EDIT: I located the problem with the Salvage AA: has to do with its id of 997. There's some code that removes any AA entries that have ids out of range, and the highest ID (defined in AA.h) is 933, so it is removing the Salvage AA entry. Will see about adding the rest of the aa ids into the file later, it's still late.

Last edited by Glorandwarf; 08-15-2006 at 12:29 AM..
Reply With Quote