Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: nixcluster on March 22, 2016, 12:18:26 pm

Title: SmartAI help
Post by: nixcluster on March 22, 2016, 12:18:26 pm
Hey guys
So i am slowly but surely learning my way around the database that is Trinity core. Im currently attempting to make a quest, that when i pick it up, an NPC follows me somewhere, and when we get to that somewhere...a conversation ensures. Now i know how to make the conversation for one NPC to happen, but how do i make another NPC talk during the conversation?
Title: Re: SmartAI help
Post by: Steff on March 22, 2016, 03:05:26 pm
I would suggest you to ask this in the trinity board.
I think there are more people with deeper skils special in SAI.
Title: Re: SmartAI help
Post by: Amaroth on March 22, 2016, 03:56:40 pm
https://trinitycore.atlassian.net/wiki/ ... rt_scripts (https://trinitycore.atlassian.net/wiki/display/tc/smart_scripts" onclick="window.open(this.href);return false;)
Action_type=1. Its description (and documantation for refferenced table https://trinitycore.atlassian.net/wiki/ ... xt-groupid (https://trinitycore.atlassian.net/wiki/display/tc/creature_text#creature_text-groupid" onclick="window.open(this.href);return false;) ) seem quite self-explanatory to me. However, I've never done script making NPC say something (or send another kind of message), so I don't know if this really works. It should, though.