Asbert75 Posted July 17, 2015 Report Share Posted July 17, 2015 So I was trying to make some quests on my TrinityCore 3.3.5a server, but when I went onto the Wiki (http://collab.kpsn.org/display/tc/Worldhttp://collab.kpsn.org/display/tc/quest_template) and looked at all the tables, I realised that it is not correct with what I have in my Database and so I have no idea how to do certain things (such as how to make a quest chain because I can't find PrevQuestID and NextQuestID only NextChainQuestID which doesn't help much. So is the Wiki outdated or did my DB fuck up? Because the server can still run on what I have so I'm guessing the wiki is outdated. Link to comment Share on other sites More sharing options...
Shin Posted July 17, 2015 Report Share Posted July 17, 2015 The wiki is outdated, any help to keep it updated would be very appreciated =) Link to comment Share on other sites More sharing options...
Nay Posted July 18, 2015 Report Share Posted July 18, 2015 At this moment, it is better if you use something like SQLYog or phpmyadmin to browse the DB schema instead of relying on the structure in the wiki. P.S PrevQuestId and NextQuestId (and a few others) were moved to `quest_template_addon` 1 Link to comment Share on other sites More sharing options...
Recommended Posts