Forum > Miscellaneous

[QUESTION:Wrath]  New Dungeon Difficulty

<< < (4/5) > >>

Grymskvll:

--- Quote from: "Nupper" ---
Gameobject_Template

--- Code: ---GAMEOBJECT_TYPE_DUNGEONDIFFICULTY = 31

    data0: mapID (From Map.dbc)
    data1: difficulty

     

     

0 5 man normal, 10 man normal
1 5 man heroic, 25 normal
2 5 Man Epic (Possibily), 10 man heroic
3 25 man heroic
--- End code ---

--- End quote ---


Sorry, I copied the wrong line. I updated my post to fix it.

Nupper:

--- Quote from: "Grymskvll" ---
--- Quote from: "Nupper" ---
Gameobject_Template

--- Code: ---GAMEOBJECT_TYPE_DUNGEONDIFFICULTY = 31

    data0: mapID (From Map.dbc)
    data1: difficulty

     

     

0 5 man normal, 10 man normal
1 5 man heroic, 25 normal
2 5 Man Epic (Possibily), 10 man heroic
3 25 man heroic
--- End code ---

--- End quote ---


Sorry, I copied the wrong line. I updated my post to fix it.
--- End quote ---

I Renamed it to Mythic

Nupper:
Additional Known Issues

Welcome message displays Heroic


--- Code: ---Welcome to [Dungeon name] (5 Player (Heroic)). Instance locks are scheduled to expire in [Time Remaining]
--- End code ---
instead of

--- Code: ---Welcome to [Dungeon name] (5 Player (Epic)). Instance locks are scheduled to expire in [Time Remaining]
--- End code ---

Fixed issue with Instance Portals
When making a new portal 5-man Epic = Data1: 2

Grymskvll:

--- Quote from: "Nupper" ---Additional Known Issues

Welcome message displays Heroic


--- Code: ---Welcome to [Dungeon name] (5 Player (Heroic)). Instance locks are scheduled to expire in [Time Remaining]
--- End code ---
instead of

--- Code: ---Welcome to [Dungeon name] (5 Player (Epic)). Instance locks are scheduled to expire in [Time Remaining]
--- End code ---

--- End quote ---

You need to change the last field in MapDifficulty.dbc to "DUNGEON_DIFFICULTY_5PLAYER_EPIC"


Edit: Oh, I get it! Sorry, I completely misinterpreted an earlier post. So to fix invisible portals, see this post: http://modcraft.io/viewtopic.php?p=56547#p56547 (it refers to the mysql world.gameobject_template table)

Nupper:

--- Quote from: "Grymskvll" ---
--- Quote from: "Nupper" ---Additional Known Issues

Welcome message displays Heroic


--- Code: ---Welcome to [Dungeon name] (5 Player (Heroic)). Instance locks are scheduled to expire in [Time Remaining]
--- End code ---
instead of

--- Code: ---Welcome to [Dungeon name] (5 Player (Epic)). Instance locks are scheduled to expire in [Time Remaining]
--- End code ---

--- End quote ---

You need to change the last field in MapDifficulty.dbc to "DUNGEON_DIFFICULTY_5PLAYER_EPIC"


--- Quote ---Fixed issue with Instance Portals
When making a new portal 5-man Epic = Data1: 2
--- End quote ---

Could you elaborate?
--- End quote ---

Mythic Mode (Epic) Instance portal

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version