Jump to content
  • 0

Simple Client Hexing request


Xenduria

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   2
  • Joined:  08/05/19
  • Last Seen:  

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! ❤️

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

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 ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   2
  • Joined:  08/05/19
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  255
  • Reputation:   232
  • Joined:  07/24/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  113
  • Reputation:   40
  • Joined:  10/23/13
  • Last Seen:  

try using if/else condition check for item type

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

×
×
  • Create New...