المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : New Items SoulsPh7 Lucky Box


محمد ياسر
2019-04-24, 09:00 AM
نشرح ,

دة صندوق حضرتكـ بتفتحه بيطلعلك صول بالحظ ,

همـا 2 صندوق ,

واحد للأسلحة كاملة ,

التانى للـاسطفة الباقية .[ سلسلة . جذمة . خاتم . لبس , الخ ]
التركيب PacketHandler.cs
ابجث عن
#region Misc

ضيف دة

#region P7EquipmentSoulPack
case 720836: // HaMaDa-ShaDow-TorNaDo-TeaM

{

client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);

Random R = new Random();

int Nr = R.Next(1, 14);

if (Nr == 1)

{

client.Inventory.Add(820073, 0, 1);

}

if (Nr == 2)

{

client.Inventory.Add(820074, 0, 1);


}

if (Nr == 3)

{

client.Inventory.Add(820075, 0, 1);


}

if (Nr == 4)

{

client.Inventory.Add(820076, 0, 1);


}

if (Nr == 5)

{

client.Inventory.Add(821033, 0, 1);


}

if (Nr == 6)

{

client.Inventory.Add(821034, 0, 1);


}

if (Nr == 7)

{

client.Inventory.Add(822071, 0, 1);


}

if (Nr == 8)

{

client.Inventory.Add(822072, 0, 1);


}

if (Nr == 9)

{

client.Inventory.Add(823058, 0, 1);


}

if (Nr == 10)

{

client.Inventory.Add(823059, 0, 1);

}

if (Nr == 11)

{

client.Inventory.Add(823060, 0, 1);

}

if (Nr == 12)

{

client.Inventory.Add(824018, 0, 1);


}

if (Nr == 13)

{

client.Inventory.Add(824019, 0, 1);


}

if (Nr == 14)

{

client.Inventory.Add(824020, 0, 1);


}

break;

}

#endregion


دة بقا الايتمز الـ هو اللبس . طاقية . خاتم . سلسلة . جذمة ,
نيجي بقا للـ الاسلحة ,


#region P7WeaponSoulPack
case 720832: // HaMaDa-ShaDow-TorNaDo-TeaM

{

client.Inventory.Remove(item, Game.Enums.ItemUse.Remove);

Random R = new Random();

int Nr = R.Next(1, 12);

if (Nr == 1)

{

client.Inventory.Add(800020, 0, 1);

}

if (Nr == 2)

{

client.Inventory.Add(800111, 0, 1);


}

if (Nr == 3)

{

client.Inventory.Add(800142, 0, 1);


}

if (Nr == 4)

{

client.Inventory.Add(800215, 0, 1);


}

if (Nr == 5)

{

client.Inventory.Add(800255, 0, 1);


}

if (Nr == 6)

{

client.Inventory.Add(800422, 0, 1);


}

if (Nr == 7)

{

client.Inventory.Add(800522, 0, 1);


}

if (Nr == 8)

{

client.Inventory.Add(800618, 0, 1);


}

if (Nr == 9)

{

client.Inventory.Add(800725, 0, 1);


}

if (Nr == 10)

{

client.Inventory.Add(800810, 0, 1);

}

if (Nr == 11)

{

client.Inventory.Add(800811, 0, 1);

}

if (Nr == 12)

{

client.Inventory.Add(800917, 0, 1);


}

break;

}

#endregion



دول كل الاسلحة الـPh7 ,

..

نخش ع اضافات الكلينت ,

ItemType ,

ضيف السطرين دول
720836@@SoulPh7Equipment[Pack]@@0@@0@@0@@0@@0@@0@@0@@0@@11@@0@@0@@9202100@@0@@0@ @0@@0@@0@@0@@0@@1@@1@@0@@0@@0@@0@@0@@0@@0@@0@@0@@1 @@800@@0@@0@@1@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0 @@0@@0@@0@@0@@P7SoulItemsPack@@Open~the~pack~to~re ceive~a~Lucky~P7~EquipmentSoulP7.@@5@@0@@0@@0@@0@@ 500@@0@@0@@0@@0@@
720832@@SoulPh7Weapons[Pack]@@0@@0@@0@@0@@0@@0@@0@@0@@11@@0@@0@@9202100@@0@@0@ @0@@0@@0@@0@@0@@1@@1@@0@@0@@0@@0@@0@@0@@0@@0@@0@@1 @@800@@0@@0@@1@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0@@0 @@0@@0@@0@@0@@P7SoulWeaponsPack@@Open~the~pack~to~ receive~a~Lucky~P7~WeaponsSoulP7.@@5@@0@@0@@0@@0@@ 500@@0@@0@@0@@0@@

تمام ,

..

مش هتحتاج أى حاجة تانى ,