Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. $${
  2. do;
  3. if(%HELMDURABILITY% != 0);
  4. setlabel(CAPACETE,"&4&lCapacete: &b&l%HELMDURABILITY%",CAPACETE);
  5. else;
  6. setlabel(CAPACETE,"&4&lCapacete: &b&lvc esta sem",CAPACETE);
  7. endif;
  8.  
  9. if(%BOOTSDURABILITY% != 0);
  10. setlabel(BOTA,"&4&lBota: &b&l%BOOTSDURABILITY%",BOTA);
  11. else;
  12. setlabel(BOTA,"&4&lBota: &b&lvc esta sem",BOTA);
  13. endif;
  14.  
  15. if(%LEGGINGSDURABILITY% != 0);
  16. setlabel(CALCA,"&4&lCalça: &b&l%LEGGINGSDURABILITY%",CALCA);
  17. else;
  18. setlabel(CALCA,"&4&lCalça: &b&lvc esta sem",CALCA);
  19. endif;
  20.  
  21. if(%CHESTPLATEDURABILITY% != 0);
  22. setlabel(PEITO,"&4&lPeitoral: &b&l%CHESTPLATEDURABILITY%",PEITO);
  23. else;
  24. setlabel(PEITO,"&4&lPeitoral: &b&lvc esta sem",PEITO);
  25. endif;
  26.  
  27. if(%DURABILITY% != 0);
  28. setlabel(MAO,"&4&lItem: &b%DURABILITY%",MAO);
  29. else;
  30. setlabel(MAO," ",MAO);
  31. endif;
  32.  
  33. if(%ITEM% = 373);
  34. setlabel(MAO," ",MAO);
  35. endif;
  36.  
  37. if(%ITEM% = 322);
  38. setlabel(MAO," ",MAO);
  39. endif;
  40.  
  41. &pot="";
  42. FOREACH(effects);
  43. &4&lpot = "%&f&lpot%\n&4&l%EFFECTNAME%: &4&f%EFFECTTIME%";
  44. NEXT;
  45. SETLABEL(SE,%&pot%);
  46.  
  47. loop;
  48. $${
  49. do;
  50. if(%HELMDURABILITY% != 0);
  51. setlabel(CAPACETE,"&aCapacete: &b%HELMDURABILITY%",CAPACETE);
  52. else;
  53. setlabel(CAPACETE,"&aCapacete: &bvc esta sem",CAPACETE);
  54. endif;
  55.  
  56. if(%BOOTSDURABILITY% != 0);
  57. setlabel(BOTA,"&aBota: &b%BOOTSDURABILITY%",BOTA);
  58. else;
  59. setlabel(BOTA,"&aBota: &bvc esta sem",BOTA);
  60. endif;
  61.  
  62. if(%LEGGINGSDURABILITY% != 0);
  63. setlabel(CALCA,"&aCalça: &b%LEGGINGSDURABILITY%",CALCA);
  64. else;
  65. setlabel(CALCA,"&aCalça: &bvc esta sem",CALCA);
  66. endif;
  67.  
  68. if(%CHESTPLATEDURABILITY% != 0);
  69. setlabel(PEITO,"&aPeitoral: &b%CHESTPLATEDURABILITY%",PEITO);
  70. else;
  71. setlabel(PEITO,"&aPeitoral: &bvc esta sem",PEITO);
  72. endif;
  73.  
  74. if(%DURABILITY% != 0);
  75. setlabel(MAO,"&aItem: &b%DURABILITY%",MAO);
  76. else;
  77. setlabel(MAO," ",MAO);
  78. endif;
  79.  
  80. if(%ITEM% = 373);
  81. setlabel(MAO," ",MAO);
  82. endif;
  83.  
  84. if(%ITEM% = 322);
  85. setlabel(MAO," ",MAO);
  86. endif;
  87.  
  88. &b&lpot="";
  89. FOREACH(effects);
  90. &b&lpot = "%&pot%\n&e%EFFECTNAME%:&4&f%EFFECTTIME%";
  91. NEXT;
  92. SETLABEL(SE,%&pot%);
  93.  
  94. loop;
  95. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement