Resource icon

3.3.5 TrinityCore Scripting Utility C++

test

Rogue Rogue

Developer
Divine
Rogue Rep
2
0
0
Rep
2
Rogue Vouches
0
0
0
Vouches
0
Posts
609
Likes
126
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 11 215 XP
Rogue submitted a new 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...
 
Liked By 2 members :

Instadev

MySQL & C++ Developer
banned
Instadev Rep
4
0
0
Rep
4
Instadev Vouches
0
0
0
Vouches
0
Posts
338
Likes
152
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 2 90 XP
Can be useful. Thanks!
 

PrivateDonut

Account Closed
banned
Rep
3
0
0
Rep
3
Vouches
0
0
0
Vouches
0
Posts
533
Likes
444
Bits
2 YEARS
2 YEARS OF SERVICE
LEVEL 31 71 XP
Nice release, keep up the work!
 

3,388

1,270

9,554

428

Top