How do I add quests to NPCs?
Sorry about the nooby question, but I haven't done custom quests before, I can make quest and npc but don't know how to put em together
How do I add quests to NPCs?
Sorry about the nooby question, but I haven't done custom quests before, I can make quest and npc but don't know how to put em together
Download ADE.
Make the npc.
Make the quest.
Upload the Sql's in.. its that simple.
Hope this helps
I know how to make them but how do I make the NPC give the quest I made
Change stuff!Code:INSERT INTO `creature_quest_starter` VALUES ('NPCID', 'QUESTID'); INSERT INTO `npc_text` VALUES ('NPC ID', '1', 'Text', 'Text', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `quests` VALUES ('NPC ID', '0', '370', '8', '0', '0', '0', '1101', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Objective.', 'Objective.', 'Text', '', '', '', '', '', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33030', '33031', '33034', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
![]()
Yw
in ADE go to linker and you can add the quest
If you need me you have my skype, if you don't have my skype then you don't need me.
Oh, ok, +Rep to both of you
EDIT: Gotta spread
Ok, I did that, restarted server, but it still didn't work, nothing happens when I click on him
Idk, I'm not there to see what your doing wrong sorry :/
if you have exported it correctly a simple mysql and server restart should do the trick
If you need me you have my skype, if you don't have my skype then you don't need me.
Im no expert :S but try: .quest addstart (quest ID) while targeting npc to make him be the starter of the quest and .quest addfinish to make him the end of the quest. Hope i helped (this will be my first contribution so i hope i did)