Commit Graph
324 Commits
Author SHA1 Message Date
Treeku 2bb9d4e42e Fixed minor PlayerObject persistent error 2013-12-04 03:43:07 +00:00
Treeku befd10c98f Condition attribute updates when condition is set 2013-12-03 22:47:18 +00:00
Treeku 8bfad21de1 Add buff callbacks (buff effcts can be removed)
If the buff as a callback field, define it as a function in the buff
script and do whatever it's supposed to do.  It uses the same params as
the other functions in there do.  For example:

def handleClearBuffEffect(core, actor, buff):
2013-12-03 22:32:38 +00:00
Treeku 9cbbc71e84 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	src/main/NGECore.java
	src/resources/objects/creature/CreatureObject.java
	src/services/object/ObjectService.java
2013-12-03 17:02:35 +00:00
Treeku 0edf9610df Start of FactionStanding, Custom Object Scripts 2013-12-03 16:43:01 +00:00
Treeku 0809361349 PvP & OptionsBitmask refactor
These will need to be used in scripts to make NPCs invulnerable,
conversable, always aggressive, etc.
2013-12-03 16:29:17 +00:00
Treeku d0fe165024 Merge pull request #97 from Ziggeh/master
Cleaned up the Comfortable clothing script for trandoshan males
2013-12-02 15:47:33 -08:00
Ziggeh 18f0c6cc74 Removed unreferenced variable 2013-12-03 00:38:51 +01:00
Treeku f793a1d35c Merge pull request #96 from DAK-/patch-1
Update static_map_locations.py
2013-12-02 15:33:54 -08:00
DAK- ccc3ddf244 Update static_map_locations.py
Vreni Island and Tyrena coordinates fixed.
2013-12-02 17:29:46 -06: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 890e523ba4 Buffs should now play and stop effects automatically 2013-12-02 22:55:26 +00:00
Treeku d85e17775d Added cAble's innate_reduction_all_mob for armor break 2013-12-02 22:18:27 +00:00
Waverunner 6520004a6c Missing return statement 2013-12-02 17:14:28 -05:00
Waverunner 4245bb120a Added Tactical Supply drops, fixed Ithorian clothing error, minor bug fixes and tweaks 2013-12-02 17:08:53 -05:00
Light2 6857bd562b Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-12-01 19:40:41 +01:00
Light2 164ae97d82 Fixed error with conflicting object ids 2013-12-01 19:40:28 +01:00
Treeku 453cf3e7d2 Merge pull request #77 from Skalex223/master
revised item (wearables without bonus stats) window attributes
2013-11-29 20:53:58 -08:00
Skalex223 f0bb7014c9 missed 1
add 1
2013-11-29 23:35:13 -05:00
Skalex223 b7a5280521 items
3rd times the charm
2013-11-29 23:30:25 -05:00
Skalex223 15827ae754 ns bracer
forgot ns bracer
2013-11-29 20:01:43 -05:00
Skalex223 8c19d8ffc0 revised item (wearables) window display attributes
removed inventory line, changed volume to int
2013-11-29 19:49:03 -05:00
Skalex223 ce7a362d1c item data entry
basic item data entry to add condition and volume to item examine window
2013-11-29 14:28:18 -05:00
Waverunner f61b2f761a Added Ignore List & cleaned up code in TravelService 2013-11-27 10:28:02 -05:00
Light2 f2b156cb61 Added group buffs 2013-11-27 00:11:48 +01:00
Light2 3ee31a9825 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	scripts/static_travel_points.py
2013-11-26 22:31:08 +01:00
Light2 0a040424f6 Added loading of objects from datatables/buildout, added building and cell baseline packets, fixed crash on spawning of static objects....
...updated engine, added restuss shuttleport and theed starport spawns,
increased view range for large objects loaded from buildout datatables
like jabbas/theed palace etc.
2013-11-26 22:28:38 +01:00
Levarrishawk 9fd820b93d Commented out Kaas Entries
Commented out Dromund Kaas related entries for future use.
2013-11-26 07:34:18 -05:00
Levarrishawk ce21c18ce7 Updated Travel Points
Added foundation for future planet additions.
2013-11-26 03:49:54 -05:00
Levarrishawk 0dd1de0e4a Added Mos Taike to Tatooine Map
Added Mos Taike and foundations for future planet additions.
2013-11-26 01:24:33 -05:00
Levarrishawk e4ca21ca06 Added foundation for New Planets 2013-11-26 01:00:42 -05:00
Light2 e5595240c6 Merge pull request #71 from Skalex223/master
travel points
2013-11-25 15:54:14 -08:00
Waverunner 4f94664584 Added ent skillmods, fixed attribute points in buff workshop 2013-11-25 17:00:32 -05:00
Skalex223 096b2c33d3 travel points
modified some names, added qz, kachiro, mensix, restuss starport,
restuss shuttleport is a placeholder (needs exact points)
2013-11-25 16:34:57 -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
Treeku a68e679ebb Weapon Objects now have "Volume: 1" attribute 2013-11-25 19:44:24 +00:00
Treeku 831ec2bced Tangible Objects now have "Volume: 1" attribute 2013-11-25 19:14:38 +00:00
Treeku de3d5f0ecf ShowFlyText has customText (ie. for ent ticks) 2013-11-25 19:11:29 +00:00
Treeku ab75312e47 Added Collections 2013-11-25 16:20:33 +00:00
Light2 23aeb02249 Updated engine, added bank terminals to bank buildings 2013-11-25 16:29:01 +01:00
Light2 b2e560f989 Adjusted shuttle landing time 2013-11-25 00:11:39 +01:00
Light2 a089d6c590 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-11-25 00:09:58 +01:00
Light2 cf485b33b7 Fixed radials, refactored shuttle timer (works now), shuttleport can no longer travel to starports on other planets and vice versa...
...added almost all of the missing travel points
2013-11-25 00:09:41 +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
Light2 a6ecdcd225 Combat fixes, radial bug fix, tatooine shuttleport travel terminal is no longer stuck in wall 2013-11-22 00:02:46 +01:00
Light2 f3db0818a8 Added option to spawn child objects outside cells, added all travel terminal, ticket collector and shuttle spawns 2013-11-21 21:54:43 +01:00
Light2 e7350687db Added weather 2013-11-21 15:17:32 +01:00
Light2 3f721f876f Fixed loading of new scenes for travel 2013-11-21 01:26:09 +01:00
Waverunner b6921a7dc9 BuffRecipient window now updates properly 2013-11-17 13:21:09 -05:00