Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1.  
  2. if rand (50)
  3. mpechoat $n The rift revives the Aspect of War to full power!!!
  4. mpmload 900204
  5. else
  6. if rand (20)
  7. mpechoat $n The rift places a godly item in your inventory!
  8. if mortcount (0) == 1
  9. mpoload 900204 $n
  10. else
  11. if mortcount (0) == 2
  12. mpoload 900204 $n
  13. else
  14. if mortcount (0) == 3
  15. mpoload 900204 $n
  16. else
  17. mpdonothing
  18. endif
  19. endif
  20. endif
  21. else
  22. if rand (20)
  23. mpechoat $n The rift places a godly item in your inventory!
  24. if mortcount (0) == 1
  25. mpoload 900206 $n
  26. else
  27. if mortcount (0) == 2
  28. mpoload 900206 $n
  29. else
  30. if mortcount (0) == 3
  31. mpoload 900206 $n
  32. else
  33. mpdonothing
  34. endif
  35. endif
  36. endif
  37. else
  38. if rand (10)
  39. mpechoat $n The rift places a godly item in your inventory!
  40. if mortcount (0) == 1
  41. mpoload 900207 $n
  42. else
  43. if mortcount (0) == 2
  44. mpoload 900207 $n
  45. else
  46. if mortcount (0) == 3
  47. mpoload 900207 $n
  48. mpdonothing
  49. endif
  50. endif
  51. endif
  52. else
  53. mpdonothing
  54. endif
  55. endif
  56. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement