Module Preview Build
Update 2025-06-09
AzerothCore and all modules have been updated to their latest versions.
Thanks again to all contributors helping to improve the module!
Please report any issues in the issue tracker to be fixed!
Previous release notes are available here.
This is a AzerothCore test server for those who would like a very simple way to see the module.
It is a pre-configured Windows build and includes the following modules:
- mod-individual-progression
- mod-reagent-bank-account
- mod-playerbots
The database is pre-populated so no SQL files need to be run.
The following optional IndividualProgression SQL files have been enabled:
- zz_optional_restore_crafting_cd_timers
- zz_optional_restore_potion_cd
- zz_optional_tbc_heroic_dungeon_keys_nerf
- zz_optional_unobtainable_items
- zz_optional_vanilla_crafting_requirements
- zz_optional_vanilla_phasing
Configuration options can be changed by editing the files in the config directory.
I will try to update this preview build once in a while, but for anyone who wants to play long term I highly recommend following the AzerothCore guide to compile your own server! It will allow you to always stay up to date and give freedom to change modules and contribute more towards better open source emulation.
Installation Instructions (If not yet installed)
- Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
- Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
- Extract contents of client map data into the "data" directory
- Download IndividualProgression dbc.7z
- Place the .dbc files from dbc.7z into the data/dbc directory, overwriting existing files
- Place the .mpq files from dbc.7z into the Data directory of your WoW client
- Double-click play.bat to start the server - the MySQL database will start
- After the database started up, press any key to continue to start the AuthServer and WorldServer
- Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
Creating an Account
The database does not contain any accounts by default. To create an account, in the worldserver.exe console (the red logo one), type:
.account create $accountname $password
Where $accountname is the name of your account, and $password is the password. For example:
.account create ZhengPeiRu password1234
After an account has been created, if you would like to make it a GM account, then type:
.account set gmlevel $accountname 3 -1
For example:
.account set gmlevel ZhengPeiRu 3 -1
It is suggested to not use a GM account for regular play,
because GM accounts have special debugging properties such as being able to see all phases at once.
Spawning Additional Reagent Banker NPCs
To spawn a copy of this NPC at your current location, from a GM account, type in chat:
.npc add 190012
If you would like to access the database, the username is root and the password is 123456
Please report any issues you find in the GitHub repo! If you enjoy playing the preview,
please consider to properly compile and install AzerothCore and the IndividualProgression module.