Jump to content

extatus

Trade With Caution
  • Posts

    594
  • Joined

  • Last visited

  • Feedback

    100%

1 Follower

About extatus

Profile Information

  • Gender
    Male
  • Location:
    EU

Recent Profile Visitors

2811 profile views

extatus's Achievements

Mithril Poster

Mithril Poster (6/10)

50

Reputation

  1. Not sure what you meant by that. You dont use any loops in your script. (not onloop) If you dont want the method to occur again,use area before obstacle ? Therefore if youve passed the obstacle, it cannot click again. Idk how thats even happening, ur code uses similar principle with myPosition().equals condition. Maybe i just dont see it, kinda hard to read xd Definetly try to keep the code more organized & compact.
  2. Well It looks cleaner if u use two arrays for rest of the obstacles. Very pseudo but u might get the idea: if(insert code){ //condition(s) moving block occurs moveBlock(); } else if (insert code) { // something else occurs that cant be normally dealt with clickObject(); } else { methodFromEliotsGuide(); } Eliots guide works but: 1) make sure that its impossible to fall during 2nd obstacle(which probably is) 2) what if an obstacle occurs more than once in sequence? Then wouldnt work at all 3) make sure to stop conditional sleep after you fell from course -- should be more readable and atleast 75% less code
  3. No clue. Maybe try different login credentials?Something very basic with no special characters
×
×
  • Create New...