المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : npc wings


محمد ياسر
2019-05-13, 03:02 AM
انبي سي بيديك الاجنحه الي موجوده في دولاب الملابس كامله
#region New - Wings
client.Player.Update(MsgName.Mode.Effect, "break_start", true);
dialog.Option("Wings of Solar Dragon", 80);
dialog.Option("Wings of Infernal Beast", 81);
dialog.Option("Radiant Wings", 5);
dialog.Option("Starlight Wings", 6);
dialog.Option("Moonlight Wings", 7);
dialog.Option("Fairy Wings", 8);
dialog.Option("Violet~Cloud~Wings", 9);
dialog.Option("Violet~Lightning~Wings", 10);
dialog.Option("Wings of Planet", 11);
dialog.Option("Supreme", 82);
dialog.Option("Next Page.", 100);
dialog.Avatar(114);
dialog.Send();
break;
case 80:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 4001, 1000, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 81:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6001, 20, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 82:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6011, 6011, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 5:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6002, 21, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 6:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6003, 22, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 7:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6004, 23, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 8:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6005, 6005, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 9:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6007, 6007, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 10:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6008, 6008, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
case 11:
{
if (client.Player.OnlinePoints >= 15)
{
client.Player.OnlinePoints -= 15;
new TitleStorage().AddTitle(client, 6009, 6009, false);
}
else
{
client.MessageBox("Sorry You Don't Have " + 15 + " OnlinePoints ?");
}
break;
}
#endregion

anakill
2019-05-28, 11:25 PM
معلش بس في الid ألي هضيف بيه الانبسي في القاعده ؟؟