oscarksp74 Posted August 14, 2009 Share Posted August 14, 2009 Is there a source script list that contains an account for quest items received? I.E. if I wanted to change the reward as received from Zhar upon cleansing the grove from a Jedi Robe to a Jedi Knight Robe. Link to comment Share on other sites More sharing options...
none223 Posted August 15, 2009 Share Posted August 15, 2009 I believe that would envolve changing a script saying that after you finish talking with Zhar about that quest, you would get a different robe. Its probably a simple task, but me being an unexperienced modder, thats just what I think you would have to do.... Link to comment Share on other sites More sharing options...
Canderis Posted August 15, 2009 Share Posted August 15, 2009 /\Yes. Link to comment Share on other sites More sharing options...
oscarksp74 Posted August 15, 2009 Author Share Posted August 15, 2009 I understand that part. What I am wondering is if there is a listing of source scripts that would need to changed. Sticking with the Zhar example - what source scripts make up k_pdan_player43.ncs. As I am pretty sure that is the compiled script that affects this example. Link to comment Share on other sites More sharing options...
Weavel Posted August 15, 2009 Share Posted August 15, 2009 you need to download dencs and decompile scripts that are called to use in a module. Link to comment Share on other sites More sharing options...
oscarksp74 Posted August 15, 2009 Author Share Posted August 15, 2009 Will Kotor Tool always let you know upon compiling if all the required .nss are present? I decompiled k_pdan_player43.ncs, made the change to the item, saved as .nss and then compiled with KT - no errors, got a .ncs output that I put in the Override. However, Zhar is still handing out a regular Jedi Robe. Link to comment Share on other sites More sharing options...
Canderis Posted August 15, 2009 Share Posted August 15, 2009 Check the tag. Link to comment Share on other sites More sharing options...
oscarksp74 Posted August 15, 2009 Author Share Posted August 15, 2009 Sorry you lost me on that one. Object Tag? Link to comment Share on other sites More sharing options...
Canderis Posted August 15, 2009 Share Posted August 15, 2009 Yes. Make sure you have the right object tag. Link to comment Share on other sites More sharing options...
oscarksp74 Posted August 15, 2009 Author Share Posted August 15, 2009 It is. Scripts can be changed at any time correct? As in already having entered Dantooine and loaded Zhar's module would have no effect, right? Link to comment Share on other sites More sharing options...
R2-X2 Posted August 15, 2009 Share Posted August 15, 2009 As far as I know you mustn't have talked to Zhar in this case, if you want the script to work. Link to comment Share on other sites More sharing options...
none223 Posted August 15, 2009 Share Posted August 15, 2009 The script that I think activates the giving of the robe is k_pdan_jedi24, not k_pdan_player43 (I may be wrong). What you must do is add that script (in kotor tool) where you would like it to activate (ie. the end of the conversation with zhar about cleansing the grove). Its a pretty simple thing, all you must do is put the script in the box that says "run script for this node". Link to comment Share on other sites More sharing options...
oscarksp74 Posted August 15, 2009 Author Share Posted August 15, 2009 The script that houses the actual granted item is k_pdan_zhar03. But you got me on the right track with using KT to trace the dialog nodes to see which script is firing, in this case you have to run all the way out to "END DIALOG" to get the script that grants the actual item. Thanks all for chiming in with help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.