Undercova
229b36b7ef
Delete set_bonus_spy_utility_b_2.py
2014-04-18 12:44:35 +02:00
Undercova
fdd9b1c86c
Delete set_bonus_spy_utility_b_3.py
2014-04-18 12:44:30 +02:00
Undercova
829748dc51
Delete set_bonus_hero_3.py
2014-04-18 12:44:24 +02:00
Undercova
36086fed11
Delete set_bonus_hero_2.py
2014-04-18 12:44:15 +02:00
Undercova
935079cee3
Delete set_bonus_hero_1.py
2014-04-18 12:44:08 +02:00
Undercova
7260b8b936
Delete set_bonus_bh_utility_b_3.py
2014-04-18 12:44:02 +02:00
Undercova
dac01c9ba7
Delete set_bonus_bh_utility_b_2.py
2014-04-18 12:43:49 +02:00
Undercova
71099264fe
Delete set_bonus_bh_utility_b_1.py
2014-04-18 12:42:34 +02:00
Undercova
5f60b82fc0
Delete set_bonus_bh_utility_a_3.py
2014-04-18 12:42:24 +02:00
Undercova
71bdada849
Delete set_bonus_bh_utility_a_2.py
2014-04-18 12:42:12 +02:00
Undercova
f3a64f7aa3
Delete set_bonus_bh_utility_a_1.py
2014-04-18 12:42:01 +02:00
Undercova
e0a45bd55e
Delete set_bonus_bh_dps_3.py
2014-04-18 12:41:50 +02:00
Undercova
6936a19c9e
Delete set_bonus_bh_dps_1.py
2014-04-18 12:41:35 +02:00
Undercova
1928d550f9
Delete set_bonus_bh_dps_2.py
2014-04-18 12:41:17 +02:00
Waverunner
d5c9d226e3
Fixed #255 : Evasion not exiting combat
2014-04-07 16:22:36 -04:00
Waverunner
edcc6b9c34
Fixed error
2014-04-03 15:59:10 -04:00
Adonaii
b76ca53e9f
Added heroic jewelry scripts
...
Added the scripts for all 3 sets of heroic jewelry buffs for both spy
and medic.
2014-04-01 23:45:33 -04:00
Doogla
6d53f8a8f3
Added Abilities and Bug Fixes
...
Fixed Jedi Stance
Fixed BH Sprint
Added BH Shields (not fully working yet)
Fixed an error on Commando Pinpoint Shielding Tree
2014-03-30 05:00:44 -07: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
cf5c36dd29
Added Buff Workshop Collection, hologram variable to creatureobject
...
(Added) BuffWorkshop Collection
(Code) Added hologram variable to CreatureObject
(BugFix) Inspiration ticks stop at max duration
2014-03-23 13:42:18 -04:00
Ziggeh
7f5c7dc03a
Officer - Fixed Tactics Duration
2014-03-23 07:07:27 +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
Treeku
d1fff9e069
Fixed buff duration check, fixed group buffs
...
- The duration needed to be set on the buff object "before "the buff is
actually added. Because of this, I made the distinction between setup(0
(setting up the buff object) and add() (adding the buff stats to the
player).
- Group buffs would add the buff based on each individual player's
skillmods instead of the buffer's. Due to this, I made a "buffer"
parameter for doAddBuff(). If there is a buffer, regardless of it's a
buffer within our group, we can specify them, otherwise provide null.
2014-03-22 02:07:53 +00:00
Treeku
9f04884aa3
Merge pull request #207 from xbang21/master
...
Fixed & added some missing buffs
2014-03-18 00:57:51 +00: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
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
Ziggeh
566014d74f
Medic - Evasion chance is now removed upon buff expiration
2013-12-20 14:43:16 +01:00
Treeku
b6c9e74859
Merge branch 'master' of https://github.com/xbang21/NGECore2 into xbang21-master
...
Conflicts:
src/services/combat/CombatCommands.java
2013-12-12 14:34:24 +00:00
xbang21
d54033a0c6
Finished Medic Buffs and Debuffs
...
Medic buff times with expertise tested and work properly in and out of a
group
2013-12-11 20:15:02 -05:00
DAK-
5f88bab13b
Bounty Hunter: Take Cover & Armor Sprint
...
Registered commands, added buff and command scripts.
Buffs apply, needs further testing.
2013-12-11 04:48:45 -06:00
DAK-
251b159b13
Bounty Hunter: Return Fire
...
Buff and command works, cools down and is modified by skill mods, (i.e.
from "Enforcer set")
2013-12-11 03:20:55 -06:00
Ziggeh
8b21e32f6a
Added First Aid Training (commando)
2013-12-08 12:16:26 +01:00
Levarrishawk
b0a1d2f3d8
Added Stats to Light Jedi Robes
2013-12-04 20:27:29 -05:00
Light2
f8362d338b
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2013-12-02 23:59:28 +01:00
Light2
30e1e1c8ec
Added collidable areas which can trigger a script, started work on AI, fixed position secured, updated engine
2013-12-02 23:58:22 +01:00
Treeku
d85e17775d
Added cAble's innate_reduction_all_mob for armor break
2013-12-02 22:18:27 +00:00
Light2
f2b156cb61
Added group buffs
2013-11-27 00:11:48 +01:00
Waverunner
4f94664584
Added ent skillmods, fixed attribute points in buff workshop
2013-11-25 17:00:32 -05:00
Light2
bb085477c4
Added Heal Over Time buffs, finished most of commando except kill meter and some abilities
2013-11-25 22:10:33 +01:00
Waverunner
4d66b33344
Inspire Buff applies to Buff Recipient now
...
Don't know how to resolve these issues:
Stat's aren't updating in character sheet correctly
Time is not showing for buff.
2013-11-21 18:54:01 -05:00
Waverunner
b6921a7dc9
BuffRecipient window now updates properly
2013-11-17 13:21:09 -05:00
Treeku
e3d4b08cec
Force run effect should end properly now
2013-11-08 15:42:45 +00:00
Treeku
07b39b8146
Fixed force run
2013-11-08 15:34:38 +00:00
Doogla
403fa12d07
More Jedi Expertise Work
...
Lots of fixes and updates to Jedi expertise. Everything included in this
update should now work properly, changing the characters stats correctly
based off of expertise choices. Added a line in CombatService that
factors in melee damage increases from expertise when determining raw
damage.
2013-11-08 10:17:59 -08:00
Doogla
92fad898f5
Buffs Take 4
...
Going back to including the speed modifier in the buff so it doesn't
make you the flash when leveling.
2013-11-07 11:25:34 -08:00
Doogla
2410853e96
Buffs Take 3
...
Moved the speed modifier of force run to its correct skill mod script
instead of being in the buff itself
2013-11-07 10:47:43 -08:00
Doogla
dd231117c8
Jedi Buff Update (Take 2)
...
No project file this time.
Force Run speed and duration based on expertise (I promise this does
work.)
Saber Block parry affected by expertise
2013-11-07 09:30:03 -08:00
xbang21
b727f22983
fixed tiny bug
2013-11-06 17:40:59 -05:00