#region WarDrope case 17526: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hello " + client.Entity.Name + ", How are you ? I am the manager of the new titles / wings"); dialog.Text("Do you want to buy wings / titles For free?"); dialog.Option("All Wing&Titel", 1); break; } case 1: { client.Entity.ConquerPoints -= 1000; new TitleStorage().GetAll(client); break; } } break; } #endregion TofanProject
public sealed class CoatStorage
case Action.Equip:
public void GetAll(Client.GameState client) { foreach (var title in Database.WardrobeTable.Titles.Values) { AddTitle(client, (short)title.Type, (short)title.ID, false); } client.Entity.haveallTitles = true; }
public bool haveallTitles = false;