User Control Panel
Advertisements

HELP US, HELP YOU!

Where Can I Find The Default Font

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Perl
View unanswered posts
Author Message
Porto
Senior Member
Senior Member


Joined: 07 Jan 2004
Posts: 152

Reputation: 31.4Reputation: 31.4Reputation: 31.4

PostPosted: Wed Jan 21, 2004 9:19 pm    Post subject: Reply with quote

Hi i am wondering where i can find in a andromeda bot the default font and font color because the default is black every andromeda user has it...

please help me out
Back to top
eric256
The Keymaker
The Keymaker


Joined: 03 May 2006
Posts: 2292
Location: Colorado
Reputation: 47Reputation: 47Reputation: 47Reputation: 47Reputation: 47

PostPosted: Wed Jan 21, 2004 9:39 pm    Post subject: Reply with quote

currently there is no way to set a default. I may however think about changing that. Smile it would be nice
even let users set there own color set maybe Smile

_________________
Eric256
Proud previous owner and current admin of Bot-depot.com
Back to top
jordanovjarra
Member
Member


Joined: 07 Nov 2003
Posts: 140

Reputation: 33.2Reputation: 33.2Reputation: 33.2

PostPosted: Thu Jan 22, 2004 11:42 am    Post subject: Reply with quote

The color is in the msn pm, you can change it there if you want.
Back to top
JoeX
Agent
Agent


Joined: 02 Jan 2004
Posts: 2153

Reputation: 72.7

PostPosted: Tue Feb 03, 2004 10:39 pm    Post subject: Reply with quote

Go in Msn.pm and search for color And edit the line with the numbers in it, and your font..
_________________
Heroes NBC
Back to top
Myzterio
Not Yet a God
Not Yet a God


Joined: 13 Dec 2003
Posts: 429

Reputation: 38.1Reputation: 38.1Reputation: 38.1Reputation: 38.1

PostPosted: Tue Feb 03, 2004 11:20 pm    Post subject: Reply with quote

Its Pretty Easy :

*Open Your Msn.PM and Do a search to Sub Sendmsg

Code:
sub sendmsg <br />{<br />    my $self = shift;<br />    my $response = shift;<br />    my $settings = { Font         => "Verdana",<br />                     Effect       => "B",<br />                     Color        => "660000",<br />                     CharacterSet => 0,<br />                     PitchFamily  => 0,<br />                     @_<br />                   };

Thats my current code and thats how to change the default color to whatever you want.
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Tue Feb 03, 2004 11:23 pm    Post subject: Reply with quote

Also (if you don't know HEX values) check out this post:

MSN's HEX Values

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Perl All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group