I want to know how to make Arathi Basin and Eye of the Storm for level 19.
I tried to change value in my battleground_template but it’s not working. I think there is something to do in C++ files but i don’t know what i am suppose to change.
This is what i think, but before, when there was NPC for Battleground ;UPDATE battleground_template SET MinLvl = 19 WHERE id = 3; worked but now, there is no more NPC for each battleground. Since that, i think we cannot change level for BG anymore …
If someone have a solution, in C++ ( no client modification ), i will take it !
You can write a command that will send the battleground queue enter-er thingy despite client limitations (Aokromes is right, there is a client limitation in the normal queue system)
The command .arathi should now send players a queue interface for arathi basin.
This code should hold up, I kind of pieced it together in notepad so excuse my terrible formatting.