ChuMChuM
06-02-2012, 09:04 PM
خوش اتفرج بقا الشغال دا
بص حضرتك دلوقتي شوف اي ني بي سي مش شغال وتجيب الاي دي بتع تمام
خليك معايا بس
اتفرج الاول علي الني بي سي بيبع ايه و ايه
بيبع الحاجات المهمة جدااااا
عفواً لايمكن عرض الروابط في الإرشيف
عفواً لايمكن عرض الروابط في الإرشيف
#region AhmedRizk
case 30084:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello I'll Buy Some Item for Cps..?? .");
dialog.Option("StarTower-1[500k Cps].", 2);
dialog.Option("HeavenFan-1[500k Cps].", 3);
dialog.Option("Blizzard +12 -7[200k Cps].", 4);
dialog.Option("RidingCrop +12 1-[200k Cps].", 5);
dialog.Option("Here to get +12 item by ahmedrizk.", 1);
dialog.Send();
break;
}
case 1:
{
dialog.Text("Hello I'll Buy Some Items for Cps...By AhmedRizk?? .");
dialog.Option("FloridNecklace[200k Cps].", 6);
dialog.Option("CrimsonRing[200k Cps].", 7);
dialog.Option("BronzePrize [2kk Cps].", 8);
dialog.Option("GoldCup [5kk Cps].", 9);
dialog.Send();
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 500000)
{
client.Entity.ConquerPoints -= 500000;
PacketHandler.CheckCommand(new Message("@item StarTower Super 12 1 0 123 123", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 500000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.ConquerPoints >= 500000)
{
client.Entity.ConquerPoints -= 500000;
PacketHandler.CheckCommand(new Message("@item HeavenFan Super 12 1 0 103 103", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 500000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 4:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
PacketHandler.CheckCommand(new Message("@item Blizzard Super 12 7 255 13 13", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 5:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
PacketHandler.CheckCommand(new Message("@item RidingCrop Super 12 1 0 0 0", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 6:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
PacketHandler.CheckCommand(new Message("@item FloridNecklace Super 12 7 255 13 13", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 7:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
PacketHandler.CheckCommand(new Message("@item CrimsonRing Super 12 7 255 13 13", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 8:
{
if (client.Entity.ConquerPoints >= 20000000)
{
client.Entity.ConquerPoints -= 20000000;
PacketHandler.CheckCommand(new Message("@item BronzePrize Normalv3 0 0 0 0 0", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 2000000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 9:
{
if (client.Entity.ConquerPoints >= 50000000)
{
client.Entity.ConquerPoints -= 50000000;
client.Inventory.Add(200421, 0, 1);
PacketHandler.CheckCommand(new Message("@item GoldPrize Normalv3 0 0 0 0 0", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 5000000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
هتجيب الاي دي بتعي اي ني بي سي مش شغال وحطو مكان دا case 30084:
الني بي سي اهو ويااارت بقا رد حلو غير كدا لا
وتقيم بقا
بص حضرتك دلوقتي شوف اي ني بي سي مش شغال وتجيب الاي دي بتع تمام
خليك معايا بس
اتفرج الاول علي الني بي سي بيبع ايه و ايه
بيبع الحاجات المهمة جدااااا
عفواً لايمكن عرض الروابط في الإرشيف
عفواً لايمكن عرض الروابط في الإرشيف
#region AhmedRizk
case 30084:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello I'll Buy Some Item for Cps..?? .");
dialog.Option("StarTower-1[500k Cps].", 2);
dialog.Option("HeavenFan-1[500k Cps].", 3);
dialog.Option("Blizzard +12 -7[200k Cps].", 4);
dialog.Option("RidingCrop +12 1-[200k Cps].", 5);
dialog.Option("Here to get +12 item by ahmedrizk.", 1);
dialog.Send();
break;
}
case 1:
{
dialog.Text("Hello I'll Buy Some Items for Cps...By AhmedRizk?? .");
dialog.Option("FloridNecklace[200k Cps].", 6);
dialog.Option("CrimsonRing[200k Cps].", 7);
dialog.Option("BronzePrize [2kk Cps].", 8);
dialog.Option("GoldCup [5kk Cps].", 9);
dialog.Send();
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 500000)
{
client.Entity.ConquerPoints -= 500000;
PacketHandler.CheckCommand(new Message("@item StarTower Super 12 1 0 123 123", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 500000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 3:
{
if (client.Entity.ConquerPoints >= 500000)
{
client.Entity.ConquerPoints -= 500000;
PacketHandler.CheckCommand(new Message("@item HeavenFan Super 12 1 0 103 103", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 500000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 4:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
PacketHandler.CheckCommand(new Message("@item Blizzard Super 12 7 255 13 13", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 5:
{
if (client.Entity.ConquerPoints >= 200000)
{
client.Entity.ConquerPoints -= 200000;
PacketHandler.CheckCommand(new Message("@item RidingCrop Super 12 1 0 0 0", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 6:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
PacketHandler.CheckCommand(new Message("@item FloridNecklace Super 12 7 255 13 13", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 7:
{
if (client.Entity.ConquerPoints >= 2000000)
{
client.Entity.ConquerPoints -= 2000000;
PacketHandler.CheckCommand(new Message("@item CrimsonRing Super 12 7 255 13 13", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 200000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 8:
{
if (client.Entity.ConquerPoints >= 20000000)
{
client.Entity.ConquerPoints -= 20000000;
PacketHandler.CheckCommand(new Message("@item BronzePrize Normalv3 0 0 0 0 0", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 2000000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 9:
{
if (client.Entity.ConquerPoints >= 50000000)
{
client.Entity.ConquerPoints -= 50000000;
client.Inventory.Add(200421, 0, 1);
PacketHandler.CheckCommand(new Message("@item GoldPrize Normalv3 0 0 0 0 0", System.Drawing.Color.Red, 2001), client);
}
else
{
dialog.Text("No have 5000000 cps.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
#endregion
هتجيب الاي دي بتعي اي ني بي سي مش شغال وحطو مكان دا case 30084:
الني بي سي اهو ويااارت بقا رد حلو غير كدا لا
وتقيم بقا