Advertisement
Guest User

DrSwordLvL

a guest
Jul 21st, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. #
  2. # Criado por dima_raposa90 {DimaBR}
  3. # DrSwordLvL v1.0
  4.  
  5. options:
  6. Prefix: &6[Servidor]
  7. UpouLvL: &eVoce upou mais 1 level de sua espada!
  8. UpouLvLMax: &eVoce upou sua espada ao LvL MAX!
  9.  
  10. #| CODIGO FONTE |#
  11.  
  12. on damage:
  13. add 1 to {LvL.Espada.%attacker%}
  14.  
  15. on damage:
  16. if {LvL.Espada.%attacker%} is 1000:
  17. set the 1st line of the item's lore to "&9Level: &f1"
  18. set the 2st line of the item's lore to "&cDano: &58"
  19. send "{@Prefix} {@UpouLvL}" to attacker
  20. set damage to 8
  21. if {LvL.Espada.%attacker%} is 2000:
  22. set the 1st line of the item's lore to "&9Level: &f2"
  23. set the 2st line of the item's lore to "&cDano: &59"
  24. send "{@Prefix} {@UpouLvL}" to attacker
  25. set damage to 9
  26. if {LvL.Espada.%attacker%} is 3000:
  27. set the 1st line of the item's lore to "&9Level: &f3"
  28. set the 2st line of the item's lore to "&cDano: &510"
  29. send "{@Prefix} {@UpouLvL}" to attacker
  30. set damage to 10
  31. if {LvL.Espada.%attacker%} is 4000:
  32. set the 1st line of the item's lore to "&9Level: &f4"
  33. set the 2st line of the item's lore to "&cDano: &511"
  34. send "{@Prefix} {@UpouLvL}" to attacker
  35. set damage to 11
  36. if {LvL.Espada.%attacker%} is 5000:
  37. set the 1st line of the item's lore to "&9Level: &f5"
  38. set the 2st line of the item's lore to "&cDano: &512"
  39. send "{@Prefix} {@UpouLvL}" to attacker
  40. set damage to 12
  41. if {LvL.Espada.%attacker%} is 6000:
  42. set the 1st line of the item's lore to "&9Level: &f6"
  43. set the 2st line of the item's lore to "&cDano: &513"
  44. send "{@Prefix} {@UpouLvL}" to attacker
  45. set damage to 13
  46. if {LvL.Espada.%attacker%} is 7000:
  47. set the 1st line of the item's lore to "&9Level: &f7"
  48. set the 2st line of the item's lore to "&cDano: &514"
  49. send "{@Prefix} {@UpouLvL}" to attacker
  50. set damage to 14
  51. if {LvL.Espada.%attacker%} is 8000:
  52. set the 1st line of the item's lore to "&9Level: &f8"
  53. set the 2st line of the item's lore to "&cDano: &515"
  54. send "{@Prefix} {@UpouLvL}" to attacker
  55. set damage to 15
  56. if {LvL.Espada.%attacker%} is 9000:
  57. set the 1st line of the item's lore to "&9Level: &f9"
  58. set the 2st line of the item's lore to "&cDano: &516"
  59. send "{@Prefix} {@UpouLvL}" to attacker
  60. set damage to 16
  61. if {LvL.Espada.%attacker%} is 10000:
  62. set the 1st line of the item's lore to "&9Level: &f10 (MAX)"
  63. set the 2st line of the item's lore to "&cDano: &517 (MAX)"
  64. send "{@Prefix} {@UpouLvLMax}" to attacker
  65. set damage to 17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement