Discovery Gaming Community
http://82.113.48.5/online.html - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Discovery General (https://discoverygc.com/forums/forumdisplay.php?fid=3)
+--- Forum: Discovery RP 24/7 General Discussions (https://discoverygc.com/forums/forumdisplay.php?fid=23)
+--- Thread: http://82.113.48.5/online.html (/showthread.php?tid=21217)

Pages: 1 2 3 4


http://82.113.48.5/online.html - Weedalot - 05-31-2009

' Wrote:I prefer not to have to launch FL in order to check who of my faction's online or doing what. Love the online list.
yes i agree, great tool.


http://82.113.48.5/online.html - teschy - 05-31-2009

It's also useful when you have to list the participants of a faction event, but as Korrd said he is working on it, let's just sit back and wait.


http://82.113.48.5/online.html - Linkus - 05-31-2009

Quote:The server is running fine ladies and gents, you will have to look at your end if you are unable to see it.
Statistics are not connected at this time.
-Hoodlum

I assume the statistics bit is related.


http://82.113.48.5/online.html - Guest - 05-31-2009

The list is nice to have, but the feeling of vulnerability, when you sit on a lane in your pirate and see some lvl 70 enter the system, you still wonder frantically to sit or run, since it may as well be a BC keeps you on your toes.


http://82.113.48.5/online.html - pipboy - 05-31-2009

' Wrote:The list is nice to have, but the feeling of vulnerability, when you sit on a lane in your pirate and see some lvl 70 enter the system, you still wonder frantically to sit or run, since it may as well be a BC keeps you on your toes.

Totally agree, that's why I don't like the list. I would also prefer if the list just showed who is online, but not what ship they are flying. That would allow all these people who want it to see if their buddies are flying to still get what they want, without all the cheating.


http://82.113.48.5/online.html - Rudo - 05-31-2009

If the online list were still active I'd likely get mowed down a lot more than I am now while playing my Bounty Hunter Hammerhead.

That thing is a gunship magnet.


http://82.113.48.5/online.html - farmerman - 05-31-2009

I miss it being online. Without it, you have to switch accounts, connect to the server, login, and look at the list - and that's just to find out if there's a character that would get some interaction and thus be more fun to play. There's also been comments against the ships and such, but at the least, having who is online is a great thing. :yahoo:levels even!


http://82.113.48.5/online.html - Boss - 05-31-2009

' Wrote:COUNTIF (playername = Keepers%) > 0:
THEN: Freelancer.login
ELSE:
browseforums

Code:
#include <iostream>
#include <fstream>

int main()
{
int i=0;
char playerName[80];
ifstream inPlayer;
inPlayer.open(http://82.113.48.5/online.html);
for(i=0;i<200;i++)
{
inPlayer.getline(playerName);
if(playerName[0]=='K' && playerName[1]=='e' && playerName[2]=='K' && playerName[3]=='e' && playerName[4]=='p' && playerName[5]=='e' && playerName[6]=='r' && playerName[7]=='s' && playerName[8]=='.')
cout << "Do not log in! Browse forums!" << endl;

else
launchFreelancer();
return 0;
}

I had to, I'm sorry.


http://82.113.48.5/online.html - Thexare - 05-31-2009

' Wrote:Totally agree, that's why I don't like the list. I would also prefer if the list just showed who is online, but not what ship they are flying. That would allow all these people who want it to see if their buddies are flying to still get what they want, without all the cheating.
On the other hand, if there's a faction event that you're slightly late to, that lets you see exactly what each side brought so you don't bring a capship to something that's mostly fighters or a fighter when they badly need a bomber.


http://82.113.48.5/online.html - Horon - 05-31-2009

' Wrote:
Code:
#include <iostream>
#include <fstream>

int main()
{
int i=0;
char playerName[80];
ifstream inPlayer;
inPlayer.open(http://82.113.48.5/online.html);
for(i=0;i<200;i++)
{
inPlayer.getline(playerName);
if(playerName[0]=='K' && playerName[1]=='e' && playerName[2]=='K' && playerName[3]=='e' && playerName[4]=='p' && playerName[5]=='e' && playerName[6]=='r' && playerName[7]=='s' && playerName[8]=='.')
cout << "Do not log in! Browse forums!" << endl;

else
launchFreelancer();
return 0;
}

I had to, I'm sorry.

Win.

EDIT: I DEMAND A CODING SHOWDOWN! YOU, ME, C++! NOW!