View Single Post
  #15  
Old 01-02-2013, 12:45 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

First Titanium clients can not display AA's as stacking.

You will just see an individual line for each AA that has a skill_id.

Now for what you want to accomplish.

You want to add another 20 ranks of STR.

Lets say you want to add this to the existing 15 ranks.

First copy and paste 'skill_id 292 Advanced Innate Strength' to a new row and rename it 'skill_id 2000 Advanced Innate Strength II'

For 'skill_id 2000 Advanced Innate Strength II' change max_level = 20, sof_max_level = 35, sof_current_level = 15,

For 'skill_id 292 Advanced Innate Strength' change sof_max_level = 35, sof_next_id = 2000,

For 'skill_id Innate Strength' change sof_max_level = 35,

In the AA effects table you will want to add some thing like this, which gives +2 STR per point.

3000 2000 1 4 2 0
3001 2001 1 4 4 0
3002 2002 1 4 6 0
3003 2003 1 4 8 0
3004 2004 1 4 10 0
3005 2005 1 4 12 0
3006 2006 1 4 14 0
3007 2007 1 4 16 0
3008 2008 1 4 18 0
3009 2009 1 4 20 0
3010 2010 1 4 22 0
3011 2011 1 4 24 0
3012 2012 1 4 26 0
3013 2013 1 4 28 0
3014 2014 1 4 30 0
3015 2015 1 4 32 0
3016 2016 1 4 34 0
3017 2017 1 4 36 0
3018 2018 1 4 38 0
3019 2019 1 4 40 0

This the basics of what you need to do.

Kayen
Reply With Quote