Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] I created a new difficulty for AQ40 raid, i created the new id in the mapdifficulty.dbc, with diffic

[DiscordArchive] I created a new difficulty for AQ40 raid, i created the new id in the mapdifficulty.dbc, with diffic

[DiscordArchive] I created a new difficulty for AQ40 raid, i created the new id in the mapdifficulty.dbc, with diffic

rektbyfaith
Administrator
0
08-10-2025, 07:10 AM
#1
Archived author: Algardo • Posted: 2025-08-10T07:10:15.343000+00:00
Original source

I created a new difficulty for AQ40 raid, i created the new id in the mapdifficulty.dbc, with difficulty 2, maxplayers 10 and difficultystring RAID_DIFFICULTY_10PLAYER (tried RAID_DIFFICULTY_10PLAYER_HEROIC too) and its showing like in the image (heroic 0)
i also created some data in these tables
```DELETE FROM `dungeon_access_template` WHERE `id`=122;
INSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level`, `max_level`, `min_avg_item_level`, `comment`) VALUES
(122, 531, 2, 80, 0, 0, 'Ahn\'Qiraj Temple (AQ10) - 10man Heroic');
DELETE FROM `instance_reset` WHERE `mapid`=531 AND `difficulty`=2;
INSERT INTO `instance_reset` (`mapid`, `difficulty`, `resettime`)
VALUES (531, 2, 1755230400);```

any idea how to convert the 0 in minimap into the raid size?
[Image: image.png?ex=690c49d7&is=690af857&hm=419...051d92f3e&]
rektbyfaith
08-10-2025, 07:10 AM #1

Archived author: Algardo • Posted: 2025-08-10T07:10:15.343000+00:00
Original source

I created a new difficulty for AQ40 raid, i created the new id in the mapdifficulty.dbc, with difficulty 2, maxplayers 10 and difficultystring RAID_DIFFICULTY_10PLAYER (tried RAID_DIFFICULTY_10PLAYER_HEROIC too) and its showing like in the image (heroic 0)
i also created some data in these tables
```DELETE FROM `dungeon_access_template` WHERE `id`=122;
INSERT INTO `dungeon_access_template` (`id`, `map_id`, `difficulty`, `min_level`, `max_level`, `min_avg_item_level`, `comment`) VALUES
(122, 531, 2, 80, 0, 0, 'Ahn\'Qiraj Temple (AQ10) - 10man Heroic');
DELETE FROM `instance_reset` WHERE `mapid`=531 AND `difficulty`=2;
INSERT INTO `instance_reset` (`mapid`, `difficulty`, `resettime`)
VALUES (531, 2, 1755230400);```

any idea how to convert the 0 in minimap into the raid size?
[Image: image.png?ex=690c49d7&is=690af857&hm=419...051d92f3e&]

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)