Skip to content
New issue

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

There's a problem with importing monsters and NPCs. #120

Open
Chapeleiiro opened this issue Sep 13, 2024 · 0 comments
Open

There's a problem with importing monsters and NPCs. #120

Chapeleiiro opened this issue Sep 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chapeleiiro
Copy link

From what I've observed, we are still loading monsters and creatures in XML format; however, in the current Canary base, we are using LUA. This limits the RME as it takes time to convert, and we have to create programs to do this. It would be interesting to be able to do the transfer directly in LUA.

Note: Since we are migrating to assets even in RME, creatures could be loaded directly from it since there are specific programs for altering 'racid' that change this directly in the assets. This means that the information about monsters and creatures is already read from there. Another situation is to still maintain the manual import, as there could be custom creatures.

@phacUFPE phacUFPE added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants