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

Donation System

FoxGaming

Exalted Member
Awhile back I made this to be released on The Bazaar but never got around to it, you may now use it as you wish.

What does this contain?
  1. C++ Gossip Script w/ Item Preview
  2. Queries for dp_items table and balance column in auth.

What is this missing?
A dedicated website to add Donation points to the user. You're welcome to use this as is and manually handle donations, but for complete automation a donation page will be required.


Download Here

Screenshots:
wFeVVa6.png

cM4lO3E.png
 

Tommy

Founder
Hey..:!
not work, for Trinitycore Rev.61 the last.
the crash the Server :'(

Maybe you should look at the date this was last updated before trying it out. Makes sense it won't work on a recent TC rev as this is 8+ months old..
 

kusanagy

Respected Member
in the Line 130 delete " \ "
work now! :D Solved.

player->ADD_GOSSIP_ITEM(GOSSIP_ICON_CHAT, "Back", GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 8);
player->SEND_GOSSIP_MENU(1, creature->GetGUID());
\ ----------------- deletes this., a small mistake.
break;
 
Last edited:
Top