Commit Graph
20 Commits
Author SHA1 Message Date
Treeku b597873b51 Swoop () fix, deed uses generateVehicle radial 2013-12-16 18:56:58 +00:00
Treeku d7d2f327a5 Fixed lifeday gifts, swoop deed, inspire, +fixme 2013-12-16 13:41:47 +00:00
Treeku cd6b2c2678 Added swoop bike
- The deed adds a pcd of the swoop to datapad and self-destructs.
- The pcd stores the objectId of the new swoop.
- When used, the pcd spawns or destroys the swoop depending on whether
it exists or not.
- When the swoop is used or radialed, you can enter/exit it.
2013-12-16 10:04:54 +00:00
Treeku 3550c7ff4b Lifeday gifts fix 2013-12-15 02:15:57 +00:00
Treeku b6184fb05a Lifeday gifts and collections 2013-12-15 01:41:11 +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
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
Treeku 42fca91fa5 Objects with no radial file given default options 2013-12-05 05:22:06 +00:00
Treeku 82e513363e Fixed use() in object scripts. It should work now 2013-12-05 04:17:06 +00:00
Waverunner 9432de17a6 Bug fixes and improvements to Travel 2013-11-07 20:21:14 -05:00
Waverunner a5eb18ab2b Added shuttling system, can travel between points
Only the Mos Eisley transport ship exists. Will more than likely change
how shuttles/transports are added to the game world.
2013-11-05 19:59:15 -05:00
Waverunner 668e93493b Purchase tickets, TP's use Point3D for location 2013-10-29 18:54:47 -04:00
Waverunner ceacf7d119 Galaxy map will now show for terminals 2013-10-28 16:01:05 -04:00
Waverunner 0530934a2b More work done on travel system 2013-10-27 12:55:35 -04:00
Light2 9c606f444d Added cloning terminal 2013-09-22 16:02:14 +02:00
Light2 1d8c8c0898 Added Planetary Map 2013-07-09 23:42:03 +02:00
Light2 6c3a8f04db Added SUI windows, added bank 2013-07-09 19:38:36 +02:00
Light2 e457b9711c Added radials which are handled by python scripts, updated engine, objects now load serverside template at creation 2013-07-08 23:38:41 +02:00