ASM or Hex codes (2007)

Results 1 to 8 of 8
  1. #1
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    ASM or Hex codes (2007)

    Note: Using 2007 client/server files.

    After I added in the GunzExp.dll from here. When I press F9, it shows the name and hp/ap, but it shows the name in green and the hp/ap in orange (since I changed the ^0-9).

    Any ideas on how to change the name to white?

    Also, I use /wall (change command via Hex), it shows the name in orange, I want to change it to white.

    Ex: /wall Sup
    Announcement: Lightning: Sup

    0 - Black
    1 - Red
    2 - Orange
    3 - Yellow
    4 - Green
    5 - Cyan
    6 - Blue
    7 - Purple
    8 - Pink
    9 - White

    These are my colors.
    Last edited by Anju; 07-09-11 at 07:41 PM.


  2. #2
    Member Trishia is offline
    MemberRank
    Jul 2011 Join Date
    84Posts

    Re: ASM or Hex codes (2007)

    You can edit that using Hex Workshop Hex Editor

    Browse the DLL using it,
    then search for text/string: [S]
    [S] means Speed right?
    that is nearest to the output of F9 - hpap

  3. #3
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: ASM or Hex codes (2007)

    In the Gunz.exe or the dll file?

    ---------- Post added at 10:57 AM ---------- Previous post was at 10:42 AM ----------

    Nevermind, I thought you were talking about the Gunz.exe, thanks.

    Now for the /wall command (since I changed it).

  4. #4
    Freelance GunZ Developer Touchwise is offline
    MemberRank
    Aug 2009 Join Date
    The NetherlandsLocation
    754Posts

    Re: ASM or Hex codes (2007)

    Edit your messages.xml ?

  5. #5
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: ASM or Hex codes (2007)

    about admin announce with name hmmm....
    read this
    http://forum.ragezone.com/f311/put-n...n_wall-687144/

  6. #6
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: ASM or Hex codes (2007)

    I'm talking about the color, my message.xml for that wall is "^1Announcement: $1"

    But when I use the /wall command my name is orange due to the ^2 color. I'm trying to figure out a way to change it to white (^9)

    Either Hex or Ollydbg that I only know to edit, and I'm using 2007 files.

  7. #7
    Mad son. Evilness is offline
    MemberRank
    Oct 2010 Join Date
    207Posts

    Re: ASM or Hex codes (2007)

    You need to change the message color or your name color only in the admin wall?

    Code:
    ^1Announcement: $1
    Change it to:
    Code:
    ^1Announcement:$1^9
    That'll change the color of your message.

  8. #8
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: ASM or Hex codes (2007)

    There's nothing if I do that.

    Results:



Advertisement