منتديات فرتكه
3 انبي سي مهمييييين للكلينتات الجديده  Q3AC1
منتديات فرتكه
3 انبي سي مهمييييين للكلينتات الجديده  Q3AC1
منتديات فرتكة
التسجيل

3 انبي سي مهمييييين للكلينتات الجديده


أهلا وسهلا بك فى منتديات فرتكة.
أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمـــات، بالضغط هنا.كما يشرفنا أن تقوم بالتسجيل بالضغط هنا إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.


اعلانات المنتدي











اخر المواضيع
الموضوعتاريخ انشاء المساهمةبواسطة
متجر فلاي هاير لجميع المنتجات والاكسسوارات النسائية
استعدي لرحلة ملهمة تلبي احتياجاتك الشخصية والعاطفية
استعدي لرحلة ملهمة تلبي احتياجاتك الشخصية والعاطفية
سعد التميمي داعم المواهب الرياضية
كود خصم وقت اللياقة 30% على كافة الإشتراكات
حلقان فاخرة وطبية للأذن والأنف من ماركة بلومدال العالمية
شركة نقل اثاث بالرياض
شركة تنظيف خزانات بالرياض
شركة نقل اثاث بالرياض
شركة تخزين اثاث
الإثنين 25 مارس 2024, 03:03
السبت 23 مارس 2024, 04:08
السبت 23 مارس 2024, 04:07
الأحد 17 مارس 2024, 05:27
الأربعاء 13 مارس 2024, 15:44
الجمعة 19 يناير 2024, 20:14
الأربعاء 27 يوليو 2022, 14:18
الأربعاء 19 يناير 2022, 12:46
الثلاثاء 27 أبريل 2021, 22:38
الأربعاء 17 مارس 2021, 12:10















 
شاطر


3 انبي سي مهمييييين للكلينتات الجديده  Emptyالأربعاء 17 يوليو 2013, 21:14
رسالة
بيانات كاتب الموضوع
3 انبي سي مهمييييين للكلينتات الجديده
المعلومات
الكاتب:
اللقب:
فرتكاوي ناوي ع الاشراف
الرتبه:
فرتكاوي ناوي ع الاشراف
الصورة الرمزية
 
Crazy-Conquer


البيانات
الجنس : ذكر
عدد المساهمات : 57
تاريخ التسجيل : 19/06/2013
العمر : 22
حكمتي المفضله : كما تدين تودان
 
 

 


الإتصالات
الحالة:
وسائل الإتصال:


مُساهمةموضوع: 3 انبي سي مهمييييين للكلينتات الجديده    






