Results 1 to 5 of 5
  1. #1
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish

    Post How to change any Chat Color and Glow Color in AS3 Client

    Pretty easy, just for scrubs.

    Open your AS3 client in whatever you use. I use IntelliJ Idea 14.

    Look through your packages and go to
    com/company/assemblygameclient/ui

    and find file _vi.

    Looks like this:


    When you open that file, scroll down and your will see:


    From here you can change the tell (private message), guild chat, normal chat color and more.

    For TextColor to PlayerColor (not sure what that does) you enter the hex value of the color.

    For Tell, and guild chat and have to change your hex value to a decimal.
    Like this:

    Since 61695 is cyan and thats the color for /tell. I'm going to change it to a purple color.
    So, get a purple hex value. Mine is #774B77. Now go to a website that converts hex to dec. The dec for that hex value is :7818103.
    Replace 61695 with your new decimal value.



    And do the same with the guild.

    Then compile.

    How to change glow color in AS3 Client:

    Go to the files com/company/assembleegameclient/objects

    and go to Player.as

    Then find
    Code:
    var _local9:BitmapData = _qm[_local8];
                if (_local9 == null)
                {
                    _local9 = TextureRedrawer.outlineGlow(_local8, 0, (((this._2v == -1)) ? 0 : 0xFF000));
                    _qm[_local8] = _local9;
                };
    Change the hex value to any color you want from a color picker. Save all then Compile.
    Last edited by sacredmike; 02-01-2015 at 03:39 PM.
    i'm actually just a horny boy

  2. #2
    RememberTheNamee's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    no where
    Posts
    20
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sacredmike View Post
    Pretty easy, just for scrubs.

    Open your AS3 client in whatever you use. I use IntelliJ Idea 14.

    Look through your packages and go to
    com/company/assemblygameclient/ui

    and find file _vi.

    Looks like this:


    When you open that file, scroll down and your will see:


    From here you can change the tell (private message), guild chat, normal chat color and more.

    For TextColor to PlayerColor (not sure what that does) you enter the hex value of the color.

    For Tell, and guild chat and have to change your hex value to a decimal.
    Like this:

    Since 61695 is cyan and thats the color for /tell. I'm going to change it to a purple color.
    So, get a purple hex value. Mine is #774B77. Now go to a website that converts hex to dec. The dec for that hex value is :7818103.
    Replace 61695 with your new decimal value.



    And do the same with the guild.

    Then compile.
    What is your Skype?

  3. #3
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    Quote Originally Posted by RememberTheNamee View Post
    What is your Skype?
    Under my profile picture.
    i'm actually just a horny boy

  4. #4
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    @Raple @Color Can you change the title to "How to change any Chat Color and Glow Color in AS3 Client"
    i'm actually just a horny boy

  5. #5
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Edited.

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  6. The Following User Says Thank You to Color For This Useful Post:

    sacredmike (02-01-2015)

Similar Threads

  1. [Text Tutorial] How to change HP, MP, Fame, and Level bar color.
    By sacredmike in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 13
    Last Post: 02-08-2015, 02:17 PM
  2. how to change the chat color?
    By jomaczz in forum Piercing Blow Help
    Replies: 9
    Last Post: 09-27-2011, 04:58 PM
  3. [Tutorial] How to change any music of battlefield.
    By Niggernaps in forum WarRock Discussions
    Replies: 17
    Last Post: 08-27-2010, 08:14 PM
  4. How to change my mpgh name and picture.
    By pepsi870887 in forum Suggestions, Requests & General Help
    Replies: 14
    Last Post: 06-10-2009, 07:18 PM
  5. How to change my mpgh name and picture.
    By pepsi870887 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 06-07-2009, 12:06 PM