Skip to content

Releases: ZhengPeiRu21/mod-individual-progression

Module Preview Build

29 Nov 18:20
Compare
Choose a tag to compare

Update 2023-11-29
AzerothCore and all modules have been updated to their latest versions. Thanks again to all contributors helping to improve the module!
Please note that this release updates to the newest version of AutoBalance rather than using the NPCbot fork. I recommend using the player offset config option to adjust it if you are using bots.

Per request, this update now includes the Random Enchants module as an optional module that can be enabled through config options. It is disabled by default.

Please report any issues in the issue tracker to be fixed!

Previous release notes are available here.


This is a simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • mod-random-enchants
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

03 Nov 19:26
Compare
Choose a tag to compare

Update 2023-11-03
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 simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

27 Sep 20:00
f1c20c5
Compare
Choose a tag to compare

Update 2023-09-27
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 simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

18 Sep 22:48
Compare
Choose a tag to compare

Update 2023-09-18
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 simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

05 Sep 18:55
Compare
Choose a tag to compare

Update 2023-09-05
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 simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

22 Aug 16:17
Compare
Choose a tag to compare

Update 2023-08-22
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 simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

10 Aug 13:30
Compare
Choose a tag to compare

Update 2023-08-10
For usage with Individual Progression's recent restoration of PvP Rank requirements for Vanilla PvP gear, this build now includes mod-pvp-titles, disabled by default.

In addition, as always, AzerothCore and all installed modules have been updated to their latest versions.

Please report any issues in the issue tracker to be fixed!

Previous release notes are available here.


This is a simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-challenge-modes
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset
  • mod-pvp-titles
  • NPCBots

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

31 Jul 23:22
Compare
Choose a tag to compare

Update 2023-07-26
This update now integrates the excellent NPCBots by trickerer. They are disabled by default but can be enabled and configured in the worldserver config. Please note that I can provide only minimal support for the bots; for questions or support, please visit their original repo.

In addition, the following new modules are now installed:

  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset

These modules are disabled by default but can be enabled through their respective configs.

For those updating from a previous release, please take care that the config dir provided in the Update archive may overwrite custom changes you have made - please use caution and migrate your changes appropriately.

In addition, as always, AzerothCore and all installed modules have been updated to their latest versions.

Please report any issues in the issue tracker to be fixed!

Previous release notes are available here.


This is a simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog
  • mod-challenge-modes

The following modules are supported in the compiled binary but are disabled by default - they can be enabled through config options:

  • mod-ah-bot
  • mod-leech
  • mod-aoe-loot
  • mod-instance-reset

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

26 Jul 18:36
Compare
Choose a tag to compare

Update 2023-07-26
This updates to the latest version of AzerothCore and all modules.

Please report any issues in the issue tracker to be fixed!

Previous release notes are available here.


This is a simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-ah-bot (disabled by default)
  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog
  • mod-challenge-modes

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.

Module Preview Build

14 Jul 15:47
Compare
Choose a tag to compare

Update 2023-07-14
This updates to the latest version of AzerothCore and all modules.

Please report any issues in the issue tracker to be fixed!

Previous release notes are available here.


This is a simple packing of AzerothCore test server for those who would like to very simple way to see the module. It is a pre-configured Windows build and includes the following modules:

  • mod-ah-bot (disabled by default)
  • mod-autobalance
  • mod-individual-progression
  • mod-reagent-bank
  • mod-transmog
  • mod-challenge-modes

The database is pre-populated so no SQL files need to be run. All optional IndividualProgression SQL files have been enabled to best show the module features.

Configuration options can be changed by editing the files in the config directory.

I will try to update this preview build every while, but for anyone who is want 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)

  1. Extract ModIndividualProgressionPreview to any folder (7-zip is required to extract the 7z archive)
  2. Download latest pre-extracted client map data from https://github.com/wowgaming/client-data/releases
  3. Extract contents of client map data into the "data" directory
  4. Download IndividualProgression dbc.zip
  5. Place the .dbc files from dbc.zip into the data/dbc directory, overwriting existing files
  6. Place the .mpq files from dbc.zip into the Data directory of your WoW client
  7. Double-click play.bat to start the server - the MySQL database, AuthServer and WorldServer will all start
  8. Remember to change the realmlist.wtf in your client to point to your local server (127.0.0.1).
  9. It is not necessary to install the update when installing from this release - it is already included in the install

Update Instructions (If already installed - this will update while preserving your account and character data)

  1. Extract Update.7z to your installation folder. Say yes to overwriting any files.
  2. Ensure the server is not running
  3. Double-click update.bat
  4. Wait until the update is complete - it may take a few minutes. The black CMD window will disappear when the update is done.
  5. When the update is complete, update_world20220928.sql and update_characters20220928.sql can be safely deleted.

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, as GM accounts have special debugging properties such as seeing all phases at once.

Suggested Addons

If you are using the transmog collection system (enabled by default,) this addon will provide you with a collection UI:
https://github.com/ZhengPeiRu21/transmog-addons
If the collections UI seems out of sync with your collected items, type .transmog sync into chat to sync with the server's collection database.

If you are aiming for a more classic experience, you may enjoy the addon:
https://github.com/ZhengPeiRu21/hide-vendor-price
This addon will cause vendor prices for items to only show when speaking with vendors, as was the behavior until patch 3.2.

Spawning Additional Transmog and Reagent Banker NPCs

Transmog and Reagent Banker NPCs are currently spawned in Stormwind in appropriate locations (the Reagent Banker is in the Bank and the Transmog NPC is in the clothing shop near the harbor.) If you would like to spawn additional copies of these NPCs in other locations, from a GM account, type in chat:
For a transmog NPC: .npc add 190010
For a reagent banker NPC: .npc add 190011

This will spawn the given NPC at the location the GM is currently standing. Please note that they will need to be re-added after an update because this refreshes the world database.

If you would like to access the database, the username is root and there is no password.


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.