انهارده انا جايبكلمك 3 اني بي سيهاتمهمين في اي سورس جديد
1 الجرمنات العاديه
كود PHP:
#region Garments by Midostar
case 558822:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("I can sell Garments to you for 200k ");
dialog.Option("Evernight ", 1);
dialog.Option("GoodLuck ", 2);
dialog.Option("SchoolUniform ", 3);
dialog.Option("SandRaider ", 4);
dialog.Option("Delight of Speed ", 5);
dialog.Option("PunkRocker ", 6);
dialog.Option("Next ", 7);
dialog.Option("Just passing by.", 255);
dialog.Avatar(80);
dialog.Send();
break;
}
case 7:
{
dialog.Text("I can sell Garments to you for 200k ");
dialog.Option("ChristmasCostume", 8);
dialog.Option("EveningWear ", 9);
dialog.Option("WarlockRobe ", 10);
dialog.Option("DuskRomance ", 11);
dialog.Option("BeggarRags ", 12);
dialog.Option("Just passing by.", 255);
dialog.Avatar(80);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(184325, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
client.Inventory.Add(191905, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
client.Inventory.Add(194300, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 4:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(183305, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 5:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(183395, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 6:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(184335, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 8:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(184315, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 9:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(184355, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 10:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(185355, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 11:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(183325, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 12:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(193300, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
}
break;
}
#endregion

ده كود النفي كات
كود PHP:
558822 / GarmentMido/ 2/ 2510/ 1002/ 433 / 353



2 الاكسسوارات
كود PHP:
#region Acessories by Midostar
case 5588222:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("I can sell Acessories to you for 200k ");
dialog.Option("Wrench ", 1);
dialog.Option("WoodenClub ", 2);
dialog.Option("Umbrella ", 3);
dialog.Option("FishPole ", 4);
dialog.Option("GoodEvening ", 5);
dialog.Option("LightSaber ", 6);
dialog.Option("TennisRacket ", 8);
dialog.Option("2 Hand >> ", 7);
dialog.Option("Just passing by.", 255);
dialog.Avatar(80);
dialog.Send();
break;
}
case 7:
{
dialog.Text("I can sell Acessories to you for 200k ");
dialog.Option("Broom ", 9);
dialog.Option("BlueGuitar ", 10);
dialog.Option("BragonBone ", 11);
dialog.Option("lronSnovel ", 12);
dialog.Option("FrozenTuna ", 13);
dialog.Option("IceStick ", 14);
dialog.Option("Harp ", 15);
dialog.Option("SHield >> ", 16);
dialog.Option("Just passing by.", 255);
dialog.Avatar(80);
dialog.Send();
break;
}
case 16:
{
dialog.Text("I can sell Acessories to you for 200k ");
dialog.Option("TurleShell ", 17);
dialog.Option("LoveShield ", 18);
dialog.Option("Just passing by.", 255);
dialog.Avatar(80);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(360001, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
client.Inventory.Add(360002, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
client.Inventory.Add(360003, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 4:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(360008, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 5:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(360014, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 6:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(360018, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 8:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(360019, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 9:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(350001, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 10:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(350002, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 11:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(350004, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 12:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(350008, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 13:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(350009, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 14:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(350010, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 15:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(370004, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 17:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(380002, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 18:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
client.Inventory.Add(380003, 0, 1);
}
else
{
dialog.Text("You don't have 200k ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}


}
break;
}
#endregion

كود النفي كات
كود PHP:
5588222/AccessoryMido/2/ 2510/ 1002/437/353


و الانبي سي دة بيدى استف +12 للناس عادى لكن مش سوكت ولا دامج
كود PHP:
#region staf by Midostar
case 47711:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("I can sell staf +12 for 1kk cps ");
dialog.Option("Trojan ", 1);
dialog.Option("Archer ", 2);
dialog.Option("Ninja ", 3);
dialog.Option("Monk ", 4);
dialog.Option("Worrior ", 5);
dialog.Option("pirate ", 6);
dialog.Option("Fire & Water", 7);
dialog.Option("Speed +12", 8);
dialog.Option("No thanx.", 255);
dialog.Avatar(80);
dialog.Send();
break;

}
case 1:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(410439, 12, 1);
client.Inventory.Add(420439, 12, 1);
client.Inventory.Add(480439, 12, 1);
client.Inventory.Add(130309, 12, 1);
client.Inventory.Add(118309, 12, 1);
client.Inventory.Add(120269, 12, 1);
client.Inventory.Add(150269, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
client.Inventory.Add(150269, 12, 1);

}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(500429, 12, 1);
client.Inventory.Add(133309, 12, 1);
client.Inventory.Add(113309, 12, 1);
client.Inventory.Add(120269, 12, 1);
client.Inventory.Add(150269, 12, 1);
client.Inventory.Add(160249, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(601439, 12, 1);
client.Inventory.Add(601439, 12, 1);
client.Inventory.Add(135309, 12, 1);
client.Inventory.Add(112309, 12, 1);
client.Inventory.Add(120269, 12, 1);
client.Inventory.Add(150269, 12, 1);
client.Inventory.Add(160249, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 4:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(610439, 12, 1);
client.Inventory.Add(610439, 12, 1);
client.Inventory.Add(136309, 12, 1);
client.Inventory.Add(143309, 12, 1);
client.Inventory.Add(120269, 12, 1);
client.Inventory.Add(150269, 12, 1);
client.Inventory.Add(160249, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 5:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(560439, 12, 1);
client.Inventory.Add(561439, 12, 1);
client.Inventory.Add(131309, 12, 1);
client.Inventory.Add(900309, 12, 1);
client.Inventory.Add(111309, 12, 1);
client.Inventory.Add(141309, 12, 1);
client.Inventory.Add(120269, 12, 1);
client.Inventory.Add(150269, 12, 1);
client.Inventory.Add(160249, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 6:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(611439, 12, 1);
client.Inventory.Add(612439, 12, 1);
client.Inventory.Add(139309, 12, 1);
client.Inventory.Add(144309, 12, 1);
client.Inventory.Add(120269, 12, 1);
client.Inventory.Add(150269, 12, 1);
client.Inventory.Add(160249, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 7:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(421439, 12, 1);
client.Inventory.Add(134309, 12, 1);
client.Inventory.Add(114309, 12, 1);
client.Inventory.Add(152279, 12, 1);
client.Inventory.Add(121269, 12, 1);
client.Inventory.Add(160249, 12, 1);
client.Inventory.Add(201009, 12, 1);
client.Inventory.Add(202009, 12, 1);
client.Inventory.Add(203009, 12, 1);
}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
case 8:
{
if (client.Entity.ConquerPoints >= 1000000)
{
client.Entity.ConquerPoints -= 1000000;
client.Inventory.Add(300000, 12, 1);

}
else
{
dialog.Text("You don't have 1kk ConquerPoints.");
dialog.Option("Ah, my bad", 255);
dialog.Avatar(80);
dialog.Send();
}
break;
}
}
break;
}
#endregion

كود النفي كات
كود PHP:
47711/ Staff Mido / 2 /2510/ 1002/ 440/ 353




ودي صور تاكيد من السيرفر الشخصي ليا



تم تصغير هذه الصورة. إضغط هنا لرؤية الصورة كاملة. الحجم الأصلي للصورة هو 1024 * 768.
















 الموضوع الأصلي : 3 انبي سي مهمييييين للكلينتات الجديده // المصدر : منتديات فرتكة // الكاتب: Crazy-Conquer




Crazy-Conquer ; توقيع العضو




مواقع النشر (المفضلة)

تعليقات الفيس بوك

الــرد الســـريـع
..
هام جداً: قوانين المساهمة في المواضيع. انقر هنا للمعاينة
الرد السريع



خــدمات المـوضـوع
 KonuEtiketleri كلمات دليليه
3 انبي سي مهمييييين للكلينتات الجديده , 3 انبي سي مهمييييين للكلينتات الجديده , 3 انبي سي مهمييييين للكلينتات الجديده ,3 انبي سي مهمييييين للكلينتات الجديده ,3 انبي سي مهمييييين للكلينتات الجديده , 3 انبي سي مهمييييين للكلينتات الجديده
 KonuLinki رابط الموضوع
 Konu BBCode BBCode
 KonuHTML Kodu HTMLcode
إذا وجدت وصلات لاتعمل في الموضوع او أن الموضوع [ 3 انبي سي مهمييييين للكلينتات الجديده ] مخالف ,, من فضلك راسل الإدارة من هنا






مواضيع ذات صلة





© جميع الحقوق محفوظة لمنتديات فرتكة 2014
تحويل شركة فور يمنى