-
Notifications
You must be signed in to change notification settings - Fork 82
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
Scripts not loading #40
Comments
Can you try adding this section to services:
ac-worldserver:
environment:
AC_ELUNA_SCRIPT_PATH: "/azerothcore/env/dist/bin/lua_scripts/scripts" |
cool ty! that worked, but i had to put into docker-compose.yml |
thanks for the suggestion if this is missing, please add it in the acore-docker repository and/or in the README.md (then close this issue) |
I encountered the same problem, what is the complete content of docker-compose.coverride.yaml after modification? Where should the file be placed? |
it's not the full content it's just adding a section under services: ac-worldserver:
environment:
AC_ELUNA_SCRIPT_PATH: "/azerothcore/env/dist/bin/lua_scripts/scripts" just add this after |
I tried , it didn't work . Here is my docker-compose.override.yaml :
When I run reload eluna , nothing happens. I don't think eluna is working . How can I solve this problem , thanks! |
I think this docker image don't include eluna module by default. When I run azerothcore-wotlk/docker and add eluna module manually, it works. |
Hey, I'm able to start, run and connect to the server, but now I want to customize it and I've added to
scripts/typescript/index.ts
the content fromscripts/typescript/examples/example.ts
i've also attached to the container with
docker attach acore-docker-ac-worldserver-1
and runreload eluna
but nothing happens
I've also restarted the containers with
docker-compose down
and up againThe text was updated successfully, but these errors were encountered: