09 Jan, 2009, Ssolvarain wrote in the 1st comment:
Votes: 0
(18:53) [Diablos]: Diablos = equal sign user
(18:53) [Ssolvarain]: Stop that. I'm not a compiler.
(18:54) [Ssolvarain]: While Diablos == dork
run ()angry stick
(18:55) [Diablos]:
if(!str_cmp(ch->name,"Diablos") && !str_cmp(victim->name,"Ssolvarain")
&& IS_SET(victim->act, PLR_MOODY))
{
SET_BIT(ch->act,PLR_SAD);
send_to_char("You are now so sad!\r\n",ch);
return;
}

(18:55) [Ssolvarain]: HAY NO!
(18:55) [Ssolvarain]: :(
09 Jan, 2009, Hades_Kane wrote in the 2nd comment:
Votes: 0
Hah.

Hah.

Btw, code tags ftw.
09 Jan, 2009, Ssolvarain wrote in the 3rd comment:
Votes: 0
You're a picky man!

So demanding :(
09 Jan, 2009, Hades_Kane wrote in the 4th comment:
Votes: 0
Yet you still build for me! Mwahaha!
09 Jan, 2009, Ssolvarain wrote in the 5th comment:
Votes: 0
I prefer the term "idling", sir. I have a reputation to uphold!

Hours: 12908

Roughly 95% of that, I do nothing. I just watch. All day. Like HAWK!

We really should stop this. We're on the same mud -.-
09 Jan, 2009, Lyanic wrote in the 6th comment:
Votes: 0
Why did you EoT oddballs move your in-game (OOC) conversation to this forum?

Also:
Played: 28567 hours and 2 minutes

I WIN! :biggrin:
09 Jan, 2009, Zeno wrote in the 7th comment:
Votes: 0
Playtime: 33344 hours
09 Jan, 2009, Lyanic wrote in the 8th comment:
Votes: 0
Zeno said:
Playtime: 33344 hours


Awww….I lost the Idle Wars :(
09 Jan, 2009, Kayle wrote in the 9th comment:
Votes: 0
Quote
Played: 177158 hours


So did Zeno. :P
09 Jan, 2009, Lyanic wrote in the 10th comment:
Votes: 0
Kayle said:
Quote
Played: 177158 hours


So did Zeno. :P


Uhhh….I call shenanigans!

24 * 365 * 20 = 175200

175200 < 177158

You've been logged into a MUD for over 20 years straight without interruption…?
09 Jan, 2009, Kayle wrote in the 11th comment:
Votes: 0
Nope, I just have a bug I can't track down that screws with the play time calculations. :P
09 Jan, 2009, Hades_Kane wrote in the 12th comment:
Votes: 0
Hah, Kayle is abusing a bug!

Quick, Vape!

And as far as why our MUD conversation got moved here?

No idea…
09 Jan, 2009, Guest wrote in the 13th comment:
Votes: 0
Quote
You have played for 329287 hours.


13720 days….. or, in more useful terms, 37 years….. so what do I win?

And no, I have no idea why the game says I've clocked that many hours since I've only been alive for just over 37 years :)
09 Jan, 2009, Kayle wrote in the 14th comment:
Votes: 0
Sounds like AFKMud has the same bug I have. Hmm. Maybe we should check SmaugFUSS too…. lol
09 Jan, 2009, Ssolvarain wrote in the 15th comment:
Votes: 0
Why not move it here? It was MUD humor, involving code. I can't think of a better place to put it!
09 Jan, 2009, Hades_Kane wrote in the 16th comment:
Votes: 0
I've thought about adding in code that would try to reflect actual hours played a bit better.

If you were AFK, the hours wouldn't continue to add, and if you were set to 'idle' (which happens after 10 minutes I believe) then 10 minutes are deducted from your total play time.

Maybe break it into two types.
Hours Connected: (total hours, including idle)
Hours Played: (total non-idle/afk hours)
09 Jan, 2009, Ssolvarain wrote in the 17th comment:
Votes: 0
Isn't there something similar to that already written for that one template?
0.0/17