Commit Graph
15 Commits
Author SHA1 Message Date
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