Commit Graph
407 Commits
Author SHA1 Message Date
darkk1138 c19e2e20ba Merge branch 'master' of github.com:ProjectSWGCore/NGECore2 2013-12-09 22:54:57 +01:00
darkk1138 14f75cc1b4 dancers can now gain experience by performing flourishes
(calculations might still be off though. :p)
2013-12-09 22:54:21 +01:00
Treeku f4e9bd626b Unknown opcodes should be significantly reduced 2013-12-09 20:38:41 +00:00
Treeku fc3cde90a7 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-12-09 20:26:40 +00:00
Treeku a2f74f550d Deleted unneeded file 2013-12-09 20:26:18 +00:00
Light2 69642c0f60 Fixed loading of server templates and refactored child object spawns, update engine 2013-12-09 21:17:54 +01:00
darkk1138 6177ed69f3 remove flawed field audience 2013-12-09 18:15:34 +01:00
darkk1138 760aea96f2 fix SWGList on audience, however, the old field needs removing.
depend inspire on watching
2013-12-09 18:09:40 +01:00
darkk1138 471fab10d8 refactored slightly.. wasted a lot of time with that. :p 2013-12-09 17:19:53 +01:00
darkk1138 a5b31ac5a5 add preliminary watch/stopwatching implementation 2013-12-09 16:04:33 +01:00
darkk1138 c0ba5ba1c0 add expertise stubs for entertainer 2013-12-09 13:52:01 +01:00
Treeku 53871fcbb6 Cut warnings down 2013-12-09 11:11:18 +00:00
Treeku 3a66043f70 Collections can use radial_filename=collection
In an object that is always a collection that can be added to
collections, you can put this in setup():

object.setAttachment('radial_filename', 'collection')

Then define use(core, actor, object) and make it use addCollection().
2013-12-09 10:52:04 +00:00
Treeku 94bb6f9a66 Fixed use(), needs radial_filename to be 'usable'
If use() is broken in any of your object scripts, add the following to
setup():

object.setAttachment('radial_filename', 'usable')
2013-12-09 10:30:09 +00:00
Treeku 59e58ebf27 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-12-09 09:46:08 +00:00
Treeku ae1aa9a425 Moved enumerations somewhere tidier 2013-12-09 09:45:21 +00:00
darkk1138 93ba62cd4f fix note bubbles for dance (both for starting and stopping) 2013-12-09 10:36:21 +01:00
Treeku 51207c5803 Server templates should load correctly again 2013-12-09 08:48:53 +00:00
Treeku 9453b85477 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-12-09 08:45:41 +00:00
Treeku 09beefe817 FactionService fixes 2013-12-09 08:43:06 +00:00
Waverunner 64a01d4d88 getNearestTravelPoint takes into account more than 1 travel point now 2013-12-08 15:48:39 -05:00
darkk1138 894d26846c Merge branch 'master' of github.com:ProjectSWGCore/NGECore2 2013-12-08 19:05:14 +01:00
Light2 8e82bb238b Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-12-08 19:04:58 +01:00
Light2 d9997bd796 fixed loading of server templates 2013-12-08 19:04:43 +01:00
darkk1138 653a6c9172 nothing to see here folks. And before you ask, I changed my forum password already. :P 2013-12-08 19:04:35 +01:00
darkk1138 3ec7223773 Merge branch 'darkk_login'
Conflicts:
	src/main/NGECore.java
2013-12-08 18:51:22 +01:00
Light2 4038205994 merge 2013-12-08 18:23:52 +01:00
Light2 f2200711cf Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
Conflicts:
	src/services/SimulationService.java
2013-12-08 18:21:50 +01:00
Light2 93195f7d5f Added dynamic lair spawns, fixed equip exploit, fixed some bugs and client crashes, updated engine 2013-12-08 18:17:01 +01:00
darkk1138 a564f8c7d9 Merge branch 'master' into darkk_login
Conflicts:
	src/main/NGECore.java
	src/services/object/ObjectService.java
2013-12-08 17:50:55 +01:00
darkk1138 4e78f9064e Merge branch 'master' of github.com:ProjectSWGCore/NGECore2 2013-12-08 17:25:20 +01:00
darkk1138 6471d7e118 add /groupdance command 2013-12-08 17:25:04 +01:00
Waverunner 9d7892188c FindFriend added, Bank tips no longer produces an error 2013-12-08 11:08:24 -05:00
Waverunner ba858e2c28 Friend Notification only on login/logout now, Chat messages for ignored players no longer display
Use Travel Ticket for travel tickets added
2013-12-07 22:37:51 -05:00
Waverunner 576c03db14 Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2 2013-12-07 17:59:03 -05:00
Waverunner ae0b06f917 Fixed MissionObject Delta's, Synchronized MissionObject, Fixed MissionListRequest Opcode 2013-12-07 17:58:49 -05:00
Waverunner 7fbd1206ab Merge pull request #113 from Ziggeh/master
Some general fixes
2013-12-07 14:31:34 -08:00
Ziggeh 4039379583 Fixed creating waypoints through planetary map 2013-12-07 23:12:41 +01:00
darkk1138 a2c94acaf8 optimise /bandflo script, it just didn't look right to me. :p 2013-12-07 21:32:15 +01:00
darkk1138 5bea91f1cf allow /flo ;) 2013-12-07 21:32:14 +01:00
darkk1138 1f4d72fa16 add aliases to command service 2013-12-07 21:32:05 +01:00
Ziggeh 55411e0f23 Fixed incorrect calculation for heal CD and added BH heal 2013-12-07 17:34:37 +01:00
darkk1138 9cefd424ce need object version change 2013-12-07 16:45:12 +01:00
darkk1138 131092de60 Merge branch 'master' into darkk_ent
Conflicts:
	src/resources/objects/creature/CreatureMessageBuilder.java
	src/resources/objects/creature/CreatureObject.java
2013-12-07 16:37:52 +01:00
darkk1138 9683f4c164 add startdance, stopdance, flourish and bandflourish commands 2013-12-07 16:34:19 +01:00
Ziggeh 2a8760a474 Fixed heal cooldown expertise for Officer 2013-12-07 16:22:42 +01:00
Treeku 21943d1934 Merge pull request #111 from Ziggeh/master
Soothing Aura for LSJ
2013-12-06 22:28:42 -08:00
Ziggeh 805ef52f73 Soothing Aura for LSJ
This expertise now functions as intended.
2013-12-07 05:11:52 +01:00
Waverunner 3b55f972a6 Merge pull request #110 from Ziggeh/master
Fixed Healing Potency and cleaned up Supply Drop (officer)
2013-12-06 19:52:51 -08:00
Levarrishawk 4f1142a8d1 Corrected "Doaba Guerfel Starport" travel point. 2013-12-06 22:46:07 -05:00