Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Toren on March 29, 2013, 04:44:54 pm

Title: [QUESTION] Custom mining
Post by: Toren on March 29, 2013, 04:44:54 pm
Hi, everybody.

I have a little problem with editing mining. I changed a  skill value (green at this skill or grey at this skill...) at smelting, but i don't know why I could change skill level at veins.

Have you some ideas?
Title: Re: [QUESTION] Custom mining
Post by: Diemen on March 29, 2013, 09:05:49 pm
I'm not surr but i guess this could be in the database of the server ?
Maybe the Gameobject Table..
Not sure but its just a guess
Title: Re: [QUESTION] Custom mining
Post by: Ascathos on March 29, 2013, 09:27:45 pm
Quote from: "Diemen"
I'm not surr but i guess this could be in the database of the server ?
Maybe the Gameobject Table..
Not sure but its just a guess
Yes, it's within the gameobject table. E.g., TrinityCore has gameobject_template.
Title: Re: [QUESTION] Custom mining
Post by: Toren on March 29, 2013, 10:27:06 pm
I tried something with game object (ID 3736 - Copper vein). I looked at open (data_0) ID and it linked me to lock.dbc (ID 38).  So i looked at column 18 and I also edited it... but... nothing changed.

Could you exactly tell me, where is it?  :D
Title: Re: [QUESTION] Custom mining
Post by: Ascathos on March 29, 2013, 11:11:28 pm
Quote from: "Toren"
I tried something with game object (ID 3736 - Copper vein). I looked at open (data_0) ID and it linked me to lock.dbc (ID 38).  So i looked at column 18 and I also edited it... but... nothing changed.

Could you exactly tell me, where is it?  :D
Make sure you add that file to your server dbcs and restart it before testing ?