Author Topic: Luck Shroom Farmer  (Read 25175 times)

0 Members and 1 Guest are viewing this topic.

Offline timewalker

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • timewalker has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Luck Shroom Farmer
« Reply #45 on: October 14, 2012, 06:26:48 AM »
0

I aslo added this into the code
      Click 400 322 MC N
Right Before the Pathfind code... this will force your Mouse over your character without clicking him.... you might have to change the x and y screen cords depending on your setup....



Great addition to a great little script, however, you have to wait till a shroom is picked up to have a chance to pause or stop the script with your mouse.  Right before Click 400 322 MC N, I added the following so I could pause without moving the mouse.


Code: [Select]
onHotKey insert
      {
      display Paused, press start to continue collecting.
      pause
      }

Now onto making my rails for the fel side...


Tags: