View Single Post
  #44  
Old 07-15-2006, 02:51 PM
quintenwolfe
Fire Beetle
 
Join Date: Jul 2006
Posts: 6
Default

I do notice that if I have say 40 AA points... and I train in an AA, it does take away from the points, but does not add the ability to the character, and also does not increment the Cur/Max counter on the AA Table for the selected ability..

Checking the database.. it matches what is in "eqstr_en.txt".

For Example..
String 13500 IS innate strength...
13501 is the description for the ability innate strength.

Sourcing the database, it too matches the ID to the proper description.. however.. packet shows when an ability is selected to be trained, it sends 13500-1 as it's string that when the client pulls from the File.. does not match and therefore the client displays the error message about "Unknown DB String".

IF my presumption is correct, that would denote a possible error in the source code for AA's, would it not?

Probably a "struct"...?

I dunno.. I am not a coder.. just a troubleshooter..