عرض مشاركة واحدة
قديم 2020-05-03, 02:57 AM
المشاركة 3
Hassan Emprator
.:: عضو خبير ::.
  • غير متواجد
افتراضي رد: محتاج كود اضافة npc للـ wings & titels

كود:
                            #region   WarDrope
                            
case 17526:
                                {
                                    switch (
npcRequest.OptionID)
                                    {
                                        case 
0:
                                            {
                                                
dialog.Text("Hello " client.Entity.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:
                                            {
                                                
client.Entity.ConquerPoints -= 1000;
                                                new 
TitleStorage().GetAll(client);
                                                break;
                                            }

                                    }
                                    break;
                                }
                            
#endregion TofanProject