Nirran Posted April 9, 2008 Share Posted April 9, 2008 how do i make 3 spells that replace the lower versions when u select the higher ones?ie stun droid -> disable droid -> destroy droid figured it out,in spells.2da set force hostile for all 3 of the tree spells to the same number(unique to all others) and then set forcepriority to 0 for lowest 1 for middle and 2 for highest of the spells,heh had fun figureing it out Link to comment Share on other sites More sharing options...
glovemaster Posted April 9, 2008 Share Posted April 9, 2008 Also under the collumn "Prerequisites" You need to put the "(RowLabel)" of the forcepower that you need to be able to aquire the forcepower that you are creating. Such: (RowLabel) label prerequisites ---------- ----- ------------- [color=Red]001[/color] FORCE_1 - [color=Blue]002[/color] FORCE_2 [color=Red]001[/color] 003 FORCE_3 [color=Blue]002[/color] Link to comment Share on other sites More sharing options...
stoffe Posted April 9, 2008 Share Posted April 9, 2008 Also under the collumn "Prerequisites" You need to put the "(RowLabel)" of the forcepower that you need to be able to aquire the forcepower that you are creating. The spells.2da file is indexed by line number IIRC, so that's what you'd need to put in the prerequisites column, not the row label. The row label usually match the line number, but there is no guarantee it always does. (Line numbers start at 0 on the first row and count up.) Link to comment Share on other sites More sharing options...
glovemaster Posted April 9, 2008 Share Posted April 9, 2008 Erm, what I meant But, in my defence, there is a very low chance that the RowLabel is not the same as the RowIndex, and KotorTool doesn't show the Line number. I had a look at spells.2da for kotor in excel, that add-in rocks btw , and the RowLabels are the same for the ones that Bioware put in. If you append and continue that, then you should get the right RowIndex. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.