its not th client, i just compiled a clean version of rathena, seems like theres something wrong with my own version... damn, now i have to sniff through every bit of src code ive created to see whats causing this issue
Edit:
okay fixed! thanks everyone, i noticed it was my custom mob_chat causing the problem, i didnt complete merging it to rathena, so it was partly working and it didnt want to listen to players broadcast anymore but only to mobs, lol XD
Normally you would get a compile error if something is missing, but the merge replaced in clif.c the map_foreachinrange(npc_chat_sub, &sd->bl, AREA_SIZE, BL_NPC, text, textlen, &sd->bl); with my mob_chat's values function, instead of creating a new line instead.
im glad i solved it