|
المشاركات 222 |
+التقييم 0.13 |
تاريخ التسجيل Feb 2020 |
الاقامة اسكندريه |
نظام التشغيل C#C |
رقم العضوية 3522 |
IF(monster.Killer.UID!=null)
#region Wardrobe W|i|s|k|e case 17526: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hello " + client.Player.Name + ", How are you ? I am the manager of the new titles / wings"); dialog.Text("Do you want to buy wings / titles For free by Wiske?"); dialog.Option("All Wing&Titel", 1); break; } case 1: { new TitleStorage().GetAll(client); break; } } break; } #endregion
#region Wardrobe W|i|s|k|e case 17526: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hello " + client.Player.Name + ", How are you ? I am the manager of the new titles / wings"); dialog.Text("Do you want to buy wings / titles For free by Wiske?"); dialog.Option("All Wing&Titel", 1); break; } case 1: { new TitleStorage().GetAll(client); } } break; } #endregion