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
-
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?
-
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
-
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.
-
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
-
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 ?