How to make quest

Hi i have question how to make quest who looks like:

1.take quest from npc.

2.must right click 4 times on npc (not the same npc) to done quest

3.giving back quest

looks like this quest http://www.wowhead.c…13/fear-no-evil

please help thx.

in quest_template set RequiredNpcOrGo and then in smart_scripts use smart_event_gossip_hello and smart_action_killedmonster on invoker

in smart_scripts i cant find ‘[COLOR=rgb(40,40,40)]smart_event_gossip_hello or smart_action_killedmonster on invoker’

[COLOR=rgb(40,40,40)]can you show me it with sql code ? ;] thx

SELECT * FROM smart_scripts WHERE event_type=64 AND action_type=33;

anyway learn to use smart_scripts http://collab.kpsn.org/display/tc/smart_scripts

thx

but still not working can you paste all sql code + npc create all what i need to working quest thx

— Canned message start —

This thread is not related to the official Trinity codebase and was moved to the Custom Code section.

Please read the stickies next time.

— Canned message end —

No dude. He gave you a query that pointed you in the right direction. It’s not rocket science to go look at the wiki and learn what each of the fields in quest_template is for and what are acceptable values, and make your own. Someone giving you “all sql code + NPC” is spoonfeeding, and isn’t worth our time or yours.

The most you’re going to get (from me anyway) are links, so here you go.

http://collab.kpsn.org/display/tc/Quest+template+tc2

http://collab.kpsn.org/display/tc/smart_scripts

http://collab.kpsn.org/display/tc/creature_template

If you’re willing to do a little work, as in post the queries that you’re building, someone might be inclined to point out mistakes. But don’t expect anyone here to simply do the work for you.