Whisper code

Results 1 to 7 of 7
  1. #1
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Whisper code

    I found the (To %s) : %s code but i can't find the from code.

    Is it line "005009BB" ?


  2. #2
    Valued Member Team Lion is offline
    MemberRank
    Apr 2009 Join Date
    110Posts

    Re: Whisper code

    Are you looking for ZPostWhisper?

    It's this call located right here, right after the Me:


    (Sorry for bad sizing, I used ImageShack as it was the first thing that came to mind)

    void __cdecl ZPostWhisper(char * pszSenderName,char * pszTargetName,char * pszMessage)


    Sender name should be "Me"
    Last edited by Team Lion; 10-08-09 at 06:16 AM.

  3. #3
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Whisper code

    Ty, size isn't a prob either ;p. Just double click it.

    I saw the "Me" line while I was looking through, but I ignored it.

    I was looking for the code for the whisper sent from someone.

    Like ingame, the it says (To <name here>) msg

    I was trying to find the one for (From <name here>) msg
    Last edited by Nobody666; 10-08-09 at 06:40 AM.

  4. #4
    Valued Member Team Lion is offline
    MemberRank
    Apr 2009 Join Date
    110Posts

    Re: Whisper code

    Well upon just looking at it, it's probably just a call to ZChatOutput specifying the whisper color.

    I'll edit this post when I find it.


    Looking into it further, I found only 4 quick areas it uses the same color at.

    Two are %s (E%d) messages
    One is the (To %s) %s
    The last one is the . . . . . (Duel)

    I'll have to look more later, I need some sleep now.
    Last edited by Team Lion; 10-08-09 at 08:11 AM.

  5. #5
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Whisper code

    Quote Originally Posted by Team Lion View Post
    Well upon just looking at it, it's probably just a call to ZChatOutput specifying the whisper color.

    I'll edit this post when I find it.
    misread your post D: ignore this.

    ty
    Last edited by Nobody666; 10-08-09 at 07:32 AM.

  6. #6
    Enthusiast Trucido is offline
    MemberRank
    Oct 2008 Join Date
    42Posts

    Re: Whisper code

    Do a barrel roll!

  7. #7
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Whisper code

    looked around a bit more, and the line i got was

    0052248f

    Seems to call the senders name, so that might be it.



Advertisement