yojimbos_law

godforsaken attempt at a farming script

Nov 21st, 2017
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. /*
  2. 27-28 sandworms
  3. 6 machine elf
  4. 10 snojo
  5. 10 bricko
  6. 11 drunk pygmies
  7. 5 glark cables
  8. 3 lynyrd snares
  9. 5 witchess fights
  10. 1 fax
  11. 5 putty
  12. 1 chateau
  13. 10 seals
  14. 89 eldritch tentacles
  15. 2 more eldritch tentacles
  16. 3 LOV fights
  17. ?? gingerbread cigarettes?
  18. */
  19. //put_closet(slash_count($item[power pill]),$item[power pill]);
  20. //take_closet(20, power pill);
  21. //put_closet(slash_count($item[spices]),$item[spices]);
  22. if(get_property("_roboDrinks") == ""){
  23. cli_execute("ocrsrobort");
  24. }
  25. cli_execute("/aa nouveau");
  26.  
  27. //need to make drum machine codeblock
  28.  
  29. while(get_property("_snojoFreeFights").to_int() < 10){
  30. //need to make combat macro handle snojoman's lack of factoids
  31. adv1(to_location(460),-1,"");
  32. cli_execute("cast cannelloni cocoon");
  33. }
  34.  
  35. while(get_property("_drunkPygmyBanishes").to_int() < 11){
  36. //need to make this banish good.
  37. adv1(to_location(344),-1,"");
  38. cli_execute("cast cannelloni cocoon");
  39. }
  40.  
  41. while(get_property("_glarkCableUses").to_int() < 5){
  42. adv1(to_location(385),-1,"");
  43. cli_execute("cast cannelloni cocoon");
  44. }
  45.  
  46. cli_execute("acquire 69 bricko ooze");
  47. while(get_property("_brickoFights").to_int() < 10){
  48. cli_execute("use bricko ooze");
  49. cli_execute("cast cannelloni cocoon");
  50. }
  51.  
  52. /*
  53. cli_execute("acquire 69 lynyrd snare");
  54. while(get_property("_lynyrdSnareUses").to_int() < 3){
  55. //need to make macro handle these
  56. cli_execute("use lynyrd snare");
  57. cli_execute("cast cannelloni cocoon");
  58. }
  59. */
  60.  
  61. //need to make seal codeblock
  62.  
  63. cli_execute("acquire 69 seal-blubber candle");
  64. cli_execute("acquire 69 figurine of a wretched-looking seal");
  65. cli_execute("/equip weapon seal-clubbing club");
  66. while(get_property("_sealsSummoned").to_int() < 10){
  67. //need to make macro handle these because no chefstaff
  68. cli_execute("use figurine of a wretched-looking seal");
  69. cli_execute("cast cannelloni cocoon");
  70. }
  71. cli_execute("/equip weapon staff of the woodfire");
  72.  
  73. //need to make DMT codeblock or maybe just miss out on 300k meat/day.
  74.  
  75. //need to make witchess+putty+chateau codeblock
Advertisement
Add Comment
Please, Sign In to add comment