• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Video TrinityCore Tutorials

ToxicDev

Banned
I know how to make a basic gossip npc but i will take a look when i get home. You never know you may learn something. XD
 

Rochet2

Moderator / Eluna Dev
The scriptname in the database is actually from the constructor:
GossipTutorial() : CreatureScript("ScriptNameHere") {}

GOSSIP_SENDER_MAIN is just a number that is passed to the OnGossipSelect(Code) as the sender variable.
Just like the action number gets sent to the OnGossipSelect(Code) as the action argument or w/e you are using.
 
Top