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

الردود
3

المشاهدات
3135
 
ElSaher

ElSaher is on a distinguished road

    غير متواجد

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

+التقييم
0.92

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

الاقامة

نظام التشغيل

رقم العضوية
279
2020-04-01, 12:59 PM
المشاركة 1 
#1  
افتراضي npc open to full TitleStorage
اضافت npc علي السريع كدا

الانبي سي دا بيفتحلك كل الاشكال الي عندك في السورس تيتل وا ونج


كود:
#region  Titly by elsaher
                    
case 17526:
                        {
                            switch (
npcRequest.OptionID)
                            {
                                case 
0:
                                    {
                                        
dialog.Text("Hello " client.Player.Name ", How are you ? I am the manager of the new titles / wings");
                                        
dialog.Text("Do you want to buy wings / titles For free?");
                                        
dialog.Option("All Wing&Titel"1);
                                        break;
                                    }
                                case 
1:
                                    {
                                        new 
TitleStorage().GetAll(client);
                                        break;
                                    }
                            }
                            break;
                        }
                    
#endregion