[DiscordArchive] Do you have any clue ? did I miss something ?
[DiscordArchive] Do you have any clue ? did I miss something ?
Archived author: Lupink • Posted: 2025-02-21T15:10:43.593000+00:00
Original source
Do you have any clue ? did I miss something ?
Archived author: Tereneckla • Posted: 2025-02-21T15:11:32.361000+00:00
Original source
check the log or run the worldserver binary from the console to keep the terminal open
Archived author: Lupink • Posted: 2025-02-21T15:13:10.253000+00:00
Original source
I don't have graphic UI (on point of using linux xD) and I have only this in Server.log :
`Will clear `logs` table of entries older than 1209600 seconds every 10 minutes.
Using DataDir ./
WORLD: VMap support included. LineOfSight:true, getHeight:true, indoorCheck:true PetLOS:true`
Archived author: Tereneckla • Posted: 2025-02-21T15:13:43.048000+00:00
Original source
modify DataDir in the config to actually point to your Data folder
Archived author: Lupink • Posted: 2025-02-21T15:14:49.288000+00:00
Original source
Which one ? azerothcore/data ?
Archived author: Tereneckla • Posted: 2025-02-21T15:15:14.440000+00:00
Original source
no, the client Data that your downloaded or extracted
Archived author: Lupink • Posted: 2025-02-21T15:16:08.460000+00:00
Original source
Hum I didn't do this because speaking about "client". I didn't thought it's related to server
Archived author: Ryan Turner • Posted: 2025-02-21T15:18:53.286000+00:00
Original source
You either extracted the data from the client or downloaded the data on the github. If you haven't you need.
When using `./` means the files (not a folder) that are in the same place as the auth and worldserver.
If you create a folder `Data` and place the files there and change the `DataDir` from `./` to `./Data` should work
Archived author: Lupink • Posted: 2025-02-21T15:29:53.371000+00:00
Original source
I've download the project on github like it's write in the documentation