فوكس كونكر - 🦊 - Conquer
(نسخة قابلة للطباعة من الموضوع)
https://fox.vpscairo.com/t903
أنقر هنا لمشاهدة الموضوع بهيئته الأصلية

شرح ازاى تعمل شوب فى اى مكان فى اللعبه
Osama 25-03-2019 11:51 صباحا
p_961b0rxq1



المـــوضــوع بيتــكلم عن راجــل بيبع شــوب 
Npc بيـــدك ايـــتم تعمل شـــوب فى اى مـــكان


[COLOR="Red"]صوره


p_961w4o8q1


هتفـــح مــلف NPC.cs 
هتضـــيف الكـــود دة تحت اى NPC


#region Booth Item Seller 
                case 56428: 
                    switch (npcRequest.OptionID) 
                    { 
                        case 0: 
                            dialog.Text("Hello, I'm the Booth item seller, Do you want to buy the booth item?"); 
                            dialog.Option("Yes!", 1); 
                            dialog.Option("Just passing by.", byte.MaxValue); 
                            break; 
                        case 1: 
                            if (client.Entity.ConquerPoints >= 50000) 
                            { 
                                if (client.Inventory.Count < 40) 
                                { 
                                    client.Entity.ConquerPoints -= 50000; 
                                    client.Inventory.Add(3004458, 0, 1); 
                                } 
                                else 
                                { 
                                    dialog.Text("Sorry There is no free spaces in your inventory!"); 
                                    dialog.Option("Shit.", byte.MaxValue); 
                                } 
                            } 
                            else 
                            { 
                                dialog.Text("Sorry you don't have enough cps you need 50000"); 
                                dialog.Option("Shit.", byte.MaxValue); 
                            } 
                            break; 
                    } 
                    break; 
                #endregion  
[/COLOR]



تم بحمد الله
فوكس كونكر - 🦊 - Conquer

Powered by PBBoard ©Version 3.0.3