View Single Post
  #7  
Old 09-28-2015, 01:46 PM
skyy's Avatar
skyy
Fire Beetle
 
Join Date: Sep 2015
Posts: 15
Default

i manipulated planar power aa and noticed no problems, apart from the very confusing AA-tables (some of which seem obsolete and the EOC tool seems to modify the obsolete ones).

So I increased the values directly into the currently relevant tables and for instance set all base2 (0-6) to 50 pts for the first rank.

But in order to work with all ranks accessible to the client you also need to modify all ranks (and there are 20) - else higher rank values are actually lower than your modified values and make your stat caps jump back.

for HeidiSQL i could recommend the following filter for the "aa_rank_effects" table:
rank_id >= 418 AND rank_id <= 422 OR rank_id >= 1001 AND rank_ID <= 1005 OR rank_id >= 4678 AND rank_ID <= 4682 OR rank_id >= 7547 AND rank_ID <= 7551
then check if everything you see makes sense.
Reply With Quote