Advertisement
yojimbos_law

horrible tcrs boa farming script

May 21st, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. vint min;
  2. effect lowest;
  3. int[effect] dur;
  4. int turns_to_spend;
  5.  
  6. void update_lowest(){
  7. foreach i in $effects[Ur-Kel's Aria of Annoyance, Fat Leon's Phat Loot Lyric, Pride of the Puffin, Drescher's Annoying Noise, Leash of Linguini, Singer's Faithful Ocelot,Empathy,Ruthlessly Efficient,Jingle Jangle Jingle, Blood Bond]{
  8. dur[i] = have_effect(i);
  9. if(min >= dur[i]){
  10. min = dur[i];
  11. lowest = i;
  12. }
  13. }
  14. }
  15.  
  16. void one_drum_machine(){
  17. if(my_soulsauce() > 50 ){
  18. cli_execute("/sf 10");
  19. }
  20.  
  21. min = have_effect($effect[Leash of Linguini]);
  22. update_lowest();
  23.  
  24. while(my_mp() * 2 > my_maxmp()){
  25. switch(lowest){
  26. case $effect[Ur-Kel's Aria of Annoyance] :
  27. cli_execute("/cast 10 ur-kel's aria of annoyance");
  28. break;
  29. case $effect[fat leon's phat loot lyric] :
  30. cli_execute("/cast 10 phat loot");
  31. break;
  32. case $effect[pride of the puffin] :
  33. cli_execute("/cast 10 pride of the puffin");
  34. break;
  35. case $effect[drescher's annoying noise] :
  36. cli_execute("/cast 5 drescher's annoying noise");
  37. break;
  38. case $effect[leash of linguini] :
  39. cli_execute("/cast 10 leash of linguini");
  40. break;
  41. case $effect[singer's faithful ocelot] :
  42. cli_execute("/cast 10 singer's faithful ocelot");
  43. break;
  44. case $effect[empathy] :
  45. cli_execute("/cast 10 empathy of the newt");
  46. break;
  47. case $effect[ruthlessly efficient] :
  48. cli_execute("/cast 10 ruthless efficiency");
  49. break;
  50. case $effect[jingle jangle jingle] :
  51. cli_execute("/cast 10 jingle bells");
  52. break;
  53. case $effect[blood bond] :
  54. cli_execute("/cast 10 blood bond");
  55. break;
  56.  
  57. }
  58. update_lowest();
  59. if(my_hp()* 2 < my_maxhp()){
  60. cli_execute("/cast cannelloni cocoon");
  61. }
  62. }
  63.  
  64.  
  65. if(my_hp()* 2 < my_maxhp()){
  66. cli_execute("/cast cannelloni cocoon");
  67. }
  68. cli_execute("use 1 drum machine");
  69. }
  70. cli_execute("refresh all");
  71.  
  72. if(my_fullness() == 0){
  73. cli_execute("/familiar stooper");
  74. cli_execute("genie effect got milk");
  75. cli_execute("genie effect got milk");
  76. cli_execute("acquire 69 devil hair pasta");
  77. cli_execute("acquire 69 mojo filter");
  78. if(available_amount($item[mayoflex]) <69)
  79. cli_execute("/buy 69 mayoflex");
  80. if(available_amount($item[mayodiol]) <69)
  81. cli_execute("/buy 69 mayonex");
  82. for i from 1 to 21{
  83. cli_execute("/use mayodiol");
  84. cli_execute("/eat devil hair pasta");
  85. }
  86. for i from 1 to 15{
  87. cli_execute("/use mayoflex");
  88. cli_execute("/eat devil hair pasta");
  89. }
  90. for i from 1 to 15{
  91. sweet_synthesis($item[Milk studs],$item[Milk studs]);
  92. }
  93. for i from 1 to 3{
  94. cli_execute("/use mojo filter");
  95. }
  96. for i from 1 to 3{
  97. sweet_synthesis($item[Milk studs],$item[Milk studs]);
  98. }
  99. }
  100.  
  101.  
  102.  
  103. if(fullness_limit() < 17){
  104. cli_execute("/familiar feather boa constrictor");
  105. cli_execute("/outfit tcrs boa");
  106. for j from 1 to 55{
  107. one_drum_machine();
  108. }
  109.  
  110. cli_execute("refresh all");
  111.  
  112. if(my_fullness() < fullness_limit()){
  113. cli_execute("/familiar stooper");
  114. cli_execute("/use mayoflex");
  115. cli_execute("/eat devil hair pasta");
  116. cli_execute("/familiar feather boa constrictor");
  117. one_drum_machine();
  118. cli_execute("/familiar stooper");
  119. cli_execute("/use mayoflex");
  120. cli_execute("/eat devil hair pasta");
  121. cli_execute("/equip accessory1 mafia pinky ring");
  122. cli_execute("cast ode to booze; genie effect refined palate; drink frosty's frosty mug; drink spooky mushroom wine;");
  123.  
  124. }
  125. }
  126.  
  127.  
  128. cli_execute("refresh all");
  129. cli_execute("/outfit tcrs boa");
  130. cli_execute("/familiar feather boa constrictor");
  131. cli_execute("/equip p plexiglass");
  132.  
  133. for j from 1 to my_adventures(){
  134. one_drum_machine();
  135. }
  136.  
  137. cli_execute("/familiar disembodied hand");
  138. cli_execute("/outfit tcrs rollover");
  139. cli_execute("breakfast");
  140. cli_execute("run tcrs potion effectiveness.ash");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement