-
In Progress... FFXIV...
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.
-
-
Member
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
-
In Progress... FFXIV...
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).
-
Freelance GunZ Developer
Re: ASM or Hex codes (2007)
-
Account Upgraded | Title Enabled!
Re: ASM or Hex codes (2007)
-
In Progress... FFXIV...
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.
-
Mad son.
Re: ASM or Hex codes (2007)
You need to change the message color or your name color only in the admin wall?
Change it to:
Code:
^1Announcement:$1^9
That'll change the color of your message.
-
In Progress... FFXIV...
Re: ASM or Hex codes (2007)
There's nothing if I do that.
Results: