Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

how do I enable ascii character format.

Newbie Spellweaver
Joined
Aug 5, 2017
Messages
29
Reaction score
2
is it possible and if it is, is it in the client side or server side or both?, how exactly?

files: IGCN season 9 ep 2
 
Custom Title Activated
Loyal Member
Joined
Nov 1, 2008
Messages
1,290
Reaction score
232
IGCData\IGC_ProhibitedSymbols.xml

<ProhibitedSymbols Mode="1">

change to

<ProhibitedSymbols Mode="0">

And to allow a specific symbol
<Restrict Symbol="@" Chat="0" CharName="1" GuildName="1" />

change to

<Restrict Symbol="@" Chat="0" CharName="0" GuildName="1" />
 
Upvote 0
Newbie Spellweaver
Joined
Aug 5, 2017
Messages
29
Reaction score
2
ohh I got the wrong character format I meant unicode or whatever that format called, to be able to write in languages such as hebrew, arabic, right to left languages.
 
Upvote 0
Back
Top