This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [TrinityCore Question] Quest Creation  (Read 903 times)

nixcluster

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
[TrinityCore Question] Quest Creation
« 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [TrinityCore Question] Quest Creation
« Reply #1 on: March 17, 2016, 10:46:43 pm »
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 for DB and https://wowdev.wiki/Main_Page 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

nixcluster

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [TrinityCore Question] Quest Creation
« Reply #2 on: March 18, 2016, 03:52:17 am »
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »