![]() |
|
|
|
#1
|
|||
|
huh what am i crying about, i'm just saying intentionally bind rushing is against the rules, last time i did it i was asked to stop by a gm
| ||
|
|
|||
|
#2
|
||||
|
Quote:
| |||
|
|
||||
|
#3
|
|||
|
or is that how you got killed 100+ times lol
| ||
|
|
|||
|
#4
|
||||
|
Quote:
Ban appeals rejected too. Good luck with that.
__________________
Kirban Manaburn / Speedd Haxx
PKer & Master Trainer and Terrorist of Sullon Zek Kills: 1278, Deaths: 76, Killratio: 16.82 | |||
|
|
||||
|
#5
|
|||
|
If you want a leaderboard just make your own.
Here's the source for the log parser portion of Clamdigger, blastfish; http://pastebin.com/sAJQQ7Fa It's in Perl, but really, here's all you need to do to get chat text out of a log file; run it in a loop, fill in variables where needed. Code:
open(EQLOG, $basepath . $logfile); # derp
@lines = <EQLOG>; # Populate our lines array with the file contents
close(EQLOG); # ...and then close the file.
unlink($basepath.$logfile); # and then get rid of it, don't need it anymore.
foreach(@lines) {
#watever~ Timestamp parsing code is in blastfish if you need it.
}
Shit's old so none of the authentication stuff works because the Clamdigger frontend hasn't run in years. | ||
|
|
|||
|
#6
|
|||
|
Now get rid of yellow text
I'm a bit partial to it but I'd still be interested in how it would change the community. I used to pvp on live without it. | ||
|
|
|||
|
#7
|
||||
|
Quote:
| |||
|
|
||||
|
#8
|
||||
|
Quote:
| |||
|
|
||||
|
#9
|
||||
|
Quote:
| |||
|
|
||||
![]() |
|
|