Commit Graph
1763 Commits
Author SHA1 Message Date
CharonInferar e61ced824b Merge remote-tracking branch 'origin/master' into Fixes 2014-08-16 21:41:55 +02:00
CharonInferar 1c676d8ddd Fixed KBT #65, 182 and AI-related commandService bug 2014-08-16 21:39:26 +02:00
Viaron dbec5fd321 Merge pull request #1161 from zingzing175/master
Added getStationName admin command.
2014-08-15 23:36:03 -04:00
Zing cbe7372c95 Added getStationName admin command. 2014-08-15 20:03:46 -07:00
Waverunner a62a56c868 Changed setgodmode.py back to earlier version (accidental commit from 1st questservice commit) 2014-08-15 18:16:45 -04:00
Waverunner 5cf7367e61 Fixed buildouts besides buildings and their children not being added to quadtree
Fixed some bugs with retrieving quest items
Changed quest service's next task method to temporarily not auto-advance
to next quest if it's defined - will be re-enabled when most of task
types are done
Changed buildout objects to load server templates (unsure why they were
not loaded before)
Fixed SpawnPoint odb save error
2014-08-15 18:04:47 -04:00
Waverunner ffbe209207 Added handling of retrieve item quests, Added handling of giving quest rewards
Note: All changes may not be listed! Please view changes to get a better
idea, lots of changes compared to what I had before!
Changed ShowLootBox to use object id's instead of SWGObject
Added "A Speeder For Me" quest
Fixed quests so they advance to the next step properly and complete
properly
2014-08-15 11:34:58 -04:00
Zing 29c3777595 Added /createCreature command 2014-08-13 20:01:51 -07:00
Waverunner da568bac1d Changed quest data to retrieve info from Datatables, Added basis for automation of QuestTask's
Fixed /waypoint method for getting planet crc's
Fixed quest crc's for quest scripts in children folders
Fixed some admin commands not being executed (no longer case sensitive)
Changed accessLevel to be gotten from database until ready to switch to
client
2014-08-13 16:21:51 -04:00
Ziggeh d01c0e8b70 Merge pull request #1155 from zingzing175/master
Fixed Character builder terminal.
2014-08-13 11:03:39 +02:00
Viaron 87beb92523 Changed /activateQuest System Message (cuz OCD) 2014-08-13 03:35:48 -04:00
Zing 4fde3413c8 Fixed Character builder terminal. 2014-08-12 22:53:00 -07:00
Zing 16729913b1 Fixed relogging after character has fully despawned. Changed /server admin command 2014-08-12 21:35:51 -07:00
Waverunner b581118ad3 Added implementation of parsing data from quest files
Added methods for checking if a quest is completed and if they have a
quest.
Updated SWGList to account for the special format of Quest list deltas.
Added method that shows a quest in a window
2014-08-12 19:03:19 -04:00
tacef 14285fd169 Merge pull request #1152 from tacef/master
Updated Standard Issued Clothing box
2014-08-12 17:27:37 +02:00
tacef 537e634ee4 Added Customservertemplates for Wookie clothings
Updated Standard Issued Equipment box to not throw an exception and use
all wookiee scripts
2014-08-12 17:19:29 +02:00
tacef ba9d9b90d7 Added Customservertemplates for Ithorian clothings
Changed Standard Issued Equipment Box to use Ithorian
Customservertemplates
Fixed Exception cause by the Standard issued Equipment box
2014-08-12 15:29:15 +02:00
tacef 14d216c2d1 Merge pull request #1149 from tacef/master
Changed Standard Issued Equipment Box
2014-08-12 11:37:25 +02:00
tacef cfed90da60 Changed Standard Issued Equipment Box
It will now check for Ithorians and Wookiees.
TODO: Customscripts
2014-08-12 11:36:19 +02:00
Ziggeh 7f3f9bc720 Revert "Fixed incorrect admin command name in QA"
This reverts commit 58f1549bb7.
2014-08-12 11:29:40 +02:00
Ziggeh 58f1549bb7 Fixed incorrect admin command name in QA 2014-08-12 11:28:55 +02:00
Ziggeh a96133e3ad Added specialLine script for Shockwave 2014-08-12 11:02:40 +02:00
Ziggeh 9fbd7a58b1 Fixed an issue where Force Lightning had its armor bypass set twice 2014-08-12 10:37:19 +02:00
Ziggeh 8985cb1954 Fixed an issue where Force Drain had its armor bypass set twice 2014-08-12 10:35:37 +02:00
Ziggeh 315c92bd6d Changed Maelstrom to use a specialLine script 2014-08-12 10:32:55 +02:00
Ziggeh 7a7df3e1d3 Changed Force Sweep to use a specialLine script 2014-08-12 10:31:12 +02:00
Ziggeh 36b258fbf1 Changed Crippling Vortex to use a specialLine script 2014-08-12 10:30:17 +02:00
Ziggeh 90db0baf57 Changed Thrill to use a specialLine script 2014-08-12 10:28:21 +02:00
Ziggeh 12193df268 Changed Leg Strike to use a specialLine script 2014-08-12 10:24:08 +02:00
Ziggeh 76a782c5fb Changed Officer Heal to use a specialLine script 2014-08-12 10:19:15 +02:00
Ziggeh 9edc3c6856 Changed Paint Target to use a specialLine script 2014-08-12 10:16:32 +02:00
Ziggeh 9ee1b179d4 Changed Decapitate to use a specialLine script 2014-08-12 10:15:15 +02:00
Ziggeh 1f329c1651 Changed Jedi Strike to use a specialLine script 2014-08-12 10:13:56 +02:00
Ziggeh 6fbdd98526 Changed Void Dance to use a specialLine script 2014-08-12 10:12:32 +02:00
Ziggeh 13fe918623 Changed Spiral Kick to use a specialLine script 2014-08-12 10:11:19 +02:00
Ziggeh 7ddaa6cdf4 Changed Ambush for BH to use a specialLine script 2014-08-12 10:06:32 +02:00
Ziggeh f8f3fd8bc4 Fixed incorrect module name in gmForceCommand 2014-08-12 10:01:55 +02:00
Waverunner 38b532d27b Added Quest Service, Added /activateQuest command for admins 2014-08-11 21:13:28 -04:00
Waverunner 3e38cc7646 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-11 10:56:01 -04:00
Waverunner 6f141678d5 Added option to clear characters table
Fixed planets that were trying to load a snapshot file which did not
exist
Changed /teleporttarget to take a command argument if a player is not
selected
2014-08-11 10:55:20 -04:00
Viaron 7e46321bc0 Changed /setgodmode to /gmforcecommand 2014-08-11 10:43:29 -04:00
Ziggeh c8ab856313 Changed admin system 2014-08-11 08:28:38 +02:00
tacef ddf40c56a2 Merge pull request #1133 from tacef/master
Change Renamed Commando Boots Templatefile
2014-08-10 19:15:01 +02:00
tacef 27f985e5de Removed wrong file 2014-08-10 19:13:27 +02:00
tacef 19dfa94bee Changed Renamed Commando boots file 2014-08-10 19:12:41 +02:00
tacef be29cd025e Merge pull request #1132 from tacef/master
Fixed Typo's in Standard Issued box and trader shirt
2014-08-10 18:04:20 +02:00
tacef 1c351d723e Fixed Typo's in Standard Issued box and trader shirt 2014-08-10 18:03:44 +02:00
Waverunner b66786eae7 Added bounty droids to CBT 2014-08-10 10:53:31 -04:00
CharonInferar 724ab44bfb Extended clean up 2014-08-10 15:32:16 +02:00
CharonInferar 058a3549e7 Merge remote-tracking branch 'origin/master' into Invasions 2014-08-10 14:28:41 +02:00