Results 1 to 6 of 6

Thread: Seers Maple Cutter (Flawless...I wish)

  1. #1
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Seers Maple Cutter (Flawless...I wish)

    So i'm still quite new around these forums and it seemed like fun to script something so i did.

    Basically you start at seers bank and will cut the maples BELOW the bank (The 2 all the way south) and then attempts to get back to the bank to deposit, it is still a work in progress and i already see things that need fixing. also the further west of the bank you start the better.

    Before i uploaded this i changed the mouse speed so not sure how it will react. Prop going to attempt a thieving script next or a cooking one.
    Last edited by jakegran; 05-17-2012 at 02:49 PM. Reason: I'm an idiot and tired.

  2. #2
    Join Date
    Jan 2012
    Location
    Australia :)
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it works thats for sure.

  3. #3
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've actually made a better version of it if anyone is interested.

  4. #4
    Join Date
    Jan 2012
    Location
    Australia :)
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jakegran View Post
    I've actually made a better version of it if anyone is interested.
    jake i wouldn't mind testing it out

    jack why not just post it here so i can use it
    Last edited by partyboyrawr; 05-21-2012 at 01:04 PM. Reason: forgot to add something

  5. #5
    Join Date
    Jul 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where is the better version?

  6. #6
    Join Date
    May 2012
    Location
    Texas
    Posts
    365
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks great for your first script!

    Simba Code:
    Function Compass:boolean;
    begin
      case C of
    1:  begin
         case  random(4)  of
           0:makecompass(122);
           1:makecompass(118);
           2:makecompass(124);
           3:makecompass(137);
         end
         c:=2
        end;
    2:  begin
         case random(4) of
           0:makecompass(338);
           1:makecompass(340);
           2:makecompass(332);
           3:makecompass(336);
         end
        C:=1
        end;
      end
    end;
    Case Inception! Interesting but I think RandomRange(Min,Max); would probably be the better option (Assuming it is for anti-ban);

    Also, try to use Procedures instead of Functions when you do not need to return something such as a Boolean, Integer, Ect.

    Overall, Great work keep it up
    Mostly Inactive, School

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •