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

Character Creation says Error when creating race with class #32

Open
belalhaifa opened this issue Dec 5, 2024 · 1 comment
Open

Character Creation says Error when creating race with class #32

belalhaifa opened this issue Dec 5, 2024 · 1 comment

Comments

@belalhaifa
Copy link

So I put in everything I think maybe I missed something with Mod-ARAC. And in the character creation I was able to choose any race with any class but when I press create character it gives me an error.

After that I go into any character and for some reason I was unable to equip anything. Idk what I missed maybe it’s the query part.

I’m a bit of a noob when it comes to this I just got started. Could anybody possibly give me a dumb down guide on what to do?

@yani9o
Copy link

yani9o commented Dec 18, 2024

What i did

in regular (non-docker) version:

  1. download the module and place it like this "/azerothcore-wotlk/modules/mod-arac/"
  2. run the arac.sql file ("azerothcore-wotlk/modules/mod-arac/data/sql/db-world" ) via mysql in the acore_world database.
  3. take the three .dbc-files from "azerothcore-wotlk/modules/mod-arac/patch-contents/DBFilesContent/" and put them into "azerothcore-wotlk/env/dist/bin/dbc" (where all the other dbc files are, had to overwrite the existing files).
  4. recompile
  5. start server

in docker (linux - you'd need to find the correct location on windows):
same, but at step 3):
copy the three files into (overwrite again)
/var/lib/docker/volumes/azerothcore-wotlk_ac-client-data/_data/dbc/

for client (your gamefolder, not server files):
also make sure you have PatchA.mpq in your [WoW-Folder]/Data/

if all that is correct, you probably have another problem and it's not because of this mod alone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants