cq_action compose gm message?

12/28/2009 02:18 Knight^Hawk#1
any1 know the id in the cq_action for the gm message when you compose...or what to look for such as %user_name or something like %pet_star
12/28/2009 02:24 Eurion#2
The red messages aren't in the cq_action, You must hex edit your server files.
12/28/2009 02:42 Knight^Hawk#3
which file ?
12/28/2009 02:48 Eurion#4
Well common sense would say MsgServer since its the main file used by the servers.
12/28/2009 19:03 magewarior2#5
Yup, i already search in to the cq_action , and nothing found ...
12/28/2009 23:32 Knight^Hawk#6
i need to find a cracked hex editing softway i guess LOL
12/29/2009 00:52 PraDevil[ELITE]#7
Quote:
Originally Posted by Knight^Hawk View Post
i need to find a cracked hex editing softway i guess LOL
LOL OllyDBG also can..google it
12/29/2009 00:54 RevolutionEO#8
Quote:
Originally Posted by PraDevil View Post
LOL OllyDBG also can..google it
no it can't, ollydbg is not suitable for translating msgserver only hex editor can be used to do it.
12/29/2009 01:03 Eurion#9
Quote:
Originally Posted by RevolutionEO View Post
no it can't, ollydbg is not suitable for translating msgserver only hex editor can be used to do it.

You're incorrect there. If you load up the msgserver in Olly look in the bottom left module. You can indeed use it to hex edit, it takes more time, but it does work.
12/29/2009 02:02 SoulNecturn#10
Quote:
Originally Posted by RevolutionEO View Post
no it can't, ollydbg is not suitable for translating msgserver only hex editor can be used to do it.
WRONG :(

Quote:
You're incorrect there. If you load up the msgserver in Olly look in the bottom left module. You can indeed use it to hex edit, it takes more time, but it does work.
CORRECT ;)

Regards
12/29/2009 04:00 hio77#11
Quote:
Originally Posted by Soulerman View Post
CORRECT ;)
Regards
hmmm want to explain a little lol?:handsdown::handsdown::handsdown:
12/29/2009 04:05 Eurion#12
I believe all Souler was saying is that RevolutionEo was incorrect while my statement was correct. Now if that isn't what you're talking about then my apologies.
12/29/2009 04:18 Knight^Hawk#13
found where you put the msg but how do get the players name and pet name and pet star. ive tried %user_name


****edit****
hio77 add me to msn please [Only registered and activated users can see links. Click Here To Register...]
12/29/2009 04:25 Eurion#14
Strings are usually %s

Numbers are usually %d
12/29/2009 04:37 Knight^Hawk#15
got it thx