#region Demha cj quest case 121213: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Low M3ak [(200 DreamGrass - 200 Moss - 200 SoulAroma)] T2der Ta5d Mkanhom TokenChiFull Or TokenJiangEpic"); dialog.Option("Change", 12); dialog.Option("Just passing by.", 255); dialog.Send(); break; } case 12: { dialog.Option("( 200-200-200 ) For ChiFull.", 1); dialog.Option("( 200-200-200 ) For JiangEpic.", 2); dialog.Option("Just passing by.", 255); dialog.Avatar(116); dialog.Send(); break; } case 1: { if ((client.Inventory.Contains(722723, 200)) && (client.Inventory.Contains(722724, 200) && (client.Inventory.Contains(722725, 200)))) { client.Inventory.Remove(722723, 200); client.Inventory.Remove(722724, 200); client.Inventory.Remove(722725, 200); client.Inventory.Add(729690, 0, 1); } else { dialog.Text("Please take 200-200-200 To Prize TokenChiFull."); dialog.Option("I see.", 255); dialog.Avatar(116); dialog.Send(); } break; } case 2: { if ((client.Inventory.Contains(722723, 200)) && (client.Inventory.Contains(722724, 200) && (client.Inventory.Contains(722725, 200)))) { client.Inventory.Remove(722723, 200); client.Inventory.Remove(722724, 200); client.Inventory.Remove(722725, 200); client.Inventory.Add(729692, 0, 1); } else { dialog.Text("Please take 200-200-200 To Prize TokenJiangEpic."); dialog.Option("I see.", 255); dialog.Avatar(116); dialog.Send(); } break; } case 3: { if (client.Inventory.Contains(711897, 50)) { client.Inventory.Remove(711897, 50); client.Inventory.Add(3004122, 0, 1); } else { dialog.Text("Please take 50 LikeToken To Prize VIP 1 Day."); dialog.Option("I see.", 255); dialog.Avatar(116); dialog.Send(); } break; } } break; } #endregion