#region MysteryFruit
case 3001044:
{
Npcs dialog = new Npcs(client);
dialog.Text("You~can~directly~use~Mystery~Fruit~to~receive~1 - 3~Attribute~Points. You~can");
dialog.Text("also~use~it~with~Mystery~Dew~or~Pay~270~CPs~to~get~the~best~effect~(3");
dialog.Text("attribute~points~without~fail). What~do~you~Think");
dialog.Option("Use~Mystery~Dew!", 1);
dialog.Option("Pay~270~Cps!", 2);
dialog.Option("Use~Mystery~Fruit~directly.", 3);
dialog.Option("i'll~think~about~it.", 255);
dialog.Send();
client.ActiveNpc = item.ID;
break;
}
#endregion