|
| Author |
Message |
Hoyza Young One

Joined: 13 Feb 2004 Posts: 91
   
|
Posted: Tue Feb 24, 2004 4:51 pm Post subject: |
|
|
It seems that most andromeda bots have the simple crappy veranda font. Is there anyway to change this? I don't NEED a command. Just a way to change it.... A command would do fine though .
Anyway thanks in advance :ph34r: |
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Tue Feb 24, 2004 8:34 pm Post subject: |
|
|
| Code: | | sub sendmsg <br />{<br /> my $self = shift;<br /> my $response = shift;<br /> my $settings = { Font => "Arial",<br /> Effect => "B",<br /> Color => "CC9966",<br /> CharacterSet => 0,<br /> PitchFamily => 0,<br /> @_<br /> };<br /> $settings->{Font} = uri_escape($settings->{Font}); |
That line, should be in your msn.pm just change the color and Font to what you want.
(line 476) |
|
| Back to top |
|
 |
LEEDSTREV Newbie

Joined: 01 Feb 2004 Posts: 48
   
|
Posted: Fri Feb 27, 2004 4:21 pm Post subject: |
|
|
| how do know what numbers to use |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Fri Feb 27, 2004 7:23 pm Post subject: |
|
|
Click Here
click that link
it takes you to a hex sheet
take for example: the bottom blue: 0033FF for the bot you put it backwards like: FF3300
well you do for andromeda or it turns out funny 
if you wanted font: comic sans colour blue
the code in msn.pm would be:
| Quote: | sub sendmsg { my $self = shift; my $response = shift; my $settings = { Font => "Comic Sans MS", Effect => "B", Color => "FF3300", CharacterSet => 0, PitchFamily => 0, @_ }; $settings->{Font} = uri_escape($settings->{Font});
|
the effect thats in orange is: B = Bold I = Italic *lazy* = Underline _________________ Regards,
Mike |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Fri Feb 27, 2004 7:44 pm Post subject: |
|
|
I posted a simple tutorial explaining how MSN's hex values work, here: http://www.bot-depot.com/forums/index.php?showtopic=372
Here's some of the basic colors that are available on normal MSN:
White: FFFFFF* Black: 000000 Silver: 999999 Grey: 666666 Red: 0000FF Fuchsia: FF00FF Blue: FF0000 Yellow: 00FFFF* Lime: 00FF00* Cyan: FFFF00* Orange: 0099FF Berghundi: 000099 Midnight: 990000 Green: 009900 Teal: 999900 Gold: 009999 Purple: 990099
*These colors particularly don't work good on MSN's white background. _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
GrimReaper Young One

Joined: 26 Mar 2004 Posts: 86
   
|
Posted: Sun Mar 28, 2004 7:14 pm Post subject: |
|
|
| hm... i tried that but it dosen't seem to work.... maybe im just stupid... <_< |
|
| Back to top |
|
 |
BraveHeart Senior Member

Joined: 14 Jan 2004 Posts: 285
   
|
Posted: Sun Mar 28, 2004 7:20 pm Post subject: |
|
|
Should work,
Well it works for me :blink: |
|
| Back to top |
|
 |
MikeFairbrother Senior Member

Joined: 14 Feb 2004 Posts: 179 Location: United Kingdom
   
|
Posted: Sun Mar 28, 2004 7:22 pm Post subject: |
|
|
send us you sub sendmsg from your bot.pm thenwe might be able to help more  _________________ Regards,
Mike |
|
| Back to top |
|
 |
BraveHeart Senior Member

Joined: 14 Jan 2004 Posts: 285
   
|
Posted: Sun Mar 28, 2004 7:23 pm Post subject: |
|
|
Heh,
Good idea :rolleyes: |
|
| Back to top |
|
 |
GrimReaper Young One

Joined: 26 Mar 2004 Posts: 86
   
|
Posted: Tue Mar 30, 2004 1:33 am Post subject: |
|
|
| okay, never mind, sorry... lol i changed the wrong msn.pm... i had one from my earlier attempts at bots, from wiredbots.. lol... |
|
| Back to top |
|
 |
|