Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. #region TorNaDoTeam
  2. if (client.ActiveNpc == 125720)
  3. {
  4. if (client.Inventory.Contains(125720, 1))//TorNaDoTeaM
  5. {
  6. if (req.OptionID == 2)
  7. {
  8. client.Entity.ConquerPoints -= 1000000;
  9. client.Entity.BoundCps += 2000000;
  10.  
  11. client.Inventory.Remove(client.ActiveNpc);
  12. }
  13. if (req.OptionID == 4)//Youssef-Conan
  14. {
  15. client.Entity.Money -= 250000000;
  16. client.Entity.BoundCps += 1000000;
  17. client.Inventory.Remove(client.ActiveNpc);
  18. }
  19. }
  20. break;
  21. }
  22. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement