Forum > Serverside Modding
[WotLk] [QUESTION] Heroic Dungeon/Raid Level Requirement
<< < (2/3) > >>
Portals:
Its gotta be something like that cause I searched and found this
I have found this in Globalstrings.lua but I still cannot find where I can edit the level required for them to be used under level 65.
--- Code: ---RAID_DIFFICULTY = "Raid Difficulty"; RAID_DIFFICULTY1 = "10 Player"; RAID_DIFFICULTY2 = "25 Player"; RAID_DIFFICULTY3 = "10 Player (Heroic)"; RAID_DIFFICULTY4 = "25 Player (Heroic)"; RAID_DIFFICULTY_10PLAYER = "10 Player"; RAID_DIFFICULTY_10PLAYER_HEROIC = "10 Player (Heroic)"; RAID_DIFFICULTY_20PLAYER = "20 Player"; RAID_DIFFICULTY_25PLAYER = "25 Player"; RAID_DIFFICULTY_25PLAYER_HEROIC = "25 Player (Heroic)"; RAID_DIFFICULTY_40PLAYER = "40 Player"; --- End code ---
--- Code: ---DUNGEON_DIFFICULTY = "Dungeon Difficulty"; DUNGEON_DIFFICULTY1 = "5 Player"; DUNGEON_DIFFICULTY2 = "5 Player (Heroic)"; DUNGEON_DIFFICULTY3 = "Epic (Unused)"; DUNGEON_DIFFICULTY_5PLAYER = "5 Player"; DUNGEON_DIFFICULTY_5PLAYER_HEROIC = "5 Player (Heroic)"; --- End code ---
Any help on this would be much appreciated.
bizzlesnaff:
I think the lua file change what u see ingame and the "access_requirement" table should set what ever you like to unlock. So if u plan to go in to icc with level 65 u have to change this in the "access_requirement" table. And you have to change this for every single raid. Or did I get something wrong?
Portals:
Try it yourself and tell me if it works. I have Utgarde Keep heroic and regular set for level 15 in my access_requirement but I still dont get the tooltip on my character to choose heroic or regular.
bizzlesnaff:
Ah well, now I know what's your problem. Yes, didn't mentioned, that raid and dungeon difficulty are not available at level 15..
Well..I'll search around a little bit, but honestly I've no idea what's to do.
Portals:
All good, I still just wanna try and figure this out. I know you can change difficulty using a macro but who wants to do that...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|