Jump to content

Home

starport visa


Recommended Posts

I'm not exactly sure where to post this thread so if you moderators think I'm in the wrong place then just drop me into the right spot.

Anyway does anyone know the cheat code to get a starport visa in TSL? I just feel so guilty giving a visa to one person and screwing over another one so I wondering if someone could help me pump out a couple extra for those poor buggers who want to get off Onderon.

Thanks! (and yes I know that they are just computer people but I still feel bad for them, go ahead call me crazy, it's probably true anyway) :nut:

Link to comment
Share on other sites

I would personally use a spawn script to spawn a couple in that doctor guy's metal boxes (the one that Candy knows.) Dhagon Ghent's Metal Boxes.

 

Is that OK? If it is, then if you could tell me how many, I could make a script for you...

 

I will post one in a few minutes, and then edit it when you know how many.

 

_EW_

Link to comment
Share on other sites

Sure.. script is just about done... next question though...

 

Do you want the visa to be closed like the bounty hunter one?

Or sliced like after you get the twi'lek Kiph to open it?

 

 

and do you know how to compile scripts? or should I do that before I send it?

 

_EW_

Link to comment
Share on other sites

Hold up, there's a problem....

 

Aparently, my starport visas that are sliced are not spawning....

 

and if you spawn bounty visas, stupid Kiph takes them all and only gives you one sliced one in return.

 

void main()
{
{ object oLocker=GetObjectByTag("sf_footlocker");
 if (oLocker==OBJECT_INVALID)
{
   vector vLocker=Vector (-107.23703, 63.23782, 10.83100);
   location lLocker=Location(vLocker, 180.00000);
   oLocker= CreateObject(OBJECT_TYPE_PLACEABLE, "sf_footlocker", lLocker);
   CreateItemOnObject("pl_visa_sliced", oLocker, 3); 
}
}
ExecuteScript("sf_512_enter", OBJECT_SELF);
}

 

Can someone tell me why this won't spawn sliced visas in that locker? The locker spawns fine..

 

_EW_

 

PS, sorry SirFalastur... It looks like this wont be done until later...:(

Link to comment
Share on other sites

Hold up, there's a problem....

Aparently, my starport visas that are sliced are not spawning....

(snip)

Can someone tell me why this won't spawn sliced visas in that locker? The locker spawns fine..

 

The pl_visa_sliced.uti template is not a global template. It only exists within the Iziz Cantina module. Thus you'll either have to run your script in that module, or extract the UTI template to the override folder. (Just make sure first there aren't other templates with the same name in other modules, or that could cause trouble.)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...