Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Can someone help me fix this problem in Thai language? I am happy to pay you  (Visto 1141 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline rujirot Posteado: December 21, 2020, 10:08:55 PM | Modificado: December 21, 2020, 11:02:48 PM by rujirot

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th
Can someone help me fix this problem in Thai language?  I am happy to pay you please please please


Gracias:


Online lkt22 #1 Posteado: December 21, 2020, 10:23:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 126
  • Gracias recibida: 60
  • br

Gracias:


Offline rujirot #2 Posteado: December 21, 2020, 10:40:21 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

It will happen when I type in many of my languages.


Offline rujirot #3 Posteado: December 22, 2020, 10:43:04 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

Offline louis #4 Posteado: December 22, 2020, 12:05:37 PM | Modificado: December 22, 2020, 12:08:35 PM by louis

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36392
  • br
Try this in your source.

   //SetDword((0x00958D48 + 4), 874); //Fix chat Thai charsetcodepages
   //SetDword((0x00958D80 + 5), 874); //Fix chat Thai charsetcodepages
   //SetDword((0x00958DB8 + 3), 874); //Fix chat Thai charsetcodepages
   //SetDword((0x00958DD0 + 7), 874); //Fix chat Thai charsetcodepages

In fact you already have this in the source, the problem is the communication of Dataserver / gamserver / client

you need to fix the text length
struct PMSG_CHAT_SEND
{
   PBMSG_HEAD header; // C1:00
   char name[10];
   char message[89]; // char message[60]; 60 to 89
};

Update 36 is ready!!!

Gracias:


Offline rujirot #5 Posteado: December 23, 2020, 10:26:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

Offline thunwa1 #6 Posteado: December 25, 2020, 05:55:19 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 40
  • Gracias recibida: 12
  • af
Try this in your source.

   //SetDword((0x00958D48 + 4), 874); //Fix chat Thai charsetcodepages
   //SetDword((0x00958D80 + 5), 874); //Fix chat Thai charsetcodepages
   //SetDword((0x00958DB8 + 3), 874); //Fix chat Thai charsetcodepages
   //SetDword((0x00958DD0 + 7), 874); //Fix chat Thai charsetcodepages

In fact you already have this in the source, the problem is the communication of Dataserver / gamserver / client

you need to fix the text length
struct PMSG_CHAT_SEND
{
   PBMSG_HEAD header; // C1:00
   char name[10];
   char message[89]; // char message[60]; 60 to 89
};

This means the number of character length values ​​I want Thai language to work like for English with 1 byte Asian language which is about 2-4 characters.  boxing


Offline rujirot #7 Posteado: December 26, 2020, 01:35:15 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

Offline rujirot #8 Posteado: February 17, 2021, 07:14:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

Offline rujirot #9 Posteado: February 23, 2021, 11:20:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

Offline rujirot #10 Posteado: August 11, 2021, 04:45:44 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 69
  • th

Offline Daniel@ #11 Posteado: August 11, 2021, 10:43:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 354
  • Gracias recibida: 2786
  • ve
El main 1.04D existe una dll llamada vcorp la cual veo que funciona perfectamente bien al hockearla al main de dicha versión pero parece ser que no funciona para la 1.04E


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
2 Replies
2175 Views
Last post October 20, 2022, 08:29:36 PM
by Daniel@
2 Replies
1331 Views
Last post January 10, 2021, 12:46:25 PM
by Daniel@
0 Replies
506 Views
Last post January 13, 2021, 12:26:32 AM
by Daniel@
2 Replies
615 Views
Last post March 11, 2022, 10:03:00 AM
by SamaPondz
1 Replies
1858 Views
Last post March 18, 2023, 04:52:40 PM
by bebow16