Chat

We have screenshots of the missing main team globals if required, and I have a full chat log as I wasn't on the affected server. It'll take some work to extract the appropriate part because I never clean my log and the file is about 3000000Tb, but if you want me to do it let me know.
 
We have screenshots of the missing main team globals if required, and I have a full chat log as I wasn't on the affected server. It'll take some work to extract the appropriate part because I never clean my log and the file is about 3000000Tb, but if you want me to do it let me know.

3000000Tb = 300 Yutta byte?
 
We have screenshots of the missing main team globals if required, and I have a full chat log as I wasn't on the affected server. It'll take some work to extract the appropriate part because I never clean my log and the file is about 3000000Tb, but if you want me to do it let me know.

As for the outcome of the match, you were in the lead after having patched in three missing Australian globals (italic in the list below).

To filter out the globals in the troubling period from chat log, you could give the two commands:
find "2015-03-22 10" chat.log | find /i "wof gb" > gb.txt
and
find "2015-03-22 10" chat.log | find /i "wof aus" > aus.txt
in the log file directory and then view the files with notepad.

You can adjust the above if you want to get all globals that match by changing "10" to "1" and removing the "aus"/"gb" part, ie
find "2015-03-22 1" chat.log | find /i "wof " > aus-gb.txt

As for cleaning up the log file, I regularily run a batch file to move away old log files (adding a date to their filename);


movelog.cmd
Code:
if not exist "chat-%date%.log" ren "chat.log" "chat-%date%.log"
if not exist "private_chat-%date%.log" ren "private_chat.log" "private_chat-%date%.log"
(It doesn't have any safeguard, so don't run it at midnight)

The globals I have for the first hour:

6,Team AUS MAIN,Osseocollum Young,235,M, 10:07:39,
8,Team WoF Team GB BIG23808,The Eviscerator,74,M, 10:08:51,
4,Team GB Support 2,Harbinger Zeta,199,S, 10:12:34,
0,Team Rikane & Greenwood - BIG1635,Osseocollum Young,92,U, 10:12:56,
1,Team AUS SUPPORT AE,Merp Young,16,S, 10:15:43,
3,Team WoF GB support,Equus Dominant,67,S, 10:16:39,
7,Team AUS MAIN,Formidon,59,M, 10:30:00,
10,Team AUS MAIN,Osseocollum,191,M, 10:30:00,
20,Team AUS MAIN,Osseocollum,501,M, 10:30:00,HOF;

10,Team WoF Team GB BIG23808,Osseocollum Stalker,218,M, 10:38:41,
10,Team WoF Team GB BIG23808,Osseocollum Stalker,197,M, 10:39:48,
4,Team GB Support 2,Harbinger Digamma,94,S, 10:40:21,
4,Team WoF GB support,Harbinger Alpha,115,S, 10:42:16,
1,Team WoF GB support,Merp Young,21,S, 10:43:18,
10,Team WoF Team GB BIG23808,Osseocollum Prowler,79,M, 10:45:23,
10,Team WoF Team GB BIG23808,Osseocollum Stalker,237,M, 10:46:39,
10,Team AUS MAIN,Osseocollum Stalker,375,M, 10:47:12,
9,Team AUS MAIN,Grand Formidon Young,180,M, 10:47:25,
9,Team AUS MAIN,Grand Formidon Young,84,M, 10:47:41,
9,Team AUS MAIN,Grand Formidon Young,65,M, 10:49:21,
10,Team AUS MAIN,Osseocollum Prowler,79,M, 10:50:22,
4,Team WoF GB support,Harbinger Zeta,115,S, 10:50:52,
9,Team AUS MAIN,Grand Formidon Young,52,M, 10:54:11,
25,Team GB Support 2,Gokibusagi Stalker,94,S, 10:54:42, bonusmob
9,Team AUS MAIN,Grand Formidon Young,64,M, 10:54:45,
2,Team GB Support 2,Morsusilex Alpha,51,S, 10:56:35,

(Score, teamname, mob, PED value, Support-/Mainteam, timestamp, remark)

The scores I have (This are not the official scores):

Australia
Main team:249 Support team:46 Bonus mob:25 Total:320 Sweep:75 Variety main:50 Variety support:50 =495 points total;
Short straw:Merp:16 /Aetherex:54 Totals:3637+981=4618 PED

GB/UK
Main team:276 Support team:122 Bonus mob:25 Trophy mob:-4(*) Total:419 Sweep:75 Variety main:50 Variety support:50 =594 points total;
Short straw:Merp:21 /Aetherex:80 Totals:3829+2916=6745 PED

Matchbonuses according to above: GB 35 points (2x10 short straw and 15 ped most loot bonus).

(*) Adjustment for double-registered mob Harbinger Eta
4,Team WoF GB support,Harbinger Eta,214,S, 12:01:10,
4,Team WoF GB support,Harbinger Eta,214,S, 12:01:10,
 
Last edited:
Back
Top