Commit Graph
422 Commits
Author SHA1 Message Date
PrisonCamp ac24ea8562 Created a datatable for missing Imperial Outpost Hospital building spawns 2015-01-03 02:54:20 -08:00
PrisonCamp dae0505d71 Created a datatable for missing Dearic Capitol building spawns 2015-01-03 02:53:50 -08:00
PrisonCamp 09a9b50937 Added missing static conversation NPCs 2015-01-03 02:53:17 -08:00
PrisonCamp a72971249f Added missing static conversation NPCs 2015-01-03 02:52:56 -08:00
PrisonCamp 4f5e0742f3 Added missing outside NPCs and inside static conversation NPCs 2015-01-03 02:52:34 -08:00
PrisonCamp 337f10846a Added missing quest NPCs and static conversation NPCs 2015-01-03 02:52:01 -08:00
PrisonCamp cd6b41b2f0 Fixed location of NPC 2015-01-03 02:51:21 -08:00
PrisonCamp dfb0a4db26 Added missing NPCs to Nashal Cantina 2015-01-03 02:50:58 -08:00
PrisonCamp 7ed84e6b2c Mort now drinks from a cup. 2015-01-03 02:50:23 -08:00
PrisonCamp 021f2e16fc Commented out unnecessary debug message 2015-01-01 15:38:50 -08:00
PrisonCamp c2a5792f5f Added and commented out debug message 2015-01-01 15:38:31 -08:00
PrisonCamp 22cae94739 Changed library method to void. 2015-01-01 15:38:09 -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
PrisonCamp da9ffaff2b Added objvars and scripts to cantina, including some for the new spawner. 2015-01-01 01:12:33 -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
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
PrisonCamp e95d063e12 Added missing table for legacy NPC spawn of White Thranta Shipping Co. boss. 2014-12-31 02:11:14 -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
PrisonCamp 3c231804e4 Changed Jedi meditation buffs to last 30 minutes, rather than 4 minutes. 2014-12-29 13:44:08 -08:00
PrisonCamp faaf81ee10 Made Megan stay still 2014-12-29 13:43:29 -08:00
PrisonCamp 8986a50855 Made Kliknik Queen stay still 2014-12-29 13:43:13 -08:00
PrisonCamp 38d692b80e Took out unnecessary spawn and replaced with missing Junk Dealer Spawn. 2014-12-23 02:03:40 -08:00
PrisonCamp 916d9d00c6 Bartenders will now face you when conversing. 2014-12-23 02:03:10 -08:00
PrisonCamp 005e8bf148 Fixed spawner issue 2014-12-23 02:02:53 -08:00
PrisonCamp 6c28f75490 Fixed spawner issue 2014-12-23 02:02:45 -08:00
PrisonCamp b4ee17dd61 Fixed spawner issue 2014-12-23 02:02:38 -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 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
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
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
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
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
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
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
PrisonCamp a66ae17b8c Fixed issue with shuttleport not working 2014-12-18 23:41:48 -08:00
prisoncamp 0c5701516b Merge pull request #14 in SWGNXT/dsrc from wuherFix to nge-content
* commit 'df3bbe491d92a05e97b8b7ab0c2194b8cc038533':
  Fixed Restuss Bank not properly spawning
  Added Planet Location for Naboo Salons
  Added Planet Location for Corellian Salons
  Added Weather for Yavin IV
  Added Weather for Tatooine
  Added Weather for Talus
  Added Weather for Rori
  Added Weather for Naboo
  Added Weather for Lok
  Added Weather for Endor
  Added Weather for Dathomir
  Added Weather for Dantooine
  Added Weather for Corellia
  Added Missing Wuher Template
  The static, large Naboo power generator building can now be seen from 2000m away.
  The Naboo Hangar can now be seen from a farther distance
2014-12-14 18:47:19 -05:00
PrisonCamp df3bbe491d Fixed Restuss Bank not properly spawning 2014-12-14 15:41:03 -08:00
PrisonCamp 77f6734451 Added Planet Location for Naboo Salons 2014-12-14 15:40:43 -08:00
PrisonCamp ce2dbc5b30 Added Planet Location for Corellian Salons 2014-12-14 15:40:26 -08:00
PrisonCamp ae82ad9804 Added Weather for Yavin IV 2014-12-14 15:40:08 -08:00
PrisonCamp 2a20bae932 Added Weather for Tatooine 2014-12-14 15:39:54 -08:00
PrisonCamp 021aac6bca Added Weather for Talus 2014-12-14 15:39:46 -08:00
PrisonCamp 74262574a0 Added Weather for Rori 2014-12-14 15:39:37 -08:00
PrisonCamp 0b785c4b2a Added Weather for Naboo 2014-12-14 15:39:29 -08:00
PrisonCamp e5f6d2dab0 Added Weather for Lok 2014-12-14 15:39:18 -08:00
PrisonCamp 779f233027 Added Weather for Endor 2014-12-14 15:39:08 -08:00
PrisonCamp 65065a9aa5 Added Weather for Dathomir 2014-12-14 15:39:00 -08:00
PrisonCamp 9a08f850b2 Added Weather for Dantooine 2014-12-14 15:38:50 -08:00
PrisonCamp c610c453a0 Added Weather for Corellia 2014-12-14 15:38:39 -08:00
PrisonCamp 4a3dd1397b Added Missing Wuher Template 2014-12-14 10:38:05 -08:00