PDA

View Full Version : Vanilla PvP Titles from NPC Vendor



Wise
11-01-14, 10:12 PM
Edit: Sorry that I didn't add a tag to the thread, not used to that :)




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:




{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:


{1, "of the Alliance", 50000, 126}

Script: Pastebin - No PvP Badges (http://pastebin.com/v6R49WwC)




Script: Pastebin - PvP Badges (http://pastebin.com/DUE1eeGc)