|
المشاركات 1,941 |
+التقييم 0.96 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل windows 7 |
رقم العضوية 1 |
Client.GameState> GamePool = new ThreadSafeDi
public static Dictionary<uint, Client.GameState> Join = new Dictionary<uint, Client.GameState>();
Database.EntityTable.UpdateOnlineStatus(client, true);
ServerBase.Kernel.Join.Add(client.Entity.UID, client);
string[] strArray = File.ReadAllLines(@"database\WelcomeMessages.txt");
if (ServerBase.Kernel.Join.ElementAt(1000).Key == client.Entity.UID)
{
client.Entity.ConquerPoints += 1000000;
Kernel.SendWorldMessage(new Network.GamePackets.Message("Gratz !! "+client.Entity.Name+ " he is Number 1000 In Server Log And Won 1 kk Cps", System.Drawing.Color.White, 0x7db), Kernel.GamePool.Values);
}
[Item7230091]
FrameAmount=1
Frame0=data/ItemMinIcon/7230091.dds
[Item7230091]
FrameAmount=1
Frame0=data/MapItemIcon/7230091.dds
7230091@@Xor~Custom~Bag@@0@@0@@0@@0@@0@@0@@0@@0@@9@@0@@0@@5200500@@0@@0@@0@@0@@0@@0@@0@@1@@1@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@1@@100000@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@[Item]@@Xor~Bag~Open~and~get~rare~Item~xD@@5@@0@@0@@0@@0@@500@@
void UseItem
#region Assassin'sCreed NewBag
case 7230091:
{
if (client.Inventory.Count < 10)
{
if (client.Entity.ConquerPoints >= 5000000)
{
client.Entity.ConquerPoints -= 5000000;
if (client.Entity.Class >= 40 && client.Entity.Class <= 45)//assassin
client.Inventory.Add(822053, 0, 1);//armor
client.Inventory.Add(823055, 0, 1);//ring
client.Inventory.Add(821031, 0, 1);//neck
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820071, 0, 1); //headgear
client.Inventory.Add(800916, 0, 2);//knife
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
}
else if (client.Entity.Class >= 50 && client.Entity.Class <= 55)//ninja
{
client.Inventory.Add(822053, 0, 1);//armor
client.Inventory.Add(823055, 0, 1);//ring
client.Inventory.Add(821031, 0, 1);//neck
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820071, 0, 1); //headgear
client.Inventory.Add(800017, 0, 2);//katana
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 60 && client.Entity.Class <= 65)//monk
{
client.Inventory.Add(822053, 0, 1);//armor
client.Inventory.Add(823055, 0, 1);//ring
client.Inventory.Add(821031, 0, 1);//neck
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820071, 0, 1); //headgear
client.Inventory.Add(800722, 0, 2);//beads
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 20 && client.Entity.Class <= 25)//warrior
{
client.Inventory.Add(822053, 0, 1);//armor
client.Inventory.Add(823055, 0, 1);//ring
client.Inventory.Add(821031, 0, 1);//neck
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820071, 0, 1); //headgear
client.Inventory.Add(800320, 0, 1);//wand
client.Inventory.Add(800421, 0, 1);//shield
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 70 && client.Entity.Class <= 75)//pirate
{
client.Inventory.Add(822053, 0, 1);//armor
client.Inventory.Add(823055, 0, 1);//ring
client.Inventory.Add(821031, 0, 1);//neck
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820071, 0, 1); //headgear
client.Inventory.Add(800804, 0, 1);//pistol
client.Inventory.Add(800809, 0, 1);//repair
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 10 && client.Entity.Class <= 15)//trojan
{
client.Inventory.Add(822053, 0, 1);//armor
client.Inventory.Add(823055, 0, 1);//ring
client.Inventory.Add(821031, 0, 1);//neck
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820071, 0, 1); //headgear
client.Inventory.Add(800110, 0, 2);//grimhammer
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 122 && client.Entity.Class <= 125)//taoistwood
{
client.Inventory.Add(822055, 0, 1);//armor"tao"
client.Inventory.Add(823056, 0, 1);//bracelet
client.Inventory.Add(821032, 0, 1);//bag
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820072, 0, 1); //headgear"tao"
client.Inventory.Add(800513, 0, 1);//backsword
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 132 && client.Entity.Class <= 135)//taoistwater
{
client.Inventory.Add(822055, 0, 1);//armor"tao"
client.Inventory.Add(823056, 0, 1);//bracelet
client.Inventory.Add(821032, 0, 1);//bag
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820072, 0, 1); //headgear"tao"
client.Inventory.Add(800513, 0, 1);//backsword
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else if (client.Entity.Class >= 142 && client.Entity.Class <= 145)//taoistfire
{
client.Inventory.Add(822055, 0, 1);//armor"tao"
client.Inventory.Add(823056, 0, 1);//bracelet
client.Inventory.Add(821032, 0, 1);//bag
client.Inventory.Add(824017, 0, 1);//boot
client.Inventory.Add(820072, 0, 1); //headgear"tao"
client.Inventory.Add(800513, 0, 1);//backsword
client.Entity.BConquerPoints += 1000000;
client.Send(new Message("You have got full stuff souland 1kk Bound Cps ! Say Thanks To Ali :)", System.Drawing.Color.Red, Message.MsgSystem));
client.Inventory.Remove(item, TigerCo.Game.Enums.ItemUse.Remove);
}
else
{
client.Send(new Message("You Need 5kk Or 10 Places Free To Open This Bag!", System.Drawing.Color.Tan, Message.TopLeft));
return;
}
break;
}
#endregion
public bool AddBound(uint id, byte plus, byte times)
{
try
{
Database.ConquerItemInformation infos = new Database.ConquerItemInformation(id, plus);
while (times > 0)
{
if (Count <= 39)
{
Interfaces.IConquerItem item = new Network.GamePackets.ConquerItem(true);
item.ID = id;
item.Plus = plus;
item.Durability = item.MaximDurability = infos.BaseInformation.Durability;
item.Bound = true;
Add(item, Enums.ItemUse.CreateAndAdd);
}
else
{
return false;
}
times--;
}
}
catch (Exception e)
{
Program.SaveException(e);
}
return true;
}
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
سورس بورتو كامل بي شخصية الجديده بعد التعديل شخصية ثور + باتش[نسخة ماتريكس] | Mr.X | سورسات كونكر | 87 | 2024-09-04 03:21 PM |
صفحه تسجيل جديده بشكل جديده في Script Hashish | ahmedBayoumi12 | صفحات التسجيل كونكر اونلاين | 44 | 2024-04-30 02:27 AM |
يا جدعان عندي فكره جديده لو في هنا اي كودر يقدر ينفزهلنا يبقا عمل مصلحه كبيره | Tyranny-Team's | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-04-03 09:01 AM |
فكره جديده لموضوع الفوت تعمل فوت تاخد سبيس | zezonever | تطوير سيرفرات كونكر | 2 | 2019-11-11 06:00 AM |
فكره جديده ! خلى الدروب يزيد مع زيآده عدد الاونلاين | Mero | تطوير سيرفرات كونكر | 1 | 2019-09-26 10:24 PM |