Jump to content
Digos

HEX to allow space in guild name

Recommended Posts

Recently i was facing an issue with newer clients that doesn't allow space in guild names.
 
With ollydbg, I figure out how to allow space and I'm sharing:
 
Open your hexed with a hex editor and search for this hex:

6A 20 53 FF D6 83 C4 08

 
Replace for:

6A 21 53 FF D6 83 C4 08

 
The 20 hex above is the space string (" ") , I changed it to "!" and If you want change to another just put the hex code in that position.
 
Note: Tested in 2012-05-25-RagexeRE.
  • Upvote 10
Link to comment
Share on other sites

doesn't seem to work for 20120716 ragexe.

 

/guild "with space" - error message (invalid command)

/guild "with!space" - error message (you can not use space in guild names)

 

did i miss anything?

Link to comment
Share on other sites

oh, thanks shakto. so it works on the interface but not when using /guild. either way, i'll take it. thanks again! =)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.