Jump to content

Home

Get lotsa components


ModderEarthHAHA

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...