File Name: NPC Script Editor
File Submitter:
latheesan
File Submitted: 27 Feb 2014
File Category:
Utility
Easy to use & feature packed NPC Script Editor for RO emulator(s).
Has a built in plug-in system, so anyone can write their own plugin to extend this editor's feature.
Now optimized for performance and support NPC Script Parsing / Syntax / Error checking (F6) right in the editor to speed up your coding.
Click here to download this file
Hello latheesan, thanks for this utility, is really handy.
I have a request to ask if don't bothers. I recently came back to develop scripting on Ragnarok after many years of retirement.
Now days I work for Latin American Servers in Spanish.
When I write in Atom or in NPC Script Editor everything is fine but they only work with the UTF-8 at time to save the file.
The file is saved well, you open it in Notepad ++ or Notepad32 and read it well with the accentuation (á.é,í,ó,ú) and ¿? ¡!. the issue is that when we upload it to the server, in-game the dialogues with those Spanish symbols gets broken and replace with Unicode placeholders and other symbols.
But here comes the intricate, to solve this on server side, you have to open the txt script from let's say Notepad or Notepad++ and save it again as ANSI, and then It will works fine on the server in-game.
The problem? Well, if I open then, that script re saved as ANSI on Atom or in NPC Script Editor, the apps can understand the format and it breaks all the accentuation and punctuation and then is not viable to keep working on that script then, which makes the work pipeline a real mess.
Is there a possibility to add Save As... 'ANSI' on the save options to avoid this issue and that the utility also can read that format?
Thank you and sorry for bother.