Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. $${
  2. /////////////////////////////////////////////////////////
  3. /////////////////////////////////////////////////////////
  4. /////Minecraft 1.5.2 ////////////////////////////////////
  5. /////Versao 0.1 do macro ////////////////////////////////
  6. /////OBS: Se voce nao estiver ///////////////////////////
  7. /////usando armadura, a macro ira bugar /////////////////
  8. /////Versao para testes /////////////////////////////////
  9. /////////////////////////////////////////////////////////
  10. /////////////////////////////////////////////////////////
  11.  
  12. toggle(paulogladiador);
  13. if(paulogladiador);
  14. log("&6&lGLADIADOR &f- &bZPAULOGREGO &f&l[&4OFF&f&l]");
  15. log("&e&l» &f&l#PAULO&6&lGLADIADOR");
  16. stop;
  17. else;
  18. log("&6&lGLADIADOR &f- &bZPAULOGREGO &f&l[&aON&f&l]");
  19. log("&e&l» &f&l#PAULO&6&lGLADIADOR");
  20. unset(autoset);
  21. echo(/g Ativando a macro PAULOGREGO_GLADIADOR)
  22. endif;
  23. ////////////////////////////////////////////////////////////////
  24. //// Voce pode escolher a durabilidade no qual o////////////////
  25. //// capacete avisará //////////////////////////////////////////
  26. ////////////////////////////////////////////////////////////////
  27. #durabilidadearmadura=60
  28.  
  29. do;
  30. if(%CHESTPLATEID%=0)
  31. log("&6&lGLADIADOR &f- &l&bParece que voce esta sem armadura!")
  32. log("&b&lportanto a macro &4&lDESLIGARA")
  33. log("&b&lem alguns segundos.)
  34. log("&e&l» &f&l#PAULO&6&lGLADIADOR")
  35. wait(3)
  36. log("&6&lGLADIADOR &f- &bZPAULOGREGO &f&l[&4OFF&f&l]");
  37. log("&e&l» &f&l#PAULO&6&lGLADIADOR");
  38. stop;
  39. loop;
  40. endif;
  41. else;
  42.  
  43.  
  44. do;
  45.  
  46. if(%HELMDURABILITY%<=%#durabilidadearmadura%)
  47. log("&6&lGLADIADOR &f-&l&bSeu capacete está abaixo de &4%#durabilidadearmadura%")
  48. else;
  49. loop;
  50. endif;
  51.  
  52.  
  53. if(%CHESTPLATEDURABILITY%<=%#durabilidadearmadura%)
  54. log("&6&lGLADIADOR &f-&l&bSeu peitoral está abaixo de &4%#durabilidadearmadura%")
  55. else;
  56. loop;
  57. endif;
  58.  
  59. if(%LEGGINGSDURABILITY%<=%#durabilidadearmadura%)
  60. log("&6&lGLADIADOR &f-&l&bSua calca está abaixo de &4%#durabilidadearmadura%")
  61. else;
  62. loop;
  63. endif;
  64.  
  65. if(%BOOTSDURABILITY%<=%#durabilidadearmadura%)
  66. log("&6&lGLADIADOR &f-&l&bSua bota está abaixo de &4%#durabilidadearmadura%");
  67. else;
  68. loop;
  69. endif;
  70.  
  71. if(%CHESTPLATEID%=0)
  72. log("&6&lGLADIADOR &f- &l&bParece que voce esta sem armadura!")
  73. log("&b&lportanto a macro &4&lDESLIGARA")
  74. log("&b&lem alguns segundos.)
  75. log("&e&l» &f&l#PAULO&6&lGLADIADOR")
  76. wait(3)
  77. log("&6&lGLADIADOR &f- &bZPAULOGREGO &f&l[&4OFF&f&l]");
  78. log("&e&l» &f&l#PAULO&6&lGLADIADOR");
  79. stop;
  80. loop;
  81. endif;
  82. else;
  83. loop;
  84.  
  85. IF(EFFECTTIME<= 5)
  86. log("&6&lGLADIADOR &f-&b&lSeus efeitos estao acabando!)
  87.  
  88. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement