Rogue
Developer
Divine
LEVEL 11
215 XP
Rogue submitted a new resource:
3.3.5 TrinityCore Scripting Utility C++ - test
Read more about this resource...
3.3.5 TrinityCore Scripting Utility C++ - test
So I started a new project and realized trinity core is descriptive with a lot of their functions which don't get me wrong that is a good thing. However when your making the same scripts over and over its just slower.
So to make them easier & quicker to create I made a utility class that is basically a wrapper.
C++:
//This will clear the gossip menu.
void CGM(Player* player);
//This adds a gossip menu item.
void AGI(Player* player, const std::string& text, uint32 action)...
Read more about this resource...