Discovery Gaming Community
POB usage - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7)
+--- Forum: Discovery Developers Forum (https://discoverygc.com/forums/forumdisplay.php?fid=183)
+---- Forum: Discovery Unofficial Development (https://discoverygc.com/forums/forumdisplay.php?fid=389)
+----- Forum: Discovery Mod FLHook Projects (https://discoverygc.com/forums/forumdisplay.php?fid=266)
+----- Thread: POB usage (/showthread.php?tid=151932)



POB usage - Homer79 - 07-17-2017

Hi,

Would it be possible to find out how many different
Ships have docked at a pob in the last 24hrs.
As I often wonder how much usage our pob gets. The results could be displayed whatever the easiest way to implement.

Regards


RE: POB usage - nOmnomnOm - 07-17-2017

It would be a nice feature I guess, but at the moment I think only admins can see somehow.


RE: POB usage - Remnant - 03-25-2018

I suppose this is feasible. Before I write it in as a feature, I'd like to get some additional people leaving input on the idea. How would it be displayed? Another base command which prints something out to your chat? A large popup window?

It'll definitely be less memory overhead to merely keep a counter. (Ie: "Base traffic over the last 24 hours: 75 dock operations performed, 12 unique ships have visited")
Saving lists of ship names sounds a little.. Ugly. Although I suppose for unique ships, some sort of shipID needs to be saved anyways.

Gonna low-priority this idea. After all of my current things get added in, I intend on taking it slow for a while to prevent burnout.


RE: POB usage - Sand_Spider - 03-25-2018

Maybe the command could be /showdocked X where X could be Total, for total number of players having docked within the past 24 hours. X could also be All, to show the names of the players who have docked in a long list, much like how /showitems has a big long list.