Commit Graph
3403 Commits
Author SHA1 Message Date
Ziggeh 7ddaa6cdf4 Changed Ambush for BH to use a specialLine script 2014-08-12 10:06:32 +02:00
Ziggeh cacd6292cf Added specialLine scripts
This will greatly reduce the amount of duplicate combat command scripts.
2014-08-12 10:05:10 +02:00
Ziggeh 5f4f3d1132 Added specialLine field to CombatCommand 2014-08-12 10:04:36 +02:00
Ziggeh 8476cfc709 Fixed casting error in WeaponObject 2014-08-12 10:02:25 +02:00
Ziggeh f8f3fd8bc4 Fixed incorrect module name in gmForceCommand 2014-08-12 10:01:55 +02:00
Ziggeh 197c4a81d1 Changed a few minor things in WeaponObject baselines 2014-08-12 08:58:57 +02:00
Waverunner 2c9e6bc423 Added missing command to leads.txt 2014-08-11 22:24:50 -04:00
Waverunner c47ede5d7b Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-11 21:14:02 -04:00
Waverunner 38b532d27b Added Quest Service, Added /activateQuest command for admins 2014-08-11 21:13:28 -04:00
Viaron ccb30162ca Updated Access Levels. 2014-08-11 12:16:20 -04:00
Waverunner 625d2a7e1c Part of commit 6f14167 2014-08-11 11:01:37 -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 948a4377ef Added server side client version check 2014-08-11 16:02:59 +02:00
Ziggeh a406e83d2f Renamed godLevel to adminTag
When set to 1, 2, 3 or 4 an additional title is granted to the player.
2014-08-11 15:13:15 +02:00
Ziggeh d7d64d1527 Fixed a camouflage detection problem
Incorrect skillmod name
2014-08-11 13:55:15 +02:00
Ziggeh 36a930dfcf Fixed a house access problem 2014-08-11 12:33:38 +02:00
Ziggeh 93f32546b1 Removed unused condition from if-statement in CommandService 2014-08-11 10:36:53 +02:00
Ziggeh eefa3f416f Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-11 09:28:52 +02:00
Ziggeh 447a0b14e1 Fixed nullpointers in the admin system 2014-08-11 09:28:15 +02:00
Viaron 174bf46acc Changed EC Access Level. 2014-08-11 03:23:29 -04:00
Viaron f08c8ee7cc Added QA Access Level. 2014-08-11 03:22:49 -04:00
Viaron 44570f6f21 Updated several access levels 2014-08-11 03:19:19 -04:00
Viaron e0bd4ecc57 Added EC Access Level. 2014-08-11 03:17:17 -04:00
Viaron 494742d09a Added CS Access Level. 2014-08-11 03:08:36 -04:00
Viaron 11a2e0ebac Added STAFF access level. 2014-08-11 03:02:02 -04:00
Viaron 69c327c979 Added LEAD access level. 2014-08-11 02:52:16 -04:00
Ziggeh df5c52c086 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-11 08:50:23 +02:00
Ziggeh 181b4301d9 Removed debug print from CommandService 2014-08-11 08:50:20 +02:00
Viaron 50a4121698 Merge branch 'master' of https://github.com/projectswgcore/ngecore2 2014-08-11 02:48:10 -04:00
Ziggeh 75ef060739 Changed a check in HousingService to use the updated admin system 2014-08-11 08:46:07 +02:00
Viaron e286936a78 Updated DEV access level 2014-08-11 02:45:55 -04:00
Ziggeh c8ab856313 Changed admin system 2014-08-11 08:28:38 +02:00
Viaron f78a2672cd Changed options.cfg default Iso Test Value to 0. 2014-08-11 00:13:06 -04:00
Viaron 01ca601441 Updated options.cfg 2014-08-11 00:10:35 -04:00
Waverunner 291acd5e22 Added Options config field to NGECore class 2014-08-10 21:08:51 -04:00
CharonInferar 556c783b1b Merge pull request #1136 from CharonInferar/Invasions
Added invasion enable option
2014-08-11 00:14:57 +02:00
CharonInferar 7e8d5e256b Added invasion enable option
Invasions can be toggled in options.cfg for users with
low-end machines that are not suited for calculation-intense server
operation.
2014-08-11 00:13:52 +02:00
CharonInferar 95120b25e1 Merge remote-tracking branch 'origin/master' into Invasions 2014-08-11 00:04:08 +02:00
tacef 6847607297 Fixed Typo's in Standard Issued box and trader shirt 2014-08-11 00:03:24 +02:00
CharonInferar 015177ee90 Merge pull request #1135 from CharonInferar/IsolationTest
Added Isolation Test Option
2014-08-10 23:55:39 +02:00
CharonInferar 31403931e1 Added Isolation Test Option
Set to 1 in options.cfg to have all players spawn at 0,0,0 in the desert
and disable NPC/Lair spawns server-wide.
Useful to reduce clutter in packet captures for debugging purposes
2014-08-10 23:54:16 +02:00
Waverunner 8e27031fe4 Fixed profession skills not being given when creating character 2014-08-10 16:03:44 -04:00
Waverunner 78af85279e Updated engine 2014-08-10 14:52:20 -04:00
Waverunner 71763ede3d Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2014-08-10 13:57:28 -04:00
Waverunner 53f08b1952 Fixed bug that removed clothes when loading in for first time 2014-08-10 13:57:13 -04:00
Waverunner 2e11b9e509 Merge pull request #1128 from Treeku/WaypointObjectRefactor
Waypoint object refactor
2014-08-10 13:16:16 -04: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