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

TrinityCore 3.3.5 User stone C++

BuxBunny

Member
Hello,
I've been leeching for a while here, so it's time to give back, I'm just starting in c++ so please correct me if I'm wrong.
This script can replace your hearthstone or you can just create a custom item, which shows a menu that have multiple useful items in it, please know that you have to have Rochet2 Item and Gossip.

http://pastebin.com/aQkGC003

I'd also like to thank Rochet2, and Tommy for their help.
 

Tommy

Founder
I have error in the Compile


invalid "override" as I can fix this?

thanks good job.

If you don't have the item gossip modification (which it's stated in OP's post that you need it) then it won't work and you'll get that error.
 

PrestonParsons

BETA Tester
player->PlayerTalkClass->ClearMenus();
player->ADD_GOSSIP_ITEM(0, "Starter Area", GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 1);

how I make it like menu? like click on starter area then its open other gossip list of teleport..? etc
 
Top