Defined rAthena NPC scripting language for Notepad++.
- NPC script commands.
- Constants from db/const.txt
- Open your Notepad++ and go to the Language > Define your language... > Import.
- Use default styles in the Settings > Style Configurator > Select theme: Default.
- Or you can download example style theme /themes/rAthenaWhite.xml and import it Settings < Import < Import style theme(s)....
- Restart Notepad++ after changing language or styles.
- Make a new theme by copying stylers.xml in ( %APPDATA%\notepad++ ) and rename it for your theme and edit it.
- Save it in ( %APPDATA%\notepad++\themes ) folder.
- Restart Notepad++ after edit.
- Copy APIs/rathena.xml to Notepad++ installation folder APIs/rathena.
- Open menu Settings > Preferences... > Auto-Completion tab, check "Enable auto-completion on each input".
- Restart Notepad++.
Happy editing.