Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.
 

shockix

Latest Threads

Page: 1 of 1
Posted in: [TSL] Problem with unequip script
 shockix
03-14-2008, 8:22 PM
#1
Hi. I created a script to unequip npc's items : void UnEquip(int iSlot,object oNpc ) { object oItem = GetItemInSlot( iSlot, oNpc); AssignCommand(oNpc, ActionUnequipItem(oItem)); } void main() { object oNpc = GetObjectByTag(GetScriptStringParamet...  [Read More]
Posted in: [TSL]Questions about lightsabers properties
 shockix
03-07-2008, 5:53 PM
#1
Hi ! I have some questions about lightsabers in TSL. In Kotor, lightsabers properties are put in g_w_lghtsbrxx.uti and refer to specific crystals in upgrade.2da (upgradetype = x). Crystals can be more powerfull in specific lightsabers. The Mantle of...  [Read More]
Posted in: Check NPC Goodevil
 shockix
02-15-2008, 7:12 PM
#1
Hi. I would like to give Visas a prestige class. So I created 3 scripts. The firts one is to check the level and Goodevil of visas. This one will determine if a specific string appears in vasas dialogue. The 2 last scripts determine if Visas goodev...  [Read More]
Posted in: Goodevil calculation
 shockix
06-23-2006, 3:44 PM
#1
Hello. I have the latest version of TSL and I noticed something. I tried to modify NPC goodevil with KSE, but it's no use. It looks like the game calculate NPC goodevil each time you load a save or enter another area. This calculation must depend o...  [Read More]
Page: 1 of 1