Results 1 to 3 of 3

Thread: Quick help

  1. #1
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Quick help

    How do I add checking if run energy is above a certain percent and activating if it is? I know there is a function, but I cant get it to work, thanks for the help guys ;P Btw making a clayminer that banks at Edgeville, so you will be rewarded for your help(; Its a revision/combination of both scripts we currently have, so I will be giving credit to them for most of it. I just have to add breaking, switching worlds if more than 3 people are present and make my pixel shift function more accurate. Will be posting a review reversion shortly for feedback ;P

  2. #2
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Simba Code:
    begin
        if (Not runenergy(50)) then    
    begin
        Setrest;
        Wait(10000+Random(5000)); or restuntil(90);
    //You can have restuntil or the random wait. They both basically do the same thing.
    end;

  3. #3
    Join Date
    Nov 2011
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Deadly Serious View Post
    Simba Code:
    begin
        if (Not runenergy(50)) then    
    begin
        Setrest;
        Wait(10000+Random(5000)); or restuntil(90);
    //You can have restuntil or the random wait. They both basically do the same thing.
    end;

    Works like a charm, thanks(:

Thread Information

Users Browsing this Thread

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

Posting Permissions

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