منتدي اكواد

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

محمد ياسر 2019-04-18 10:49 AM

npc Study Points
 
السلام عليكم ورحمة الله وبركاته انبي سي Study Points

وده ليزودلك ترقيه المهارات بدل ما تقعد تشتري في كتب

كود PHP:

#region Study Points
                
case 123333:
                    {
                        switch (
npcRequest.OptionID)
                        {
                            case 
0:
                                {
                                    
dialog.Text("Hi i can give you 60 k study point for 10k cps");
                                    
dialog.Option("Yes, i need it"1);
                                    
dialog.Send();
                                    break;
                                }
                            case 
1:
                                {
                                    if (
client.Entity.ConquerPoints >= 10000)
                                    {
                                        
client.Entity.ConquerPoints -= 10000;
                                        
client.Entity.SubClasses.StudyPoints += 60000;
                                    }
                                    break;
                                }
                        }
                        break;
                    }
                
#endregion 


MohamedModyAdel 2019-06-25 10:48 PM

رد: npc Study Points
 
جميل


الساعة الآن 08:09 AM

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