![]() |
طلب npc
ممكن npc يحول السى بى اس لسيفلر اقصد فلوس يعنى واحد يدفع cps وياخد فلوس
|
رد: طلب npc
#region Sell MOney
case 54200: { switch (npcRequest.OptionID) { case 0: { dialog.Text("Hi Friend " + client.Player.Name + " Iam CPS Seller and i Sell GOLD For CPS ); dialog.Option("2kk CPS -> 100 kk GOLD", 1); dialog.Option("2.5kk CPS -> 250 kk GOLD", 2); dialog.Option("5kk CPS -> 500 kk GOLD", 3); dialog.Option("8kk CPS -> 800 kk GOLD", 4); dialog.Option("10kk CPS -> 1.5 kkk GOLD", 5); dialog.Option("15kk CPS -> 2 kkk GOLD", 6); dialog.Option("I don't care.", 255); dialog.Send(); break; } case 6: { if (client.Player.ConquerPoints >= 15000000) { client.Player.ConquerPoints -= 15000000; client.Player.Money += 2000000000; } else { dialog.Text("you have 15 kk cps"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 5: { if (client.Player.ConquerPoints >= 10000000) { client.Player.ConquerPoints -= 10000000; client.Player.Money += 1500000000; } else { dialog.Text("you have 10kk CPSs"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 4: { if (client.Player.ConquerPoints >= 8000000) { client.Player.ConquerPoints -= 8000000; client.Player.Money += 800000000; } else { dialog.Text("you have 8kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 3: { if (client.Player.ConquerPoints >= 5000000) { client.Player.ConquerPoints -= 5000000; client.Player.Money += 500000000; } else { dialog.Text("you have 5kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 2: { if (client.Player.ConquerPoints >= 2500000) { client.Player.ConquerPoints -= 2500000; client.Player.Money += 250000000; } else { dialog.Text("you have 2.5kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } case 1: { if (client.Player.ConquerPoints >= 2000000) { client.Player.ConquerPoints -= 2000000; client.Player.Money += 100000000; } else { dialog.Text("you have 2kk CPS"); dialog.Option("NO.", 255); dialog.Send(); break; } break; } } break; } #endregion |
رد: طلب npc
اقتباس:
اتفضل وعدل براحتك عليه ف الاسعار اللي انت عايزها وتحط دا ف النافي كات 54200 sell money 02 9450 1002 297 291 وغير مكانه لو عاوز براحتك |
الساعة الآن 11:41 PM |
مرحبا بكم في منتدي اكواد لتطوير الالعاب