Light2
c3772e3246
Added xp gain on killing NPCs, fixed some bugs, added 2 new config options
2014-03-26 23:37:10 +01:00
Light2
d1a7f20177
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
...
Conflicts:
src/resources/objects/creature/CreatureMessageBuilder.java
src/resources/objects/creature/CreatureObject.java
src/services/PlayerService.java
2014-03-25 20:14:16 +01:00
Light2
3e265ed6c5
some bug fixes, updated engine with support for new .trn versions, refactored some code with new Java 8 syntax, changed compiler to java 8
2014-03-25 20:08:01 +01:00
Waverunner
c4093f215c
Created new SkillMod class for SWGList, minor fix to Inspiration buff applying to self
...
Line 1181 in CreatureMessageBuilder needs to be uncommented. When it is,
after a couple skill mod delta's are sent, a crash occurs. I'm unsure on
how to fix it.
2014-03-24 16:25:37 -04:00
Waverunner
9b3d822bc4
Added /covercharge, p. effect abilities use highest effect for your level, bug fixes
...
(Added) Entertainers can now add Cover Charges for their performance
(Feature) Using a performance effect that has multiple effect levels
will use the highest effect for the entertainers level
(Code) Added 2 new methods (Jython and Java version) for Input Boxes
that automatically adds the input text to return list.
(Code) Moved essential spectating code from /watch script to
startSpectating
(BugFix) Fixed Null Error when trying to cancel Experience tick if
leveled with a cheat.
(BugFix) Fixed system messages error on performance abilities
2014-03-24 11:07:30 -04:00
Waverunner
0f390c063b
No exp for entertainer above 90, fixed unity radial, changed giveItems
2014-03-23 15:59:29 -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
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
ca1ff0b98f
Fixed buffer for sendListDelta
2014-03-22 10:55:29 -04:00
Treeku
ecdbfd5f80
Fixed creature SWGLists
2014-03-21 23:44:39 +00: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
Treeku
28da4fc620
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-03-19 20:40:56 +00:00
Treeku
9a100ee49f
lookAtTarget (cursor) intendedTarget (target)
...
Updated target's position in the baseline.
The two unknown longs were the lookAtTarget (thing you cursor is
hovering over), which I believe probably comes before the actual target.
This could improve radial menus if the order is right, and allow them to
work even if you don't have the object targetted.
2014-03-19 20:36:43 +00: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
0633c410be
Labelled a few CREO variables
2014-03-19 18:53:25 +00:00
Waverunner
e0ca1ea7b2
Range check on performances for spectators
2014-03-17 16:49:50 -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
Waverunner
53669148eb
Finished Character Sheet, Fixed TARGET_UPDATE, Able to marry players now
2014-03-12 19:50:22 -04:00
Light2
52136c2b36
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
...
Conflicts:
src/protocol/swg/ObjControllerMessage.java
src/resources/objects/player/PlayerMessageBuilder.java
src/services/travel/TravelService.java
2014-03-10 00:42:19 +01:00
Light2
807025ec0b
more work on AI, added odb for object id(should hopefully fix object id duplicates), fixed tons of bugs
2014-03-10 00:33:34 +01:00
Waverunner
b31ed75912
Added CharacterSheetResponseMessage, added spouseName variable to PlayerObject
2014-03-09 11:52:08 -04:00
Waverunner
27b4a881c0
Fixed XP Crash
2014-03-09 10:59:11 -04:00
Waverunner
44fa7e0b94
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2014-03-08 18:10:39 -05:00
Waverunner
b08b7eaae7
Added proffessionWheelPosition delta, changed walkspeed, added skillmods
2014-03-08 18:10:27 -05:00
Treeku
e7bf223f41
XP List fix
2014-03-08 21:09:54 +00:00
Ziggeh
98540f9ca5
Merge remote-tracking branch 'upstream/master'
2014-03-07 15:59:25 +01:00
Treeku
697f24a45e
Fixed warnings, improvements
2014-03-03 19:52:27 +00:00
Treeku
2b20d1ee6a
Removed z.exp, changed Delta
2014-03-03 19:52:23 +00:00
Ziggeh
b5e5916bb9
Weapons - Fixed incorrect DPS calculation
2014-03-03 17:17:12 +01:00
Ziggeh
463e27fb65
Weapons - Fixed a problem with DPS calculation
...
It wasn't checking if the weapon actually had elemental damage.
2014-03-03 17:04:45 +01:00
Waverunner
a2c361d612
Added biographies, fixed title commands error
2014-02-19 14:45:02 -05:00
Treeku
0ec2ace30d
customName delta for TANOs (2)
2014-02-15 09:01:32 +00:00
Treeku
02328a0c73
customName delta for TANOs (1)
2014-02-15 08:58:08 +00:00
Treeku
fe1f6f2e4b
Fixed potential error
2014-02-14 11:23:28 +00:00
Treeku
57deb504f7
Temporary patch for ents
2013-12-30 14:31:17 +00:00
Light2
e8da49a12f
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2013-12-28 19:17:41 +01:00
Light2
acf78858a6
some bug fixes + updated engine with networking fixes
2013-12-28 19:16:51 +01:00
Treeku
0a046551f1
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2013-12-22 23:57:24 +00:00
Treeku
fb0de037f0
GetOption()
2013-12-22 23:01:23 +00:00
Waverunner
aea5f3a4b8
Fixed list update issues with friend and ignore list, /findfriend now destroys existing wp's, fixed string bug on updating wps
2013-12-17 19:00:24 -05:00
Treeku
0696edef9d
Added null checks to addFriend.py
2013-12-16 11:32:16 +00:00
Treeku
a0da317c9b
LD flag is now removed on logging in
2013-12-16 05:48:11 +00:00
Waverunner
6fc258a8f8
Waypoint color can be changed now, added missing starports to planet map, player flags now work
2013-12-15 13:14:36 -05:00
Treeku
fac5422198
ServerFirsts now award a badge
2013-12-15 08:53:50 +00:00
Light2
8f1c15102c
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
2013-12-15 02:15:20 +01:00
Light2
60373502e1
Added shutdown command, added character limit
2013-12-15 02:15:08 +01:00