Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. #region Vip
  2. case 125785:
  3. {
  4. if (client.Inventory.Contains(125785, 1))
  5. {
  6. //client.Inventory.Remove(125785, 1);
  7. if (client.Entity.VIPLevel <= 6)
  8. client.Entity.ConquerPoints += 5000000;
  9. if (client.Entity.VIPLevel == 6)
  10. //client.NpcCpsInput = 0;
  11. client.MessageBox("Only Vip Players(vip > 6) Can get 5m Cps EveryDay");
  12. Conquer_Online_Server.Kernel.SendWorldMessage(new Message("Congratulations! " + client.Entity.Name + " You Got 5M Cps Becouse You Vip Player #29#26.", System.Drawing.Color.Black, Message.Center), Program.Values);
  13. //client.Inventory.Remove(client.ActiveNpc, 1);
  14.  
  15. }
  16. }
  17. break;
  18. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement