|
المشاركات 894 |
+التقييم 0.44 |
تاريخ التسجيل Apr 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 115 |
#region Random By Rayzo
case 19472:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Greetings! You can swap 25 Garment Coupons for a Garment. Or swap 25 Garment Coupons for a Mount. Which one do you want to swap with me?");
dialog.Option("Garment~Coupon.", 1);
dialog.Option("Mount~Coupon.", 2);
dialog.Avatar(175);
dialog.Send();
break;
}
case 1:
{
if (client.Inventory.Contains(727262, 1))
{
client.Inventory.Remove(727262, 1);
var Garments = Database.ConquerItemInformation.BaseInformations.Values
.Where(p => (p.ID > 188105 && p.ID <= 194300)).ToArray();
client.Inventory.AddTime(Garments[Kernel.Random.Next(Garments.Length)].ID, 2, true);
}
else client.Send(new Message("You don`t have enough Garment Coupons!", System.Drawing.Color.Red, Message.System));
break;
}
case 2:
{
if (client.Inventory.Contains(727262, 1))
{
client.Inventory.Remove(727262, 1);
var Garments = Database.ConquerItemInformation.BaseInformations.Values
.Where(p => (p.ID >= 4020101 && p.ID <= 4033409)).ToArray();
client.Inventory.AddTime(Garments[Kernel.Random.Next(Garments.Length)].ID, 2, true);
}
else client.Send(new Message("You don`t have enough Garment Coupons!", System.Drawing.Color.Red, Message.System));
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
اسهل الطرق لتنظيم اكواد c# | محمد ياسر | تطوير سيرفرات كونكر | 22 | 2024-09-29 06:41 PM |
شفره جلب اي ايتم | محمد ياسر | تطوير سيرفرات كونكر | 8 | 2023-06-29 12:38 PM |
مشكله فى الايتمات | Mr NemNem | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-04-21 11:53 AM |
اضافة ايتم في الشوبينج مول | Abod ayman | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2020-04-03 07:53 PM |
اسهل طريقة للربح من الانتر نت اكسب من التلفون مع اسبات السحب | Mostafa Shalby | قسم الاقتراحات والابداع | 0 | 2019-11-03 09:46 PM |