Vanilla PvP Titles from NPC Vendor
Edit: Sorry that I didn't add a tag to the thread, not used to that :)
Quote:
So Rochet2 created this script for me like a year ago or so, I decided I wanted to fix it to work with the current revision, I had some help from LilleCarl, Rochet2 and JameyBoor to update it (as I just recently started C++ I could not do it myself).
Screenshots:
http://i.imgur.com/HNTDWgR.jpg
How to add ANY title:
This is the structure of the title option:
Code:
{IconID, Title Name (Not Title ID,
this is what shows up on Gossip Menu),
Honorable Kills Required,
TitleID (This has to be the Id of the title taken from the DB)}
Example title:
Code:
{1, "of the Alliance", 50000, 126}