- 19
- 2015
- 1
Yo,
It's not my own script.
This script is a custom vendor NPC gossip menu for MoP source, mainly used to organize PvP/PvE transmog sets per class. To use it, you just drop the .cpp file in your server’s src/server/scripts/Custom/ folder, recompile, and create the NPC add the scriptname on it and spawn it !
To change which vendors are linked to each class, edit the array
const static uint32 s_TransmogVendorEntry[11] = { ... };
and replace the numbers with your NPC entry IDs ! That’s the variable controlling which creature entry is used per class.
It's not my own script.
This script is a custom vendor NPC gossip menu for MoP source, mainly used to organize PvP/PvE transmog sets per class. To use it, you just drop the .cpp file in your server’s src/server/scripts/Custom/ folder, recompile, and create the NPC add the scriptname on it and spawn it !
To change which vendors are linked to each class, edit the array
const static uint32 s_TransmogVendorEntry[11] = { ... };
and replace the numbers with your NPC entry IDs ! That’s the variable controlling which creature entry is used per class.
You must reply before you can see the hidden data contained here.
Last edited: