Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: nixcluster on March 17, 2016, 02:54:47 pm
-
Hey guys.
So im very VERY new (did i stress the very part) to the modding world of WoW, and i was following this tutorial on quest creation that says i need to use creature_questrelation to link my custom quest to the ID of a NPC..And yet the version of the database i am using..that table does not exist.
Could someone please give me a bit of clarification, and an idea on how to link my quest to an NPC
-
It would seem you are looking for tables creature_queststarter and creature_questender. Whenever you are not sure what is done in which DBC or DB table - just search a whole list of existing tables and by checking their names you will quite likely find out which is for what. Then google their name (I suggest https://trinitycore.atlassian.net/wiki (https://trinitycore.atlassian.net/wiki" onclick="window.open(this.href);return false;) for DB and https://wowdev.wiki/Main_Page (https://wowdev.wiki/Main_Page" onclick="window.open(this.href);return false;) for DBC) and find documentation for that table you found. From there you will see which field does what and where it reffers, if there are some refferences to another tables.
Check all tables which seem to have something to do with task you need to perform, check blizzlike stuff, experiment a little bit. And thats how you can basically figure out almost everything on your own.
-
I rushed in a little when i posted this, and ended up finding those tables on my own. So i have a somewhat working quest, i just have to figure out why i cant pick it up.
Thank you very much for your help