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

الردود
2

المشاهدات
1409
 
محمد ياسر

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

    غير متواجد

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

+التقييم
0.90

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

الاقامة
https://www.facebook.com/daany

نظام التشغيل

رقم العضوية
1
2019-06-25, 04:24 PM
المشاركة 1 
#1  
افتراضي انبي سي بيدي نقاط chi

انبي سي بيدي نقاط التشي بدل ما تقعد تشتري كل ما يخلص ب4000 نقاط
في كلاس npcs.cs
ضيف ده

كود:
                       #region ChiPoints Seller By TeamFromHell   
                 
case 249999:   
                     {   
                         switch (
npcRequest.OptionID)   
                         {   
                             case 
0:   
                                 {   
                                     
dialogs.Text("Hello " client.Entity.Name "Iam ChiPoints Seller your CPS is " client.Entity.ConquerPoints "CPS");   
                                     
dialogs.Option("500 ChiPoints Please."1);   
                                     
dialogs.Option("no thanks."255);   
                                     
dialogs.Send();   
                                     break;   
                                 }   
                             case 
1:   
                                 {   
                                     if (
client.Entity.ConquerPoints >= 10000)   
                                     {   
                                         
client.Entity.ConquerPoints -= 10000;   
                                         
client.Entity.ChiPoints += 500; ;   
                                     }   
                                     else   
                                     {   
                                         if (
client.Entity.ConquerPoints 10000)   
                                             
dialogs.Text("sorry u haven't enough cps");   
                                         
dialogs.Option("oh sorry."255);   
                                     }   
                                     break;   
                                 }   
                         }   
                         break;   
                     }   
                 
#endregion 

في القاعده npcs

كود:
                       249999    0    0    ChiPoints-seller    2    8976    -1    1002    402    400    0    0    0    0    0    0    0    0    0    0    0    0        0    0    0    0    0