منتديات داونلودز2

منتديات داونلودز2 (http://www.downloadiz2.com/forums/index.php)
-   كونكر تهييس و شروحات السيرفرات (http://www.downloadiz2.com/forums/f69.html)
-   -   ان بي سي يعطيلك لفلات من لفل 1 الى 140 مقابل سي بي اس (http://www.downloadiz2.com/forums/t53960.html)

Mr.Amr 08-16-2012 03:37 PM

ان بي سي يعطيلك لفلات من لفل 1 الى 140 مقابل سي بي اس
 
بسم الله الرحمن الرحيم


(
npc)بيجيبلك لفلات من 1 لـــ 140

نضيف الكود دا فى ملف

NPCS.cs:


كود:

#region M
case 19994:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hi " + client.Entity.Name+ " I Sell Level 130 For 250k Cps and onther 131-140 each for 500k Cps Cps");
dialog.Option("Yes,I Need Level .", 1);
dialog.Option("Yes,I Need Level 131-140.", 2);
dialog.Option("NO Thx.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= 500000 && (client.Entity.Level <= 130))
{
client.Entity.ConquerPoints -= 500000;
client.Entity.Level += 1;
client.Entity.Atributes +=3;
}
else
{
dialog.Text("Please get 500 k cps to Get Level 130.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 500000 && (client.Entity.Level >= 130) && (client.Entity.Level <= 139))
{
client.Entity.ConquerPoints -= 500000;
client.Entity.Level += 1;
client.Entity.Atributes += 3;
}
else
{
dialog.Text("Please get 500 k Cps cps to Get Level 131-140.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
}
break;
}
endregion#

كود النافى كات
كود:

INSERT INTO `npcs` VALUES ('19994', 'Level Seller', '0002', '2790', '1002', '0466', '0348'); 

Raed Eltaras 08-16-2012 08:09 PM

شبح ومن الاخر .. تسلم اديكـ


الساعة الآن 06:46 PM

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

Security team