nmeylan / rust-ro

A Ragnarok online server implementation from scratch, inspired by rathena and herculesws
https://discord.gg/AJkR8mhdFJ
MIT License
108 stars 14 forks source link

Add kafra support #5

Open nmeylan opened 2 years ago

nmeylan commented 2 years ago

In order to add kafra script work, following native function should be implemented:

DanielHe4rt commented 11 months ago

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

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?

nmeylan commented 11 months ago

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