View Single Post
  #3  
Old 09-15-2006, 01:59 AM
Magefeu
Sarnak
 
Join Date: Aug 2006
Location: Belgium
Posts: 65
Default

Ok I had a deeper look in the forums concerning the AA skills. I would need some clarifications but I should be able to work on the DB to get the tree working fine.

1. Are the AA costs issues fixed ( Class skills costing 2/2/2 for a total of 6 points instead of 2/4/6 for a total of 12 points ) ?
If not setting the cost to 1 for all the AA with (max_level > 1 & type >1) and using (Type * Current AA level) as multiplier should do it.
I know this means some changes in the code.

2. When I look at the skill_id column I see that the numbers are not in auto increment. However the prereq_skill seems to hold an id that would be an auto increment. (Advanced Innate Strenght asking as prereq_skill the skill N
Reply With Quote