منتدي اكواد

منتدي اكواد (https://code.vpscairo.com/index.php)
-   تطوير سيرفرات كونكر (https://code.vpscairo.com/forumdisplay.php?f=11)
-   -   npc wings (https://code.vpscairo.com/showthread.php?t=324)

محمد ياسر 2019-05-13 03:02 AM

npc wings
 

انبي سي بيديك الاجنحه الي موجوده في دولاب الملابس كامله
كود PHP:

#region New - Wings
                                    
client.Player.Update(MsgName.Mode.Effect"break_start"true);
                                    
dialog.Option("Wings of Solar Dragon"80);
                                    
dialog.Option("Wings of Infernal Beast"81);
                                    
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"82);
                                    
dialog.Option("Next Page."100);
                                    
dialog.Avatar(114);
                                    
dialog.Send();
                                    break;
                                case 
80:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client40011000false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
81:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client600120false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
82:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client60116011false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
5:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client600221false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
6:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client600322false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
7:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client600423false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
8:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client60056005false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
9:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client60076007false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
10:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client60086008false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                case 
11:
                                    {
                                        if (
client.Player.OnlinePoints >= 15)
                                        {
                                            
client.Player.OnlinePoints -= 15;
                                            new 
TitleStorage().AddTitle(client60096009false);
                                        }
                                        else
                                        {
                                            
client.MessageBox("Sorry You Don't Have " 15 " OnlinePoints ?");
                                        }
                                        break;
                                    }
                                    
#endregion 


anakill 2019-05-28 11:25 PM

رد: npc wings
 
معلش بس في الid ألي هضيف بيه الانبسي في القاعده ؟؟


الساعة الآن 10:31 PM

مرحبا بكم في منتدي اكواد لتطوير الالعاب