Jump to content

What ID?


0flee

Recommended Posts

There is no player name in systemmsg-e.dat. You could simply add an empty string and add $c1 on it, for example, and then tell the server to send the new ID and replace $c1 with the player's name.

i.e.:
$c1 has obtained $s3 $s2.

$c1 = player name (your char or anyone else's char)
$s3 = item quantity
$s2 = item name

Edited by 911reg
Link to comment
Share on other sites

1 hour ago, 0flee said:

What you don't understand?

everything about your post? what client? what did you want to do? what protocol? sysstring is for static messages. If you are talking about player name (the one above your head) it is in uipacket in server. if you are talking about  names added to messages (ex. CharName has obtained ItemName like 911reg's post then it would be in systemmsg with $s1 $s2 variables which you can control on server).

Link to comment
Share on other sites

3 hours ago, 911reg said:

There is no player name in systemmsg-e.dat. You could simply add an empty string and add $c1 on it, for example, and then tell the server to send the new ID and replace $c1 with the player's name.

i.e.:
$c1 has obtained $s3 $s2.

$c1 = player name (your char or anyone else's char)
$s3 = item quantity
$s2 = item name

I don't know how to add in the client

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