Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: mathex on February 10, 2013, 04:22:09 pm

Title: [QUESTION] How to disable arena cap in cataclysm
Post by: mathex on February 10, 2013, 04:22:09 pm
Hello I want to use the conquest panel under the honor function on my low level server but I get blocked by the message that I have to be level 70. I guess I have to make a custom patch, but which DBC file to edit and where?
Title: Re: [QUESTION] How to disable arena cap in cataclysm
Post by: Ascathos on February 10, 2013, 04:27:45 pm
I am pretty sure this is a feature set within your DB. Also, we do not really modify cataclysm.
Title: Re: [QUESTION] How to disable arena cap in cataclysm
Post by: mathex on February 10, 2013, 04:34:03 pm
Quote from: "Ascathos"
I am pretty sure this is a feature set within your DB. Also, we do not really modify cataclysm.
Okay, I'll take a look in the DB. Thank you. If possible do you know which table?
Title: Re: [QUESTION] How to disable arena cap in cataclysm
Post by: Ascathos on February 10, 2013, 06:12:32 pm
Quote from: "mathex"
Quote from: "Ascathos"
I am pretty sure this is a feature set within your DB. Also, we do not really modify cataclysm.
Okay, I'll take a look in the DB. Thank you. If possible do you know which table?
Seeing as you do not even state which emulator, no.
Title: Re: [QUESTION] How to disable arena cap in cataclysm
Post by: mathex on February 10, 2013, 06:13:51 pm
Quote from: "Ascathos"
Quote from: "mathex"
Quote from: "Ascathos"
I am pretty sure this is a feature set within your DB. Also, we do not really modify cataclysm.
Okay, I'll take a look in the DB. Thank you. If possible do you know which table?
Seeing as you do not even state which emulator, no.
Sorry I totally forgot to mention that it is SkyFire.
Title: Re: [QUESTION] How to disable arena cap in cataclysm
Post by: Rimewynd on February 15, 2013, 08:00:46 am
I don't really know a lot about the new cata-cores, however under Trinity in 3.3.5 there's a table called `battleground_template`, which is where the data you're looking for is stored.

I've looked at some of the tables for the new Cata-cores and they seem to be set up mostly the same, so you're probably looking for a similarly named table.

Hope it helps!

-Rimewynd