Jump to content

PhantomBoss

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by PhantomBoss

  1. Hello. My project's test-server is hosted in a dropbox, and to improve the workflow of my staff, I would like to give special access to some of the devs to build their own scripts and test it right away without they needing to ask me to configure their NPCs in the scripts_custom. So, I would like to know if it is possible to set another "script_custom" file in another folder of Rathena, so I could give them access only to this new custom file becoming unnecessary giving them access to the complete "npcs" folder.
  2. What I'm exactly doing it wrong? I put this config because I want the client font to be the same as the Brazilian official version of the game. Here is my clientinfo: <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>xxx</display> <address>xxx</address> <port>xxx</port> <version>0</version> <langtype>12</langtype> <registrationweb>www.ragnarok.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> <admin>2000008</admin> <admin>2000009</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> </connection> </clientinfo>
  3. Yes, it is. The only difference its that my langtype is 12. .txt
  4. Good morning. I went to test a NPC that I've created with Brazilian Portuguese characters, but some of them, more precisely "ç" was translated as "çÃ". I've already googled and I did found some related issues, but all of the answers were related to setting the langtype on clientinfo.xml to Brazil's(12), something that I already did but stills showing up the same error. The NPC code: // NPC de Teste prontera,161,189,5 script Teste#Test 81,{ mes "Bem vindo ao primeiro NPC do servidor xxxxx!"; mes "Para mais informações sobre o servidor, visite: xxxxxxx"; close; } In-game: Any ideas how to solve it?
×
×
  • Create New...