Coloured text menu

User Tag List

Results 1 to 10 of 10
  1. #1
    mag1212's Avatar Active Member
    Reputation
    55
    Join Date
    Aug 2009
    Posts
    352
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Coloured text

    works only for private servers

    "Black"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124c00000000\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Blue"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cbc33cbc3\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Gray"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124caa88aa88\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Green"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124caa55aa55\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Light Green"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00ff00\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Pink"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124c00FF23CC\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Red"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cFFF00000\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "Turq"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff00ff99\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    6 "Yellow"
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cFFC2C050\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r ", type, lang, chan); end;

    "No Color"(normal)
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm(msg, type, lang, chan); end;


    HOW TO USE IT:
    1. copy the /run for the color u want into an macro
    2.drag the macro down to ur action bar
    3. right click it
    4. Coloured text
    Last edited by mag1212; 11-01-2009 at 06:21 AM.

    Coloured text
  2. #2
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    *Note if your a GM you can not use commands with this script without relogging.

    Other than that, Nice share, I assume alot of ppl didn't know this.

  3. #3
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty cool. Although i have seen/used this before.
    Death to all but Metal.

  4. #4
    banlord's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ground Zero View Post
    *Note if your a GM you can not use commands with this script without relogging.

    Other than that, Nice share, I assume alot of ppl didn't know this.
    /run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm(msg, type, lang, chan); end;

    That brings it back to normal without having to relog.

  5. #5
    U2 Jay's Avatar Banned
    Reputation
    62
    Join Date
    Aug 2009
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just so you know, be careful on what server you use that on, if you use it on Naxpgaming, I will ban you.

  6. #6
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by U2 Jay View Post
    Just so you know, be careful on what server you use that on, if you use it on Naxpgaming, I will ban you.

    Threatening mmowned members you'll ban them on your server is like telling god to fill the grand canyon with whipped cream.

  7. #7
    The-Eradicator's Avatar Contributor

    Reputation
    149
    Join Date
    May 2007
    Posts
    829
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gastricpenguin View Post

    Threatening mmowned members you'll ban them on your server is like telling god to fill the grand canyon with whipped cream.
    Do want.

    (filler)

  8. #8
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just so you know, be careful on what server you use that on, if you use it on Naxpgaming, I will ban you.
    *Visits Naxpgaming
    Lunar Gaming - Reaching For The Stars

  9. #9
    Sorayazlawl's Avatar Active Member
    Reputation
    30
    Join Date
    May 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah I remember the good ol days of using punistool to act like GM's on naxpgaming.. Naxp was so pissed XD.

    Good times, good times.
    Feel free to contact me if you need help or would like to assist me in one of my many projects.

  10. #10
    ~Keric Vi Britannia~'s Avatar Member
    Reputation
    13
    Join Date
    Oct 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mager1794 View Post
    *Visits Naxpgaming
    *Visits Naxpgaming*
    Caeli Absolutio.
    Picking back up C++, learning Lua later.

Similar Threads

  1. Coloured Text
    By Lakimen in forum Community Chat
    Replies: 2
    Last Post: 10-27-2008, 03:17 PM
  2. Changing colour of text in WoW ( I've done a search already )
    By hellojoe in forum World of Warcraft General
    Replies: 14
    Last Post: 08-25-2008, 11:18 AM
  3. How do I shot Coloured Text in Private Servers?
    By kalish in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 12-10-2007, 12:48 AM
  4. Changing your text colour
    By Cun in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 10-29-2007, 06:02 PM
All times are GMT -5. The time now is 03:01 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search