ThunderMS - Because fun is a part of your life

Would you like to react to this message? Create an account in a few clicks or log in to continue.
ThunderMS - Because fun is a part of your life

Our users have posted a total of 4569 messages in 679 topics!
We have 8916 registered users, the newest registered user is xkyuzaki.


2 posters

    GM White CHat

    HermitDash
    HermitDash


    Number of posts : 293
    Age : 31
    Location : Brooklyn NYC
    Warning :
    GM White CHat Left_bar_bleue0 / 1000 / 100GM White CHat Right_bar_bleue

    Character Name : iKitten.
    Registration date : 2008-04-29

    GM White CHat Empty GM White CHat

    Post by HermitDash Thu May 29, 2008 3:28 pm

    So yea, I haven't seen anyone else ether find this or release it. KiKi was the only person who's server actually had found this in KiMS that I've seen had it so I will tell all of you this.

    So what is it? Pictures show so much:

    GM White CHat Os69fb

    So yea, I'm not sure how to add it on odin, only Titan or Vana.

    Vana:
    Replace your current showChat function in PlayersPacket.cpp with this one

    Code:
    void PlayersPacket::showChat(Player* player, vector <Player*> players, char* msg){
    Packet packet;
    packet.addHeader(SEND_CHAT);
    packet.addInt(player->getPlayerid());
    if(player->isGM())
    packet.addByte(1);
    else
    packet.addByte(0);
    packet.addShort(strlen(msg));
    packet.addString(msg, strlen(msg));
    packet.sendTo<Player>(player, players, 1);
    }


    Titan:

    Replace your current showChat function in PlayersPacket.cpp with this one

    Code:
    void PlayersPacket::showChat(Player* player, vector <Player*> players, char* msg){
    Packet packet = Packet();
    packet.addHeader(0x72);
    packet.addInt(player->getPlayerid());
    if(player->isGM())
    packet.addByte(1);
    else
    packet.addByte(0);
    packet.addShort(strlen(msg));
    packet.addString(msg, strlen(msg));
    packet.sendTo(player, players, 1);
    }


    So yea, and there you go, you have GM colored chat.

    Credits to CEF~ And Me for Copy and Paste~GM White CHat Os69fb
    sladan
    sladan
    TMS Vip
    TMS Vip


    Number of posts : 291
    Age : 31
    Location : Toronto
    Warning :
    GM White CHat Left_bar_bleue0 / 1000 / 100GM White CHat Right_bar_bleue

    Character Name : GMsladan
    Registration date : 2008-05-11

    GM White CHat Empty Re: GM White CHat

    Post by sladan Thu May 29, 2008 3:31 pm

    kk so whats the point of this? so gm's can talk in colors? cuz they can change there text color when they are saying like [notice] but they just remove the notice... cuz before it use to be pink now its blue. and btw the credit should go ALL to you for copy and paste~
    HermitDash
    HermitDash


    Number of posts : 293
    Age : 31
    Location : Brooklyn NYC
    Warning :
    GM White CHat Left_bar_bleue0 / 1000 / 100GM White CHat Right_bar_bleue

    Character Name : iKitten.
    Registration date : 2008-04-29

    GM White CHat Empty Re: GM White CHat

    Post by HermitDash Fri May 30, 2008 3:43 pm

    The point is that it acutaly shows The name Instead of the Notice AND! They talk in Style Lmao~
    sladan
    sladan
    TMS Vip
    TMS Vip


    Number of posts : 291
    Age : 31
    Location : Toronto
    Warning :
    GM White CHat Left_bar_bleue0 / 1000 / 100GM White CHat Right_bar_bleue

    Character Name : GMsladan
    Registration date : 2008-05-11

    GM White CHat Empty Re: GM White CHat

    Post by sladan Fri May 30, 2008 4:21 pm

    can you make like that also for normal people like you and me Very Happy like mabye red and blue? green and blue?
    yellow and grey? cuz how about all together you can choose your own text in-game that would be soo cool!
    but not like you get to choose in runescape how you have to type like ( i think it goes like this i 4got)
    :cyan:yoo yaya me!! or something.... i mean like theres a whole box there xD that would be hard but if theres any other way.. plz tell xD

    Sponsored content


    GM White CHat Empty Re: GM White CHat

    Post by Sponsored content


      Current date/time is Thu May 09, 2024 10:05 am