|
المشاركات 264 |
+التقييم 0.14 |
تاريخ التسجيل Nov 2019 |
الاقامة في ارض الله |
نظام التشغيل ادد معرفة |
رقم العضوية 2636 |
#region online points case 121212: { switch (npcRequest.OptionID) { case 0: { dialog.Text("IaM Online Points Master You Are Get 1 Points For online to 1 Mint Rappelz-Conquer +20 01062817160 !"); dialog.Option("Check My Piontes.", 1); dialog.Option("20.000 Online Points = [VIP.7].", 3); dialog.Option("100.000 Online Points = [VIP.8].", 11); dialog.Option("200 Online Points = 100m Cps.", 5); dialog.Option("500 Online Points = Garment-Mount.", 9); dialog.Option("Meh!", 255); dialog.Send(); break; }
dialog.Option("500 Online Points = Garment-Mount.", 9);
dialog.Option("500 Online Points = GoldPrize.", 15);
case 15: { uint cost = 500; if (client.Player.OnlinePoints >= cost) { client.Player.OnlinePoints -= cost; Random R = new Random(); int Nr = R.Next(1, 9); if (Nr == 1) client.Inventory.Add(188755, 0, 1); dialog.Text("Congratulations. You Get GoldPrize for " + cost + " Points."); dialog.Option("Thank you.", 255); } else { dialog.Text("You Don't Have " + cost + "Points Come When You Have it "); dialog.Option("Sorry ", 255); dialog.Send(); } break; } }
if (Nr == 1) client.Inventory.Add(188755, 0, 1);
188755
uint cost = 500;
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
نظام مراقبة تسجيل الدخول | Tefa | تطوير سيرفرات كونكر | 8 | 2024-07-11 03:21 AM |
حل مشاكل تسجيل الدخول | Users | تطوير سيرفرات كونكر | 3 | 2020-04-24 01:42 AM |
مشكله في الدخول للسيرفر [بروتو] | AliNasser | مشكلات السيرفيرات كونكر الشخصيه | 6 | 2020-04-04 10:37 PM |
حل مشكله فى الدخول | taha | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2019-08-04 12:33 PM |
مشكلة تسجيل الدخول | saeed | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2019-07-23 11:40 PM |