Commit Graph
173 Commits
Author SHA1 Message Date
Waverunner 5b2ce53cb3 Merge pull request #229 from ProjectSWGCore/Wave_Entertainer
Merge Wave_Entertainer
2014-03-23 16:06:38 -04:00
Waverunner 0f390c063b No exp for entertainer above 90, fixed unity radial, changed giveItems 2014-03-23 15:59:29 -04:00
Seefo bd228e971a Fixed issue #227 and #202 2014-03-23 15:03:44 -04:00
Waverunner d108353614 Merge remote-tracking branch 'origin/master' into Wave_Entertainer
Conflicts:
	src/services/BuffService.java
	src/services/collections/CollectionService.java
2014-03-23 14:32:45 -04:00
Waverunner 679f427759 Merge pull request #223 from Ziggeh/master
Scripts - Roadmap rewards are now located in profession roadmap scripts
2014-03-23 14:06:55 -04:00
Seefo d00aa83050 Fixed a few exploits. See extended.
Skills obtained through the expertise system are now validated to make
sure they are legitimate expertise skills.
Player expertise points are also now factored in instead of letting the
client do all the calculations.
Command "setcurrentskilltitle" now checks if the player has obtained the
skill title to prevent abuse of the command.
2014-03-23 12:27:42 -04:00
Ziggeh a024ea8fee Jedi - Jedi Strike ACR was incorrectly affecting Flurry 2014-03-23 06:54:42 +01:00
Ziggeh edd91900e6 Bounty Hunter - Added Ambush Damage/Critical/Action cost 2014-03-23 06:53:06 +01:00
Ziggeh 9a82b2cd46 Bounty Hunter - Added Assault Damage 2014-03-23 06:38:41 +01:00
Ziggeh 1acefc8c38 Medic - Buffs are now applied correctly 2014-03-23 05:09:22 +01:00
Ziggeh b6f89c1139 Officer - Inspiration and Drillmaster are now added to the group 2014-03-23 03:09:47 +01:00
Ziggeh 993f9b657e Officer - Scatter is now added to the group 2014-03-23 03:06:57 +01:00
Ziggeh ac7136edc7 Officer - Fixed buff duration and errors 2014-03-23 02:59:25 +01:00
Waverunner d5f91ab3a1 Merge remote-tracking branch 'origin/master' into Wave_Entertainer
Conflicts:
	scripts/commands/colorlights.py
	scripts/commands/dazzle.py
	scripts/commands/firejet.py
	scripts/commands/smokebomb.py
	scripts/commands/ventriloquism.py
