ModderEarthHAHA Posted October 5, 2005 Share Posted October 5, 2005 Can I give myself a whole bunch of components at once through scripting? Link to comment Share on other sites More sharing options...
shamelessposer Posted October 5, 2005 Share Posted October 5, 2005 Yes. Link to comment Share on other sites More sharing options...
JediKnight707 Posted October 5, 2005 Share Posted October 5, 2005 Well you could probably make yourself a container. Try looking at Readhawke's tut in the scripting section Link to comment Share on other sites More sharing options...
Darth333 Posted October 5, 2005 Share Posted October 5, 2005 If it's just for yourself, you could as well use KSE to add a bunch of components to your inventory. Otherwise, the script would be: void main() { CreateItemOnObject("compont_00001", GetFirstPC(), nQuantity); } Just replace nQuantity by the number of components you want. Compile and attach the script somewhere to fire it. For chemicals, replace compont_00001 by chem_00001 (you'll find a complete list of luti files with descriptions here: http://www.starwarsknights.com/itemstsl.php ) Link to comment Share on other sites More sharing options...
ModderEarthHAHA Posted October 5, 2005 Author Share Posted October 5, 2005 If it's just for yourself, you could as well use KSE to add a bunch of components to your inventory. Otherwise, the script would be: void main() { CreateItemOnObject("compont_00001", GetPCSpeaker(), nQuantity); } Just replace nQuantity by the number of components you want. Compile and attach the script somewhere to fire it. For chemicals, replace compont_00001 by chem_00001 (you'll find a complete list of luti files with descriptions here: http://www.starwarsknights.com/itemstsl.php ) Thanks. Link to comment Share on other sites More sharing options...
CrudeMatter Posted October 5, 2005 Share Posted October 5, 2005 ....Or... you could download my Outer Rim Imports Tech-Scout Pack. http://www.pcgamemods.com/mod/16457.html ...Or... you could open the compont_00001.uti file with kotortool and change the stack size to whatever your heart desires. The Tech-Scout Pack has it at 9999, so you get about 10K in many places. Link to comment Share on other sites More sharing options...
ModderEarthHAHA Posted October 5, 2005 Author Share Posted October 5, 2005 Found something interesting out. The max number of components you can give yourself (maybe the same for other items) is 15k, type in any more and you still get only 15k. Just thought someone might want to know this. EDIT: This by using the script provided by Darth333. And of course you can get more by executing the script multiple times. Link to comment Share on other sites More sharing options...
Darth333 Posted October 5, 2005 Share Posted October 5, 2005 Interesting I didn't know that. Link to comment Share on other sites More sharing options...
ChAiNz.2da Posted October 6, 2005 Share Posted October 6, 2005 Interesting I didn't know that. same here... *whew* glad I only put a max of 5,000 in the Hak Pad. I would've been racking my brain trying to figure that out Thanks for the warning ModderEarthHAHA Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.