Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. shwoopy

    doubtful

    doubtful
  2. shwoopy

    Question Arrays/Lists with GameObjects

    Thank you so much for the reply, Cuppa >:) Ironically, your AIO miner was partially what inspired me to give this a shot myself. I have found out the hard way about everything returning null; I've gone through and added many null checks and learned how to combat that thankfully. Really though...
  3. shwoopy

    Question Arrays/Lists with GameObjects

    I have seen a lot of information saying that WebPath is broken, but then at the same time I see some people that sound like they may have used it and have it work. Does WebPath work better then local pathing still at this point? If so, I'll have to go that a go tomorrow. Really appreciate the...
  4. shwoopy

    Question Arrays/Lists with GameObjects

    That sounds like it could be a solution - I was just struggling to figure out how to make it target the three rocks closest to one point without running across the quarry, I thought an array with reachable objects would be an easy solution but your solution seems much better. Thank you my...
  5. shwoopy

    Question Arrays/Lists with GameObjects

    The idea is that I wanted to keep track of which rock I am mining so that I can hover over the next one, for example, and allow me to keep mining in a pattern instead of randomizing it. I am trying to create a powermining bot in which I stand in one location between three ore deposits, so using...
  6. shwoopy

    Question Arrays/Lists with GameObjects

    Hey folks. I'm new around here and trying my hand at putting together some bots. Not entirely new to scripting but this is getting me. Basically, I am trying to get all reachable iron ores from a position (there should be 3), and add them into an array/list. Here is currently what the section...
Top