قديم 2019-07-20, 11:35 PM
المشاركة 2
MohamedModyAdel
.:: عضو مميز ::.
  • غير متواجد
افتراضي رد: انبي سي innerPower
حلوو

قديم 2019-07-21, 06:19 AM
المشاركة 3
محمد ياسر
.::صاحب المنتدي قرر الاستغناء عنه::.
  • غير متواجد
افتراضي رد: انبي سي innerPower
الله ينور

قديم 2019-07-21, 08:07 AM
المشاركة 4
Rider
.:: عضو خبير ::.
  • غير متواجد
افتراضي رد: انبي سي innerPower
عاش
و ده واحد تاني محدد كل بوابه ب ايتماتها و اسعارها
و بيبيع نقط
هتمسح CPanal.itemsInnerPower
و تحط مكانها الكبس الي عايز يبيعه بيه

كود:
#region System InnerPower +items-Check
                
case 1547:
                    {
                        switch (
npcRequest.OptionID)
                        {
                            case 
0:
                                {
                            
dialog.Text("Hey [" client.Entity.Name "] I can sell Items InnerPower. all you have to choose and Check your Points.");
                            
dialog.Text("Your~InnerPower~Count~is: ");
                            
dialog.Text("<tip color=d7ff41 desc=Inner#Power>[" client.Entity.InnerPower.Potency "]</tip>: \n");
                            
dialog.Option("UniversalConcept(A)&(B) For " CPanal.itemsInnerPower " CPS"1);
                            
dialog.Option("SecretofBreath(A)&(B) For " CPanal.itemsInnerPower " CPS"2);
                            
dialog.Option("DragonTactics(A)&(B) For " CPanal.itemsInnerPower " CPS"3);
                            
dialog.Option("DoctrineofDeity(A)(B)(C) For " CPanal.itemsInnerPower " CPS"4);
                            
dialog.Option("DemonRider(A)(B) For " CPanal.itemsInnerPower " CPS"5);
                            
dialog.Option("BoundlessHeart(A)(B)(C) For " CPanal.itemsInnerPower " CPS"6);
                            
dialog.Option("PuzzleofLife(A)(B)(C) For " CPanal.itemsInnerPower " CPS"7);
                            
dialog.Option("Points Inner For " CPanal.itemsInnerPower " CPS"8);
                            
dialog.Option("Let~me~think."255); 
                            break;
                                }
                            
#region UniversalConcept(A)&(B)
                            
case 1:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300536501);
                                        
client.Inventory.AddBoundItem(300536601);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a UniversalConcept(A)(B) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region SecretofBreath(A)&(B)
                            
case 2:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300539501);
                                        
client.Inventory.AddBoundItem(300539601);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a SecretofBreath(A)(B) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region DragonTactics(A)&(B)
                            
case 3:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300539701);
                                        
client.Inventory.AddBoundItem(300539801);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a DragonTactics(A)(B) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region DoctrineofDeity(A)(B)(C)
                            
case 4:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300539901);
                                        
client.Inventory.AddBoundItem(300540001);
                                        
client.Inventory.AddBoundItem(300540101);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a DoctrineofDeity(A)(B)(C) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region DemonRider(A)(B)
                            
case 5:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300711301);
                                        
client.Inventory.AddBoundItem(300711401);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a DemonRider(A)(B) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region BoundlessHeart(A)(B)(C)
                            
case 6:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300711501);
                                        
client.Inventory.AddBoundItem(300711601);
                                        
client.Inventory.AddBoundItem(300711701);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a BoundlessHeart(A)(B)(C) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region PuzzleofLife(A)(B)(C)
                            
case 7:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300723001);
                                        
client.Inventory.AddBoundItem(300723101);
                                        
client.Inventory.AddBoundItem(300723201);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a PuzzleofLife(A)(B)(C) in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                            #region PackPointsInner
                            
case 8:
                                {
                                    if (
client.Entity.ConquerPoints >= CPanal.itemsInnerPower)
                                    {
                                        
client.Entity.ConquerPoints -= CPanal.itemsInnerPower;
                                        
client.Inventory.AddBoundItem(300711001);
                                        
_String str = new _String(true);
                                        
str.UID client.Entity.UID;
                                        
str.Type _String.Effect;
                                        
str.Texts.Add("eidolon");
                                        
str.TextsCount 1;
                                        
client.Entity.SendScreen(str);
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"Congratz you got a PackPointsInner in your inventory.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    else
                                    {
                                        
Network.GamePackets.NpcReply npc = new Network.GamePackets.NpcReply(6"You don't have Enough [" CPanal.itemsInnerPower "] Cps.");
                                        
npc.OptionID 255;
                                        
client.Send(npc.ToArray());
                                    }
                                    break;
                                }
                            
#endregion
                        
}
                        break;
                    }
                
#endregion 



العلامات المرجعية



الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 

الانتقال السريع

المواضيع المتشابهه للموضوع: انبي سي innerPower
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
انبي سي الاحصنه محمد ياسر تطوير سيرفرات كونكر 1 2022-02-18 04:49 AM
ممكن npc innerpower abdocoder مشكلات السيرفيرات كونكر الشخصيه 4 2020-05-02 10:44 PM
مساعده كود انبى سى body2020 مشكلات السيرفيرات كونكر الشخصيه 2 2020-05-01 03:46 PM
انبي سي mohamedomar مشكلات السيرفيرات كونكر الشخصيه 3 2020-01-24 10:20 PM
انبي سي توب windwalker محمد ياسر تطوير سيرفرات كونكر 0 2019-05-13 02:55 AM


الساعة الآن 12:30 PM

Powered by vBulletin® Copyright ©2000 - 2019, Jelsoft Enterprises Ltd.