Jump to content

Moving locale-string to client side


Go to solution Solved by B4RC0D3,

Recommended Posts

  • Bronze
  • Solution

I've done this by sending the client an information what kind of datatypes in which order got send.
So i modified my ChatPacket function to some kind of this: 

23b64df42a.png

Also then i reversed this on the client-side to get the arguments and got myself a StringModifier to push args step by step.
And this is almost everything you need.

Here is how i call the strings on the Server:
ch->ChatPacket(CHAT_TYPE_INFO, 934, "dd");

I hope this few hints will help you out for a bit.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.