Results 1 to 13 of 13

Thread: Think it would be possible to get a Yew log or magic log script?

  1. #1
    Join Date
    Jan 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Think it would be possible to get a Yew log or magic log script?

    Just wondering if somebody could post a yew/magic log script

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    This isn't a very good request. For all I know, you want a script that will take magic logs out of your bank and drop them on the ground. That's a script that involves magic logs, thus it is a "magic log script" and fulfills your request.

    More details please!
    Last edited by KeepBotting; 02-03-2015 at 02:20 AM.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols

  3. #3
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Now I'm only going off of his posts, but KeepBotting's iOak script is incredibly modular and can be re-written to do yew's and magic's.

    If you want to start getting into scripting maybe you could look into that.

    And since I haven't seen many welcoming posts addressed towards you... Welcome to the forums!



    It's not gay if it's efficient.

  4. #4
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    This isn't a very good request. For all I know, you want a script that will take magic logs of your bank and drop them on the ground. That's a script that involves magic logs, thus it is a "magic log script" and fulfills your request.

    More details please!

    Done! This request can be closed. Just start at Burthorpe and set magic logs to preset 1.

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      repeat
        bankScreen.open(BANK_TABLE_BUTTHORPE);
        bankScreen.clickButton(BANK_BUTTON_PRESET_1);
        tabBackpack.dropItems();
      until false;

    end.

  5. #5
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Done! This request can be closed. Just start at Burthorpe and set magic logs to preset 1.

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      repeat
        bankScreen.open(BANK_TABLE_BUTTHORPE);
        bankScreen.clickButton(BANK_BUTTON_PRESET_1);
        tabBackpack.dropItems();
      until false;

    end.
    This script just got me 99 woodcutting. +Rep



    It's not gay if it's efficient.

  6. #6
    Join Date
    Dec 2014
    Posts
    188
    Mentioned
    3 Post(s)
    Quoted
    100 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    This script just got me 99 woodcutting. +Rep
    +1 Thanks!

  7. #7
    Join Date
    Jan 2015
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    41 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    Now I'm only going off of his posts, but KeepBotting's iOak script is incredibly modular and can be re-written to do yew's and magic's.

    If you want to start getting into scripting maybe you could look into that.

    And since I haven't seen many welcoming posts addressed towards you... Welcome to the forums!
    I didn't get a welcome either..

    Anyway I would highly recommend getting into scripting, we need more of them and to start out I recommend @The Mayor 's guides.
    Gr8 sthuff.

    I might be looking into making a script for this if I feel like it's worth it.

  8. #8
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    This isn't a very good request. For all I know, you want a script that will take magic logs out of your bank and drop them on the ground. That's a script that involves magic logs, thus it is a "magic log script" and fulfills your request.

    More details please!
    He probably wants a woodcutting script, because that's what it's tagged as
    I'd recommend adding in the log dropping after the woodcutting.

  9. #9
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by pizzapants View Post
    This script just got me 99 woodcutting. +Rep
    wtfX it dropt al my itemz!!!!!!!!!!!!

    i kept cliking stop but it told me to shut up!!!!!
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  10. #10
    Join Date
    Oct 2014
    Location
    With ezreal~
    Posts
    295
    Mentioned
    45 Post(s)
    Quoted
    255 Post(s)

    Default

    Quote Originally Posted by grats View Post
    wtfX it dropt al my itemz!!!!!!!!!!!!

    i kept cliking stop but it told me to shut up!!!!!
    I had this problem up until I deleted my System32 folder.



    It's not gay if it's efficient.

  11. #11
    Join Date
    Nov 2014
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Done! This request can be closed. Just start at Burthorpe and set magic logs to preset 1.

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      repeat
        bankScreen.open(BANK_TABLE_BUTTHORPE);
        bankScreen.clickButton(BANK_BUTTON_PRESET_1);
        tabBackpack.dropItems();
      until false;

    end.
    lol. What a post. The only gripe I have is that the code isnt cryptic enough that someone will actually try it.

  12. #12
    Join Date
    May 2014
    Posts
    633
    Mentioned
    8 Post(s)
    Quoted
    322 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Done! This request can be closed. Just start at Burthorpe and set magic logs to preset 1.

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      repeat
        bankScreen.open(BANK_TABLE_BUTTHORPE);
        bankScreen.clickButton(BANK_BUTTON_PRESET_1);
        tabBackpack.dropItems();
      until false;

    end.
    I would suggest noting the logs in the presets for more efficiency. You can then remove the loop as you only need to drop the note once.

  13. #13
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by J_R View Post
    I would suggest noting the logs in the presets for more efficiency. You can then remove the loop as you only need to drop the note once.
    Ahh yes, thanks for the feedback. I've taken into account your suggestions and updated the script.

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/srl.simba}

    begin
      setupSRL();

      bankScreen.open(BANK_TABLE_BURTHORPE);
      bankScreen.withdraw(1, WITHDRAW_AMOUNT_ALL, ['Magic logs'], True);
      bankScreen.close();
      tabBackpack.waitWhileLocked();
      tabBackpack.dropItems();
    end.

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
  •