الموضوع: طلب الكوسته دي
عرض مشاركة واحدة
قديم 2019-11-28, 08:17 PM
المشاركة #4  
Tefa
  • غير متواجد
افتراضي رد: طلب الكوسته دي
ايتمات الي هتجمع منها 200
722724-722725-722723
ايتم الي بيجيلك لما تسلم 200
729692-729690

اول ما تخلصها يا ميدو نزلها ف قسم التطوير

و هديه مني ان بي سي تغيير 200 200 200

كود:
#region Demha cj quest
                    
case 121213:
                        {
                            switch (
npcRequest.OptionID)
                            {
                                case 
0:
                                    {
                                        
dialog.Text("Low M3ak [(200 DreamGrass - 200 Moss - 200 SoulAroma)] T2der Ta5d Mkanhom TokenChiFull Or TokenJiangEpic");
                                        
dialog.Option("Change"12);
                                        
dialog.Option("Just passing by."255);
                                        
dialog.Send();
                                        break;
                                    }
                                case 
12:
                                    {
                                        
dialog.Option("( 200-200-200 ) For ChiFull."1);
                                        
dialog.Option("( 200-200-200 ) For JiangEpic."2);
                                        
dialog.Option("Just passing by."255);
                                        
dialog.Avatar(116);
                                        
dialog.Send();
                                        break;


                                    }
                                case 
1:
                                    {
                                        if ((
client.Inventory.Contains(722723200)) && (client.Inventory.Contains(722724200) && (client.Inventory.Contains(722725200))))
                                        {
                                           
                                            
client.Inventory.Remove(722723200);
                                            
client.Inventory.Remove(722724200);
                                            
client.Inventory.Remove(722725200);
                                            
client.Inventory.Add(72969001);
                                        }
                                        else
                                        {
                                            
dialog.Text("Please take 200-200-200 To Prize TokenChiFull.");
                                            
dialog.Option("I see."255);
                                            
dialog.Avatar(116);
                                            
dialog.Send();
                                        }
                                        break;
                                    }
                                case 
2:
                                    {
                                        if ((
client.Inventory.Contains(722723200)) && (client.Inventory.Contains(722724200) && (client.Inventory.Contains(722725200))))
                                        {
                                            
client.Inventory.Remove(722723200);
                                            
client.Inventory.Remove(722724200);
                                            
client.Inventory.Remove(722725200);
                                            
client.Inventory.Add(72969201);
                                        }
                                        else
                                        {
                                            
dialog.Text("Please take 200-200-200 To Prize TokenJiangEpic.");
                                            
dialog.Option("I see."255);
                                            
dialog.Avatar(116);
                                            
dialog.Send();
                                        }
                                        break;
                                    }
                                case 
3:
                                    {
                                        if (
client.Inventory.Contains(71189750))
                                        {
                                            
client.Inventory.Remove(71189750);
                                            
client.Inventory.Add(300412201);
                                        }
                                        else
                                        {
                                            
dialog.Text("Please take 50 LikeToken To Prize VIP 1 Day.");
                                            
dialog.Option("I see."255);
                                            
dialog.Avatar(116);
                                            
dialog.Send();
                                        }
                                        break;
                                    }
                            }
                            break;
                        }
                    
#endregion