Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Ariuss on November 20, 2014, 01:47:09 pm

Title: [DBC] Creating new "node" for mining
Post by: Ariuss on November 20, 2014, 01:47:09 pm
Well I wonder if it's possible to create new node which will look like a tree. Which files will need some kind of edit ? GameObjectDisplayInfo.dbc and Gameobject_template ?
Title: Re: [DBC] Creating new "node" for mining
Post by: Ulec on November 20, 2014, 02:45:42 pm
Quote from: "Ariuss"
Well I wonder if it's possible to create new node which will look like a tree. Which files will need some kind of edit ? GameObjectDisplayInfo.dbc and Gameobject_template ?


Copy the line for a node on your database in Gameobject_template, change the displayID of the new entry after assigning a new ID to it.

You might want to change its loot template as well as respawn time as from what I get you want cuttable trees.
Title: Re: [DBC] Creating new "node" for mining
Post by: Amaroth on November 20, 2014, 02:46:00 pm
Nothing more, nothing less. Just copy lock id from another mining node for mining skill check (or create your own one in Lock.dbc). Well, thats all :D. It seems you know what to do, so just try it and ask a question only f you really get stuck. Its not hard to look at some blizzlike mining node game object or to google gameobjct_template (or gameobjectdisplayinfo.dbc and/or lock.dbc).