• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 Changing dungeon to raid

lovekilz

Emulation Addict
Hello, i am kinda stuck.
I want to change Shattered Halls from 5 man dungeon to Shattered Halls 10 man raid, tho i dont got any ideea how, i tried messing with map dbc but got nowhere.
Can someone give me a hint or point me in the right direction ? Thanks.
 

MrPixelMC

Member
Edit MapDifficulty.dbc to add raid mode for the instace or replace the instance mode with raid only.

Then, you need to change the value in the World DB, access_requirement table, find the map ID for Shattered Halls and then the second column (difficulty entry) (if you've replaced in MapDifficulty.dbc) or create a new row with same map ID but different difficulty entry if you've added a new difficulty in the DBC.

For instances:
0 = 5 (dungeon)
1 = 5 hc (dungeon)

For Raids:
0 = 10
1 = 25
2 = 10 hc
3 = 25 hc

 
Top