Commit Graph
3946 Commits
Author SHA1 Message Date
Redacted by Stellabellum INC 01e9e9bff9 Commented out unnecessary debug message 2015-01-01 15:38:50 -08:00
PrisonCamp 021f2e16fc Commented out unnecessary debug message 2015-01-01 15:38:50 -08:00
Redacted by Stellabellum INC af40765785 Added and commented out debug message 2015-01-01 15:38:31 -08:00
PrisonCamp c2a5792f5f Added and commented out debug message 2015-01-01 15:38:31 -08:00
Redacted by Stellabellum INC 960753242a Changed library method to void. 2015-01-01 15:38:09 -08:00
PrisonCamp 22cae94739 Changed library method to void. 2015-01-01 15:38:09 -08:00
Redacted by Stellabellum INC a294f90827 Added super function to call original parent function. This was not being called, and the result was many functions not happening in-game as they should(ie. no particle effects floating above pylons in GCW invasions).
This now allows the child function to call its parent function's code along with its own.

TODO: Add this function to the compiler.
2015-01-01 15:37:53 -08:00
PrisonCamp a51c86f9a8 Added super function to call original parent function. This was not being called, and the result was many functions not happening in-game as they should(ie. no particle effects floating above pylons in GCW invasions).
This now allows the child function to call its parent function's code along with its own.

TODO: Add this function to the compiler.
2015-01-01 15:37:53 -08:00
Redacted by Stellabellum INC d346e90a03 Added objvars and scripts to cantina, including some for the new spawner. 2015-01-01 01:12:33 -08:00
PrisonCamp da9ffaff2b Added objvars and scripts to cantina, including some for the new spawner. 2015-01-01 01:12:33 -08:00
Redacted by Stellabellum INC 725ff65c4c Fixed the Borvo Guard Spawner in order for the NPCs to properly spawn
and not persist in the database.
2015-01-01 01:11:56 -08:00
PrisonCamp 3677f9115c Fixed the Borvo Guard Spawner in order for the NPCs to properly spawn
and not persist in the database.
2015-01-01 01:11:56 -08:00
Redacted by Stellabellum INC 002472cd10 Created a table for all the missing NPC spawns for the Moenia Cantina.
This includes static commoner spawns.
2015-01-01 01:10:55 -08:00
PrisonCamp 4e8d259584 Created a table for all the missing NPC spawns for the Moenia Cantina.
This includes static commoner spawns.
2015-01-01 01:10:55 -08:00
Redacted by Stellabellum INC beaf3ea4fb Added missing table for legacy NPC spawn of White Thranta Shipping Co. boss. 2014-12-31 02:11:14 -08:00
PrisonCamp e95d063e12 Added missing table for legacy NPC spawn of White Thranta Shipping Co. boss. 2014-12-31 02:11:14 -08:00
Redacted by Stellabellum INC db6b59f450 Added temporary fix to make NPCs walk
TODO: Write a method that checks the movement_speed datatable column
under creatures.tab and applies that as the walk speed.
2014-12-29 13:45:26 -08:00
PrisonCamp b75009a673 Added temporary fix to make NPCs walk
TODO: Write a method that checks the movement_speed datatable column
under creatures.tab and applies that as the walk speed.
2014-12-29 13:45:26 -08:00
Redacted by Stellabellum INC 4b8dc36004 Changed Jedi meditation buffs to last 30 minutes, rather than 4 minutes. 2014-12-29 13:44:08 -08:00
PrisonCamp 3c231804e4 Changed Jedi meditation buffs to last 30 minutes, rather than 4 minutes. 2014-12-29 13:44:08 -08:00
Redacted by Stellabellum INC 7935a0cfb2 Made Megan stay still 2014-12-29 13:43:29 -08:00
PrisonCamp faaf81ee10 Made Megan stay still 2014-12-29 13:43:29 -08:00
Redacted by Stellabellum INC b3469644ed Made Kliknik Queen stay still 2014-12-29 13:43:13 -08:00
PrisonCamp 8986a50855 Made Kliknik Queen stay still 2014-12-29 13:43:13 -08:00
Redacted by Stellabellum INC d8cd74f0cd Took out unnecessary spawn and replaced with missing Junk Dealer Spawn. 2014-12-23 02:03:40 -08:00
PrisonCamp 38d692b80e Took out unnecessary spawn and replaced with missing Junk Dealer Spawn. 2014-12-23 02:03:40 -08:00
Redacted by Stellabellum INC 809d0aef4e Bartenders will now face you when conversing. 2014-12-23 02:03:10 -08:00
PrisonCamp 916d9d00c6 Bartenders will now face you when conversing. 2014-12-23 02:03:10 -08:00
Redacted by Stellabellum INC 9cbb92f544 Fixed spawner issue 2014-12-23 02:02:53 -08:00
PrisonCamp 005e8bf148 Fixed spawner issue 2014-12-23 02:02:53 -08:00
Redacted by Stellabellum INC 5b899403e6 Fixed spawner issue 2014-12-23 02:02:45 -08:00
PrisonCamp 6c28f75490 Fixed spawner issue 2014-12-23 02:02:45 -08:00
Redacted by Stellabellum INC 0b7136ba0b Fixed spawner issue 2014-12-23 02:02:38 -08:00
PrisonCamp b4ee17dd61 Fixed spawner issue 2014-12-23 02:02:38 -08:00
Redacted by Stellabellum INC 1154a54c24 *Added back cells to Mos Eisley Cantina
*Added back cells to Mos Eisley Starport
*Added cell objects
*Added Missing Space Spawners for both NPCs and Crafting Stations
*Locked static containers so players cannot access them
*Began work on faction banners
*Added city map location spawner
*Permanently added GCW City Spawner
*Added spawnegg for distant ships flying overhead
*Added various droid spawners and waypoints
*Added various guard spawners and waypoints
*Added various jawa spawners and waypoints
*Added many static NPCs conversing
*Added some static Jawas conversing
2014-12-23 02:02:23 -08:00
PrisonCamp b1c157ce9e *Added back cells to Mos Eisley Cantina
*Added back cells to Mos Eisley Starport
*Added cell objects
*Added Missing Space Spawners for both NPCs and Crafting Stations
*Locked static containers so players cannot access them
*Began work on faction banners
*Added city map location spawner
*Permanently added GCW City Spawner
*Added spawnegg for distant ships flying overhead
*Added various droid spawners and waypoints
*Added various guard spawners and waypoints
*Added various jawa spawners and waypoints
*Added many static NPCs conversing
*Added some static Jawas conversing
2014-12-23 02:02:23 -08:00
prisoncamp 2332ebd02c Merge pull request #15 in SWGNXT/dsrc from miscFixes to nge-content
* commit 'edcacc5d86e7697a32f13aee0ad3e32873f819f1':
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added missing NPCs to cantina spawner table.  All NPCs that spawned originally in the cantina should now be there.
  Fixed issue with shuttleport not working. Attached necessary cantina scripts and vard to cantina building. Added cantina spawner table for Life Day and normal NPCs.
  Fixed issue with shuttleport not working
