Jump to content
  • 0

Simple Client Hexing request


Question

5 answers to this question

Recommended Posts

  • 0
Posted (edited)
2 hours ago, Xenduria said:

Im looking to change gbganUn.png  into just saying "Costume" or "[C]".

If anyone is able to help me out with this it would be greatly appreciated! ❤️

find in map.cpp next line and change it
clif_solved_charname(sd->fd, charid, "Costume");
to
clif_solved_charname(sd->fd, charid, "[C]");

If you want to remove 's then edit your msgstringtable at line 451
change 
's#
to
#

Edited by Balfear
  • MVP 1
  • 0
Posted
1 hour ago, Xenduria said:

Im looking to change gbganUn.png  into just saying "Costume" or "[C]".

If anyone is able to help me out with this it would be greatly appreciated! ❤️

that item was generated by the custom modification of @costumeitem, modify it in the diff you used ?

  • 0
Posted
1 hour ago, Balfear said:

If you want to remove 's then edit your msgstringtable at line 451
change 
's#
to
#

Wont this also change all items that blacksmith produce as well? I mean anything that has a name signed on it?
 

Is there a way to do this without changing all the signed items?

  • 0
Posted
4 hours ago, Xenduria said:

Wont this also change all items that blacksmith produce as well? I mean anything that has a name signed on it?
 

Is there a way to do this without changing all the signed items?

I think there is no way, because "Costume" used as character name.

Join the conversation

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

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...