Page 2 of 2 FirstFirst 12
Results 26 to 36 of 36

Thread: Nebula Sorc Garden

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

    Default

    how i run the script after i open this file with simba bot ? my email is iku100@walla.com

  2. #27
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Quote Originally Posted by igal101 View Post
    how i run the script after i open this file with simba bot ? my email is iku100@walla.com
    Well you need to redo the sps cords, which I doubt you will know how to do that...

  3. #28
    Join Date
    Oct 2011
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks really good, and sounds promising. I personally wont use this, as I tend to farm gold legit, but nice to see some anti-leech, that will hopefully persuade them into trying to learn the basics to coding. Its also nice for helping noobs in this language (like myself) figure out how to fix the problem. Might have a go at just unraveling the anti-leech after tomorrow, when I've got an exam -.-
    Speaking of which, I should be revising now...

  4. #29
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    there should be a mod banning everyone that bots at the garden! so anoying herbs crash hella bad!

  5. #30
    Join Date
    Apr 2012
    Posts
    35
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Cool script. TBH I dont think this will crash prices that badly cause either YOU HAVE the capabilities to run an army or you dont. If you dont this isnt very good money :P lol

  6. #31
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    i get the same error

    [Error] (31:13): Unknown identifier 'runecrafting_altars' at line 30
    Compiling failed.

  7. #32
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by Physic View Post
    i get the same error

    [Error] (31:13): Unknown identifier 'runecrafting_altars' at line 30
    Compiling failed.
    Thats cuz that folder doesnt exist anymore, save it in 'runescape_other' as '0_2' and call SPS_Setup(runescape_other,['0_2']); at line 30

  8. #33
    Join Date
    Jan 2012
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    It cant seem to get pass spot 2, please help

  9. #34
    Join Date
    Dec 2011
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Loved using this script, it's sad that herbs crashed.

  10. #35
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Simba Code:
    SPS_Setup(runecrafting_altars,['0_2']);
    Is a function, why aren't you using it as one?

    Simba Code:
    Function CheckFailsafe: Boolean;
    begin
      SPS_GetMyPos;
      P := SPS_GetMyPos;
      if (P.y>885) then
      begin
        result := false;
      end else
        result := true;
    end;

    P can be a local variable.

    Simba Code:
    Sps_walktopos(point(75, 870));

    AGAIN, why're you using Functions without using their result?



    You can condense all that.

    Doesn't compile.

    #myturnontheoffensive

  11. #36
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    I made this script 6 months ago... This script is messy and not very well coded, I agree. But I have learned a lot since then. Go try to find something wrong with my ivy script and I'll actually care.

    Also, I was using FindObjTPA back then lol. But, this script beats anything you have ever produced.


    For example, I know that this can be condensed 5000x

    Simba Code:
    Part1;
            If (CheckFailsafe = false) then
              break;
            Part2;
            If (CheckFailsafe = false) then
              break;
            Part3;
            If (CheckFailsafe = false) then
              break;
            Part4;
            If (CheckFailsafe = false) then
              break;
            Part5;
            If (CheckFailsafe = false) then
              break;
            Part6;
            If (CheckFailsafe = false) then
              break;
    Last edited by Nebula; 08-10-2012 at 06:49 AM.

Page 2 of 2 FirstFirst 12

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
  •