Originally Posted by
houseplant2
can you have several npc's start or finish the same quest? so if i make a quest that is started by an item you find, you can take it to a differnt npc in one of the larger cities. so i could have a nightelf, human, undead, tauren, finish the quest?
I use ascent by the way. wasnt sure if this was possible. I usually use a neutral race for the finisher of a quest like this so i only have to have one npc placed in several spots. but i wanted to do something different.
yes sure it is possible... use this query:
Code:
insert into
creature_quest_finisher
values(id,quest)
change:
id -> Entry of the creature that finishes the quest (creatureID)
quest ->Entry of the quest (found in quest, questID)
and the creature will be added as quest finisher...
grtz