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

[SOLVED] Gossip won't work for me!

Status
Not open for further replies.

PrestonParsons

BETA Tester
bool OnGossipHello(Player* player, Creature* creature)
to
Bool OnGossipHello(Player* player, Creature* creature) override

Well i checked my gossip script but maybe miss bit of override end of it?

or
Code:
bool OnGossipHello(Player* plr, Creature* npc)

if am wrong then wait for someone can help you lol
 
Last edited:

Tommy

Founder
Give us the creature SQL code you made for the script and paste your ScriptLoader.cpp contents too.

- Moved to Scripting Support as this isn't Core Support related. Second thread I had to move from Core (not from the same person), can't see how people don't see that. :p
 
Status
Not open for further replies.
Top