Modcraft - The community dedicated to quality WoW modding!

Content creation => Level Design => Topic started by: Alice on June 26, 2015, 05:38:40 am

Title: [QUESTION] Missed gobjects?
Post by: Alice on June 26, 2015, 05:38:40 am
Hi everybody.
There are some gobjects that don't appear when i try to add it. Most of them are Blood elf furniture.
So, to fix this problem, i was reading a tutorial to add gobjects to my server, i did everything that it says: get the patch, change DBC, add the scripts....
The point is that it didn't work. So, anybody knows another way to add gobjects to a server?
Title: Re: [QUESTION] Missed gobjects?
Post by: Milly on June 26, 2015, 05:43:45 am
There is no other way. Use this if you haven't already tried it:
 http://www.ownedcore.com/forums/world-o ... jects.html (http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-emulator-servers/wow-emu-general-releases/288812-sql-patch-all-buildings-models-etc-gameobjects.html" onclick="window.open(this.href);return false;)

GameObjectDisplayInfo.dbc goes on both the client and the server. Run the SQL file on the gameoobject_template database on your server. Must be TrinityCore afaik

The patch linked here is actually pretty shitty because they started off as a manual project before automating it. Meaning some of the earlier gameobjects they added are actually listed by names they made up, rather than their filenames. They're therefore pretty hard to find, and your BE stuff might be included in that.

You should still be able to find what you need by cracking open the GameObjectDisplayInfo.dbc and running a search on the file name, and then finding out which ID they gave it.

Some day in the future I'll make a fresh patch for 3.3.5 and release it.
Title: Re: [QUESTION] Missed gobjects?
Post by: Alice on June 26, 2015, 06:14:19 am
i already used this tutorial, but it didn't work. IDK, maybe should try again. Thanks for your time Milly!
Title: Re: [QUESTION] Missed gobjects?
Post by: Milly on June 26, 2015, 06:14:52 am
It is the only way. Good luck!