I get the error: The CAS system was unable to initialize: ClientHandler: initiatilization error: failed fetching the CDN configuration file.
Printable View
I get the error: The CAS system was unable to initialize: ClientHandler: initiatilization error: failed fetching the CDN configuration file.
I also get this error please can someone help us ? This error happened in WoD also so I can't play...
I think we have to download full client but any Moderator can help us ?
: The CAS system was unable to initialize: ClientHandler: initiatilization error: failed fetching the CDN configuration file
:(
Is the wow build 22624 work on this repack ?
Is there a new patched exe ?
I tried to use the ones included and i get CAS errors
I have the sever up and running.
But i'm having a bit of trouble with the client
It seems to only want to connect to battlenet with the original exe.
But when i use the ones in the client folder , they fail. any help would be great.
Could you please confirm the client number
Thanks heaps
Love your work :-)
is it compatible with World of Warcraft Legion 7.0.3 22267 ?
Having this error
Click Here - https://gyazo.com/46867a0eeadce0c5429cf3627b4a69a6
Help :c Really want to test it
I think this awser yours question https://www.youtube.com/watch?v=g92VzGBjo8Y
I hope so this help you ^^
ps: i have same problem xD
Hi there,
What's the password for extracting the 7z's Legion repack ?
Works nicely for me. Thanks!
There is a small issue in TrinityCore (known issue #17822) that the required experience for level 1 is set to 12,000 xp where it should be 400 xp. You can either use the .levelup command or fix it in the following way: Run the below query on the database. You can use for instance HeidiSQL for this.
Afterwards, be sure to restart the worldserver if it was running.Code:INSERT INTO world.player_xp_for_level VALUES ('1', '400')
ps. in general it looks like the required xp for each level if off by one level but let's fix that another time.