Darth Cryptic Posted May 15, 2009 Share Posted May 15, 2009 Is there already script in TSL that triggers and spawns the hidden compartments What's his name, the former owner of the Hawk, talks about on Nar Shadda? If so, what do you have to say/do to trigger them? If not, is there a mod that puts them in? Link to comment Share on other sites More sharing options...
disbeliever Posted May 15, 2009 Share Posted May 15, 2009 That mod spawns davik, and its for K1 i believe not TSL Link to comment Share on other sites More sharing options...
DarthStoney Posted May 15, 2009 Share Posted May 15, 2009 Is there already script in TSL that triggers and spawns the hidden compartments What's his name, the former owner of the Hawk, talks about on Nar Shadda? If so, what do you have to say/do to trigger them? If not, is there a mod that puts them in? When talking to Ratrin on NarShadaa he mentions the hidden compartment,it is supposed to trigger next time entering the EH. But the script is broken and it works only about half the time. it only spawns a hidden compartment in the room where Visas is. Link to comment Share on other sites More sharing options...
Darth Cryptic Posted May 15, 2009 Author Share Posted May 15, 2009 Ah. Thanks Stoney. That partially explains why I can never find it, I look in the wrong room. Link to comment Share on other sites More sharing options...
disbeliever Posted May 15, 2009 Share Posted May 15, 2009 oops Link to comment Share on other sites More sharing options...
DarthJacen Posted May 15, 2009 Share Posted May 15, 2009 The TSLRP had a had fix for this on their website until they took it down in preparation for the release of their mammoth sized mod. I have a copy of the fix, if you want me to PM it to you. This is the original download page http://www.team-gizka.org/downloads.html, but as you will notice all of their fixes have are gone. Link to comment Share on other sites More sharing options...
Darth Cryptic Posted May 16, 2009 Author Share Posted May 16, 2009 Darth Jacen: If you would PM or e-mail the file, I'd much appreciate it. Link to comment Share on other sites More sharing options...
Achilles Posted May 16, 2009 Share Posted May 16, 2009 Here is the source code for anyone that would like to simply compile it themselves (compile instructions can be found in the Scripting sub-forum) void main() { \\ if (GetLoadFromSaveGame()) { if (GetGlobalNumber("003EBO_Hatch")==1) { if (!(GetIsObjectValid(GetObjectByTag("EboHiddenContainer")))) { CreateObject(OBJECT_TYPE_PLACEABLE,"inveb001",GetLocation(GetWaypointByTag("WP_HIDDEN_CONTAINER"))); } } \\} } Put the .ncs file in your Override when you're finished and off you go Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.