[DiscordArchive] hey guys is there a command to add a certain amount of xp?
[DiscordArchive] hey guys is there a command to add a certain amount of xp?
Archived author: ColdFish • Posted: 2025-09-04T06:32:01.745000+00:00
Original source
hey guys is there a command to add a certain amount of xp?
Archived author: Mithria • Posted: 2025-09-04T06:36:41.501000+00:00
Original source
not to my knowledge
Archived author: ColdFish • Posted: 2025-09-04T06:36:47.331000+00:00
Original source
saj
Archived author: ColdFish • Posted: 2025-09-04T06:36:49.547000+00:00
Original source
thanks!
Archived author: Revision • Posted: 2025-09-04T13:10:37.325000+00:00
Original source
You can't on Linux, no. At least not in the same way as on Windows at all.
Archived author: kastang • Posted: 2025-09-04T13:11:32.232000+00:00
Original source
Are extracted resources (e.g. maps, dbc, vmaps, ...) core agnostic? For example, I extracted them previously using cmangos extractor, but I want to use them on a test ac server.
Archived author: Revision • Posted: 2025-09-04T13:13:49.933000+00:00
Original source
You need to extract them using the AC tools
Archived author: Revision • Posted: 2025-09-04T13:15:05.309000+00:00
Original source
The DBCs are the same, but the rest I'm not so sure about. mmaps differ because of how the core generate and use them as far as I know so you can't copy them from another core.
Archived author: kastang • Posted: 2025-09-04T13:15:51.448000+00:00
Original source
Thank you! I'll extract them again then. I appreciate the help.
Archived author: Mindfulness • Posted: 2025-09-04T13:57:01.492000+00:00
Original source
What is the issue with doing it on linux? Here's what I did to get auth and world servers running:
1. tar up $ACD/env/dist/
2. backup (dump) the auth, characters, and world mysql dbs
3. transfer (rsync) all of the above to the new computer and extract to the proper location
4. Install some necessary packages: `sudo apt-get install libboost-all-dev libmysqlclient-dev`
With that I was able to start the auth and world servers. Are you saying there's something critical missing?
EDIT: forgot to open up my external firewall. I can now safely report that I can connect and play from my local computer to my VPS with just the above steps.