عرض مشاركة واحدة
احصائياتى

الردود
0

المشاهدات
850
 
محمد ياسر
.::صاحب المنتدي قرر الاستغناء عنه::.

محمد ياسر is on a distinguished road

    غير متواجد

المشاركات
1,941

+التقييم
1.06

تاريخ التسجيل
Apr 2019

الاقامة
Egypt

نظام التشغيل
windows 7

رقم العضوية
1
2019-05-13, 03:11 AM
المشاركة 1
افتراضي شراء الكاسات عن طريق اونلاين بونت

السلام عليكم ورحمة الله وبركاته
انبي سي بيديك كاسات مقابل يكون معاك نقاط اونلاين بونت


كود:
#region Points > Cups
                    
case 131313:
                        {
                            
client.Player.Update(MsgName.Mode.Effect"break_start"true);
                            
uint CpsCount 2100135;// EuroBronzeTrophy
                            
uint CpsPrize 3000;// EuroBronzeTrophy
                            ///////////////////////////
                            
uint CpsCount1 2100145;// EuroSilverTrophy
                            
uint CpsPrize1 2500;// EuroSilverTrophy   
                            ///////////////////////////
                            
uint CpsCount2 2100155;// EuroGoldTrophy
                            
uint CpsPrize2 2000// EuroGoldTrophy
                            ///////////////////////////
                            
uint CpsCount3 2100165// EuroSilverTrophy
                            
uint CpsPrize3 1500// EuroSilverTrophy
                            //////////////////////////////
                            ///////////////////////////
                            
uint CpsCount6 2100175// EuroGoldTrophy
                            
uint CpsPrize6 1000// EuroGoldTrophy
                            //////////////////////////////
                            
uint CpsCount7 2100005;// WorldCup
                            
uint CpsPrize7 750;// WorldCup
                            ///////////////////////////
                            
uint CpsCount8 2100105;// SaintShield
                            
uint CpsPrize8 500;// SaintShield   
                            ///////////////////////////
                            
uint CpsCount9 2100125;// Pandora`sshield
                            
uint CpsPrize9 250// Pandora`sshield
                            ///////////////////////////
                            
uint CpsCount10 2100065// SilverCup
                            
uint CpsPrize10 150// SilverCup
                            //////////////////////////////
                            
switch (npcRequest.OptionID)
                            {
                                case 
0:
                                    {

                                        
client.Player.Update(MsgName.Mode.Effect"break_start"true);
                                        
dialog.Text("All (Heroes) can talk to me to learn about my offers, this offers for OnlinePoints only.");
                                        
dialog.Text("Your OnlinePoints Count is : " client.Player.OnlinePoints " .");
                                        
dialog.Option("About Give Points"1);
                                        
dialog.Option("EuroBronzeTrophy > (" CpsPrize " Points)."2);
                                        
dialog.Option("EuroSilverTrophy> (" CpsPrize1 " Points)."3);
                                        
dialog.Option("EuroGoldTrophy >(" CpsPrize2 " Points)."4);
                                        
dialog.Option("EuroSilverTrophy >(" CpsPrize3 " Points) ."5);
                                        
dialog.Option("EuroGoldTrophy >(" CpsPrize6 " Points) ."6);
                                        
dialog.Option("WorldCup > (" CpsPrize7 " Points)."7);
                                        
dialog.Option("SaintShield > (" CpsPrize8 " Points)."8);
                                        
dialog.Option("Pandora`sShield >(" CpsPrize9 " Points)."9);
                                        
dialog.Option("SilverCup >(" CpsPrize10 " Points) ."10);
                                        
dialog.Option("No Thanks"255);
                                        
dialog.Send();
                                        break;
                                    }
                                case 
1:
                                    {
                                        
client.Player.Update(MsgName.Mode.Effect"break_start"true);
                                        
dialog.Text("This is new system, You win Points From Hourly Quest. you can exchange these Points to prizes");
                                        
dialog.Option("Thanks!"255);
                                        
dialog.Avatar(50);
                                        
dialog.Send();
                                        break;
                                    }
                                case 
2:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize;
                                            
client.Inventory.Add(CpsCount01);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession1");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got EuroSilverTrophy , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
3:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize1)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize1;
                                            
client.Inventory.Add(CpsCount101);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession2");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got EuroGoldTrophy , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
4:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize2)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize2;
                                            
client.Inventory.Add(CpsCount201);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession4");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got EuroSilverTrophy , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
6:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize6)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize6;
                                            
client.Inventory.Add(CpsCount601);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession4");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got EuroGoldTrophy , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
5:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize3)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize3;
                                            
client.Inventory.Add(CpsCount301);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession5");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got EuroSilverTrophy , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
7:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize7)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize7;
                                            
client.Inventory.Add(CpsCount701);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession1");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got WorldCup , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
8:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize8)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize8;
                                            
client.Inventory.Add(CpsCount801);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession2");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got SaintShield , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
9:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize9)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize9;
                                            
client.Inventory.Add(CpsCount901);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession4");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got Pandora`sShield , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                                case 
10:
                                    {
                                        if (
client.Player.OnlinePoints >= CpsPrize10)
                                        {
                                            
client.Player.OnlinePoints -= (int)CpsPrize10;
                                            
client.Inventory.Add(CpsCount1001);
                                            
MsgName str = new MsgName(true);
                                            
str.UID client.Player.UID;
                                            
str.Action MsgName.Mode.Effect;
                                            
str.Texts.Add("accession5");
                                            
str.TextsCount 1;
                                            
client.Player.SendScreen(str);
                                            
dialog.Text("You got SilverCup , your Points now are : " client.Player.killerpoints ".");
                                            
dialog.Option("Thanks Alot!"255);
                                            
dialog.Avatar(50);
                                            
dialog.Send();

                                        }
                                        break;
                                    }
                            }
                            break;
                        }
                    
#endregion