Admin Admin
المشاركـــــــات : : 150 عدد الـــنقـــــاط : : 179361 الشكر : 0 تاريخ التسجيل : 28/08/2012 العمر : 25
| موضوع: حصريا ان بي سي الفوت ولفل 140 والسادل الإثنين سبتمبر 03, 2012 6:50 am | |
| حصريا ان بي سي الفوت ولفل 140 والسادل الاول: ان بى س بيوصلك لفل 140 .. دة فى السورس .. - الكود:
-
#region Level Seller By:mohamed_ahmed case 19994: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hello " + client.Entity.Name + " I Sell Level 130 For 1kk and onther 131-140 each for 200k Cps say thx to AboOsama[GM]?"); dialog.Option("Yes,I Need Level 130.", 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 >= 1000000 && (client.Entity.Level <= 130)) { client.Entity.ConquerPoints -= 1000000; client.Entity.Level = 130; client.Entity.Atributes += 390; } else {
dialog.Text("Please get 1kk 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 500k cps to Get Level 131-140."); dialog.Option("I see.", 255); dialog.Avatar(116); dialog.Send();
} break; } } break; } #endregion | |
|