2014-03-22 11:56:54 -04:00
Waverunner ffc9aec1b1 Added Inspiration ticks, effects for Multi-Tier Performance Abilities
(BugFix) Build-A-Buff applies correct stats now
-- NOTE: Stats that the player does not have yet may not show in
character sheet but the server will recognize still recognize their new
stats
(Added) Inspiration Ticks
(BugFix) Inspiration Buffs time corresponds to the players inspiration
ticks.
(BugFix) "Watch" on radial menu working again
(Added) Put in the effects for the multi-tiered performance abilities
(Feature) You can now type /[performance effect] [tier number] to use
that specific effect
(BugFix) showFlyText boolean for showing to observers or not (fixes
other players exp gain shown to other players)
(Code) Few minor additions/fixes
2014-03-22 11:47:37 -04:00
Waverunner 38f8145fbd mis-spelled laser 2014-03-20 18:39:48 -04:00
Waverunner 3815cda6c1 Fixed system message errors from previous commit 2014-03-20 18:14:40 -04:00
Waverunner ca4e0559a1 Added performance effects, fixed band flos, minor ent service code changes
(Bug Fix) Band Flourishes will now give experience
(Added) Performance Commands
(Code) Changed to ConcurrentHashMap for performance tables
2014-03-20 18:00:13 -04:00
Waverunner cf55c5968f Revert "Fixed starterclothing script, added startInstance to setgodmode command"
This reverts commit 119451e293.
2014-03-19 16:33:26 -04:00
Waverunner 119451e293 Fixed starterclothing script, added startInstance to setgodmode command 2014-03-19 16:11:22 -04:00
Waverunner 6cc9b9d60e Merge branch 'Wave_Entertainer' 2014-03-19 15:59:58 -04:00
Waverunner d210dc7ad7 Added posture checks, radial script for player objects, bug fixes
(Bug Fix) Must now wait before performing multiple flourishes
(Bug Fix) Can no longer propose to yourself (aka your hand)
(Bug Fix) Fixed some strings that didn't have variables
(Added) Posture checks before Skill Animating
(Added) Additional radial options show on players
2014-03-19 15:56:52 -04:00
Treeku 45426e576c Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	src/services/ConnectionService.java
2014-03-19 19:50:13 +00:00
Treeku 0ef12787bb Instance implementation 2014-03-19 19:43:29 +00:00
Treeku 9f04884aa3 Merge pull request #207 from xbang21/master
Fixed & added some missing buffs
2014-03-18 00:57:51 +00:00
xbang21 b28da5bcd0 fixed giveitem 2014-03-17 20:40:15 -04:00
Waverunner e0ca1ea7b2 Range check on performances for spectators 2014-03-17 16:49:50 -04:00
Waverunner 8d81e26504 Forgot a 0 2014-03-16 15:26:42 -04:00
Waverunner dfd68c11d6 Range checks for /inspire and /watch 2014-03-16 13:42:19 -04:00
Waverunner 97f4db58d1 Buff Windows now close, changed formula used for stats on inspiration buffs, minor changes overall to entertainer 2014-03-16 13:01:30 -04:00
xbang21 d4e05ff84c Delete giveitem.py 2014-03-14 21:48:24 -04:00
xbang21 d581cc94cb Fixed some debuffs and buffs
- added all entertainer debuffs and buffs
- fixed  some movement related buffs
2014-03-14 21:35:53 -04:00
Waverunner 53669148eb Finished Character Sheet, Fixed TARGET_UPDATE, Able to marry players now 2014-03-12 19:50:22 -04:00
Waverunner b0172a87d6 Fixed method 2014-03-08 14:00:21 -05:00
Waverunner ef1f1ffc41 Created giveItems method, changed ShowLootBox constructor
Method used for giving a player items and will also display the "New
Items" message.
2014-03-08 12:27:48 -05:00
Waverunner ba705d3285 Added "New Items" reward packet (ShowLootBox) 2014-03-07 17:21:25 -05:00
Waverunner cae91b7317 Added CreateClientPathMessage for noob paths, caught GetSpecificMapLocationsMessage 2014-03-05 14:43:21 -05:00
Waverunner 596f14303d Added PlayerMoneyResponse/Request, started work on CommPlayerMessage 2014-03-03 18:54:54 -05:00
Waverunner a2c361d612 Added biographies, fixed title commands error 2014-02-19 14:45:02 -05:00
Waverunner 98b84026e4 Fixed startup error 2014-02-15 16:51:04 -05:00
Waverunner 786451b3af Fixed Animation packet buffer error, GM command added for testing animations 2014-02-15 15:03:25 -05:00
Light2 0408e40774 Merge pull request #180 from Ziggeh/master
Force Protection on Jedi robes and item restrictions
2013-12-28 11:12:36 -08:00
Ziggeh 0240d6499f Items - Factional restrictions 2013-12-28 17:51:35 +01:00
Treeku f9eb50b02a Fixed toggledisplayingfactionrank 2013-12-28 16:16:11 +00:00
Treeku 9afcd4fb28 Fixed toggleawayfromkeyboard 2013-12-28 16:14:52 +00:00
Ziggeh 08d1e68df8 Revert "Jedi - Soothing Aura now handled in scripts"
This reverts commit 7a108a9c02.
2013-12-24 18:02:50 +01:00
Ziggeh b26374faf7 Items - Profession restrictions 2013-12-24 00:23:17 +01:00
Ziggeh 9b87d4b91c Jedi - Added Sweep Cooldown Reduction modifiers 2013-12-21 01:35:12 +01:00
Ziggeh 0775adb2d8 Jedi - Added Strike cooldown reduction modifier 2013-12-21 01:31:00 +01:00
Ziggeh af18a56e05 Jedi - Action Cost Reduction for Sweep 2013-12-20 22:49:43 +01:00