• 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 Menu

Status
Not open for further replies.

Lstm

Respected Member
Could anyone tell me how I do that instead of the menu to close it to return to the main screen?


case 191:
Enchant(player, player->GetItemByPos(INVENTORY_SLOT_BAG_0, EQUIPMENT_SLOT_FEET), ENCHANT_BOOTS_GREATER_ASSULT);
player->CastSpell(player, 55420);
player->PlayerTalkClass->SendCloseGossip();

---- EDIT

ADD
OnGossipHello(player, creature);

---
SOLVED!!!
 
Last edited:
Status
Not open for further replies.
Top