الموضوع: طلب ان بى سى
عرض مشاركة واحدة
قديم 2020-04-11, 05:32 AM
المشاركة #8  
Hassan Emprator
  • غير متواجد
افتراضي رد: طلب ان بى سى
جرب الانبي سي دا كمان


كود:
                            #region Wings - Title
                            
case 15000:
                                {

                                    switch (
npcRequest.OptionID)
                                    {
                                        case 
0:
                                            {
                                                
dialog.Text("Hello " client.Entity.Name " i can open New Wing - New Title   1 = 250 CPs");
                                                
dialog.Option("New - Wings For 1 250"1);
                                                
dialog.Option("New - Title For 250"2);
                                                
dialog.Option("Wait a minute."255);
                                                
dialog.Avatar(114);
                                                
dialog.Send();
                                                break;
                                            }
                                        
#region New - Wings
                                        
case 1:
                                            {
//Violet~Cloud~Wings
                                                
dialog.Option("Wings of Solar Dragon"3);
                                                
dialog.Option("Wings of Infernal Beast"4);
                                                
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"12);
                                                
dialog.Option("Wait a minute."255);
                                                
dialog.Avatar(114);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
3:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client40011000false);//Wings of Solar Dragon
                                                
}
                                                else
                                                {


                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
4:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client600120false);//Wings of Infernal Beast
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
5:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client600221false);//Radiant Wings
                                                
}
                                                else
                                                {


                                                    
dialog.Text("Sorry But You Don't Have 250 cps");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
6:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client600322false);//"Starlight Wings
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
7:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client600423false);//Moonlight Wings
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
8:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client60056005false);//Fairy Wings
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");//Fairy Wings
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
9:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client60076007false);//Violet~Cloud~Wings
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
10:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client60086008false);//Violet~Lightning~Wings
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
12:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client60116011false);//Supreme
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
11:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client60096009false);//Wings of Planet
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        
#endregion
                                        #region New - Title
                                        
case 2:
                                            {
                                                
dialog.Option("OverLord"39);
                                                
dialog.Option("GrandMaster"13);
                                                
dialog.Option("Rising Star"14);
                                                
dialog.Option("Victor"15);
                                                
dialog.Option("Conqueror"16);
                                                
dialog.Option("Talent"17);
                                                
dialog.Option("Fashionist"18);
                                                
dialog.Option("Swift Chaser"19);
                                                
dialog.Option("Fairy"20);
                                                
dialog.Option("Goddess"21);
                                                
dialog.Option("Beauty"22);
                                                
dialog.Option("Scholar"23);
                                                
dialog.Option("Handsome"24);
                                                
dialog.Option("Wise"25);
                                                
dialog.Option("Super Man"26);
                                                
dialog.Option("Scholar"27);
                                                
dialog.Option("Earth Knight"28);
                                                
dialog.Option("Glory Knight"29);
                                                
dialog.Option("Sky Knight"30);
                                                
dialog.Option("Paladin"31);
                                                
dialog.Option("Big Fan"32);
                                                
dialog.Option("Euro Collector"33);
                                                
dialog.Option("Invincible"34);
                                                
dialog.Option("Pioneer"35);
                                                
dialog.Option("Mighty"36);
                                                
dialog.Option("Supernatural"37);
                                                
dialog.Option("Brilliant"38);
                                                
dialog.Option("Wait a minute."255);
                                                
dialog.Avatar(114);
                                                
dialog.Send();
                                                break;
                                            }
                                        case 
39:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client11000false);//OverLord
                                                
}
                                                else
                                                {


                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
13:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20181false);//GrandMaster
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
14:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20012false);//Rising Star
                                                
}
                                                else
                                                {


                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
15:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20023false);//Victor
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
16:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20034false);//Conqueror
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
17:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20045false);//Talent
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
18:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20056false);//Fashionist
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
19:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20067false);//Swift Chaser
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
20:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20202020false);//Fairy
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
21:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20212021false);//Beauty
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
22:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20222022false);//Scholar
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
23:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20232023false);//Handsome
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
24:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20242024false);//Wise
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
25:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20252025false);//Sky Knight
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
26:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20262026false);//Super Man
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
27:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20272027false);//Scholar
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
28:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20282028false);//Earth Knight
                                                
}
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
29:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20292029false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
30:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20302030false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
31:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20312031false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
38:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client201617false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
37:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client201516false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
36:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client201415false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
35:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client201314false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
34:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20342034false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
32:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20322032false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        case 
33:
                                            {
                                                if (
client.Entity.ConquerPoints >= 250)
                                                {

                                                    
client.Entity.ConquerPoints -= 250;
                                                    new 
TitleStorage().AddTitle(client20332033false);
                                                }
                                                else
                                                {
                                                    
dialog.Text("Sorry But You Don't Have 250 CPs");
                                                    
dialog.Option("I see."255);
                                                    
dialog.Avatar(116);
                                                    
dialog.Send();
                                                }
                                                break;
                                            }
                                        
#endregion
                                    
}
                                    break;
                                }
                            
#endregion