profile updates

This commit is contained in:
uprightbass360
2025-11-27 01:06:37 -05:00
parent 251b5d8f9f
commit 82a5104e87
10 changed files with 41 additions and 24 deletions

View File

@@ -12,7 +12,6 @@
"MODULE_ACCOUNT_ACHIEVEMENTS",
"MODULE_AUTO_REVIVE",
"MODULE_GAIN_HONOR_GUARD",
"MODULE_ELUNA",
"MODULE_TIME_IS_TIME",
"MODULE_RANDOM_ENCHANTS",
"MODULE_SOLOCRAFT",
@@ -24,6 +23,7 @@
"MODULE_REAGENT_BANK",
"MODULE_BLACK_MARKET_AUCTION_HOUSE",
"MODULE_ELUNA_TS",
"MODULE_ELUNA",
"MODULE_AIO",
"MODULE_ELUNA_SCRIPTS",
"MODULE_EVENT_SCRIPTS",
@@ -34,7 +34,7 @@
"MODULE_ITEM_LEVEL_UP",
"MODULE_GLOBAL_CHAT"
],
"label": "\ud83e\udde9 Sam",
"description": "Sam's playerbot-centric preset (use high bot counts)",
"order": 7
"label": "\ud83e\udde9 RealmMaster",
"description": "RealmMaster suggested build (33 enabled modules)",
"order": 0
}

View File

@@ -342,6 +342,6 @@
"MODULE_CLASSIC_MODE"
],
"label": "\ud83e\udde9 All Modules",
"description": "Enable every optional module in the repository",
"order": 5
"description": "Enable every optional module in the repository - NOT RECOMMENDED",
"order": 7
}

View File

@@ -0,0 +1,8 @@
{
"modules": [
],
"label": "\u2b50 AzerothCore Main - Mod Free",
"description": "Pure AzerothCore with no optional modules enabled",
"order": 3
}

View File

@@ -6,5 +6,5 @@
],
"label": "\ud83e\udde9 Playerbots Only",
"description": "Minimal preset that only enables playerbot prerequisites",
"order": 6
"order": 4
}

View File

@@ -7,9 +7,12 @@
"MODULE_TRANSMOG",
"MODULE_NPC_BUFFER",
"MODULE_LEARN_SPELLS",
"MODULE_FIREWORKS"
"MODULE_FIREWORKS",
"MODULE_ELUNA_TS",
"MODULE_ELUNA",
"MODULE_AIO"
],
"label": "\ud83e\udd16 Playerbots + Suggested modules",
"description": "Suggested stack plus playerbots enabled",
"order": 2
"order": 1
}

View File

@@ -1,6 +1,8 @@
{
"modules": [
"MODULE_ELUNA_TS",
"MODULE_ELUNA",
"MODULE_AIO",
"MODULE_SOLO_LFG",
"MODULE_SOLOCRAFT",
"MODULE_AUTOBALANCE",
@@ -10,6 +12,6 @@
"MODULE_FIREWORKS"
],
"label": "\u2b50 Suggested Modules",
"description": "Baseline solo-friendly quality of life mix",
"order": 1
}
"description": "Baseline solo-friendly quality of life mix (no playerbots)",
"order": 2
}