hey i want to add this message "Congratulations! <player name> promoted to <rank name>" when people promote Knight,Baron,Earl,Duke and King , I want to appear that message,here is the code I want to add,but I don't know exactly where to add it,I know i need to add it to Nobility.cs or NobilityInfo.cs but I don't know,here is the code:
Code:
Network.GamePackets.Message FiveMinutes = new Network.GamePackets.Message("Congratulations!" + client.Entity.Name + "Promoted To" + client.Entity.NobilityRank + "!", System.Drawing.Color.Red, Network.GamePackets.Message.Center);
So where I need to add it to work , so when people donate this message will appear?
#Bump