We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to add kafra script work, following native function should be implemented:
The text was updated successfully, but these errors were encountered:
Hey! I dig in into the scripting system and so far that's what I understood:
if you want to contribute with the npc scripting, follow the instructions below
./native_functions_list.txt
config/npc/pre-re/custom/test.txt
server/src/server/script/mod.rs
NativeMethodHandler
server/src/server/script/constant.rs
The goal is to make scripting compatible with rAthena and Hercules, so use their source and study how they implemented the function.
That's correct or I'm missing something?
Sorry, something went wrong.
yes that is it. We need to implement missing function as they are described in doc https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
No branches or pull requests
In order to add kafra script work, following native function should be implemented:
The text was updated successfully, but these errors were encountered: