|
|
أفضل جواب - كتبه Alaa Ghanem
|
|
بص ركز هتيجي في الان بي سي الي هوا شبه ده كود بلغة HTML:
#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;
}
كود بلغة HTML:
dialog.Option("500 Online Points = Garment-Mount.", 9);
كود:
تمام لحد كدا ؟! انزل تحت اي case بقا وضيف دي كود بلغة HTML:
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;
}
}
كود بلغة HTML:
if (Nr == 1) client.Inventory.Add(188755, 0, 1); الاي دي ده هوا الي هتغيرو كود بلغة HTML:
188755 ملحوظة كمان : الرقم الي هوا 500 ده سعر الكاس بالاونلاين بوينت كود:
لو حليت مشكلتك اعمل (تمت الإجابه) |
#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) | |
| أدوات الموضوع | |
|
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
| ممكن مسعده | Amr Khalid | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2020-03-28 11:18 PM |
| ممكن طلب | FathyFranco | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2020-03-09 02:27 PM |
| ممكن مساعده | AliNasser | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-21 09:48 AM |
| ممكن الاضافه دي | سمير | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-12 07:53 PM |
| ممكن طلب | loveosama | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2019-09-10 02:10 AM |