2014-12-19 02:48:04 -05:00
prisoncamp 76e593ef43 Merge pull request #15 in SWGNXT/dsrc from miscFixes to nge-content
* commit 'edcacc5d86e7697a32f13aee0ad3e32873f819f1':
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added OnAttach trigger in order to allow for script to function in other spawning methods.
  Added missing NPCs to cantina spawner table.  All NPCs that spawned originally in the cantina should now be there.
  Fixed issue with shuttleport not working. Attached necessary cantina scripts and vard to cantina building. Added cantina spawner table for Life Day and normal NPCs.
  Fixed issue with shuttleport not working
2014-12-19 02:48:04 -05:00
Redacted by Stellabellum INC 9abbd26dbd Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:45:00 -08:00
PrisonCamp edcacc5d86 Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:45:00 -08:00
Redacted by Stellabellum INC 877a8eaec6 Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:44:54 -08:00
PrisonCamp 2016d368e1 Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:44:54 -08:00
Redacted by Stellabellum INC e0833b29dd Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:44:46 -08:00
PrisonCamp 65227065e1 Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:44:46 -08:00
Redacted by Stellabellum INC 7fb75f6371 Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:44:39 -08:00
PrisonCamp f25766f644 Added OnAttach trigger in order to allow for script to function in other spawning methods. 2014-12-18 23:44:39 -08:00
Redacted by Stellabellum INC 7f4f9760af Added missing NPCs to cantina spawner table. All NPCs that spawned originally in the cantina should now be there. 2014-12-18 23:43:51 -08:00
PrisonCamp 84db7603ba Added missing NPCs to cantina spawner table. All NPCs that spawned originally in the cantina should now be there. 2014-12-18 23:43:51 -08:00
Redacted by Stellabellum INC 6f50c2a2c5 Fixed issue with shuttleport not working.
Attached necessary cantina scripts and vard to cantina building.
Added cantina spawner table for Life Day and normal NPCs.
2014-12-18 23:42:58 -08:00
PrisonCamp ac8c8b09e2 Fixed issue with shuttleport not working.
Attached necessary cantina scripts and vard to cantina building.
Added cantina spawner table for Life Day and normal NPCs.
2014-12-18 23:42:58 -08:00