Diana 3 Posted March 20 Hello, I'm trying use updated client [2020-04-01bRagexe] Using langtype 19 for Arabic language and when I use any script that contain Arabic words I can see Arabic words from left to right It's possible to make it from right to left to be able to read it normally? Quote Share this post Link to post Share on other sites
0 Elano 5 Posted March 26 I don't think current exe support RTL languages. Did you try old exe to see if it works? Quote Share this post Link to post Share on other sites
0 Diana 3 Posted March 26 Old client supports RTL.. Quote Share this post Link to post Share on other sites
0 sader1992 588 Posted March 26 (edited) at the end of your rathena/npc/other/Global_Functions.txt add function script mes_ar { [email protected]$ = getarg(0); explode([email protected]$, [email protected]$, " "); [email protected] = getarraysize([email protected]$) -1; for([email protected][email protected];[email protected]>=0;[email protected]){ [email protected]$ += [email protected]$[[email protected]] + " "; } mes [email protected]$; return; } How to use: prontera,0,0,0 script xxxxxx 444,{ mes_ar "روح شوف كونوسوبا"; end; } Edited March 26 by sader1992 2 Quote Share this post Link to post Share on other sites
0 Diana 3 Posted March 27 @sader1992 This won't effect the english sentences in the game? Quote Share this post Link to post Share on other sites
0 sader1992 588 Posted March 28 (edited) 14 hours ago, Diana said: @sader1992 This won't effect the english sentences in the game? use mes for English and mes_ar for Arabic for sentences with both languages try and see the result and use whatever this is not a perfect solution , it's just a work around the problem for now Edited March 28 by sader1992 1 Quote Share this post Link to post Share on other sites
Hello, I'm trying use updated client [2020-04-01bRagexe]
Using langtype 19 for Arabic language
and when I use any script that contain Arabic words I can see Arabic words from left to right
It's possible to make it from right to left to be able to read it normally?
Share this post
Link to post
Share on other sites