Results 1 to 6 of 6

Thread: Cabbage Eater

  1. #1
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default Cabbage Eater

    Cabbage Eater!

    This was going to be a Cabbage Banker, but... As much as I know about SCAR right now, I still don't know how to open a gate! *crys*

    Lol, well here it is. Have fun!

  2. #2
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Haha, I just burst out laughing when I read this title! Maybe I could work on my RadialWalking by making a banker for it...

    I'll try...
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Awesome

    RadialWalk is very easy with the RadialWalkAid. Maybe I'll write a Pictorial on it later...

  4. #4
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    That would be greatly appreciated!

    To open a gate, you could just make a dtm of it, then search for the dtm

    Alternatively, you could search for the greyish gate color, then when it's found, check if 'gate' is up in the left corner
    Interested in C# and Electrical Engineering? This might interest you.

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Hey Jason2gs , nice script!

    This will work, but ...

    Inside Picker there is no FindNormalRandoms, and Picker picks until InvFull, so no FindNormalRandoms until InvFull
    For Eater, its the same, you only call FindTalkWait (FTWait) which is good(!) but this only checks for talking randoms, and not for non talking or too fast randoms like molly/quiz/forester/mime/maze/scaperune.

    Why do FTWait(1); Wait(2000 + Random(1000)); when you can do just FTWait(10);. It performs 40 FindTalks and waits 2.5 sec +-10% . We solve Randoms faster then humans do

    You might want to reduce the size of the text from the if(FindObj(x, y, 'abbage', 6211495, 10)) to if(FindObj(x, y, 'ab', 6211495, 10)) because the text can get obscured by moving objects like players. It makes it a lot faster too

    I would make Eater count the invent too. Use one of stupid3ooo's wonderful CountItem/ClickItem series. (inventory.scar)


    Good Work! Keep it up
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  6. #6
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    A post by the- the- the... The famous Fakawi!

    I remember a post by someone on my OakPwner thread I think it was, in reply to me saying "You can never have too much AntiRandom.", he said that if you call it ever half second, you can say goodbye to any unsaved files you have on your machine

    I'm not sure if there's any truth to this, but I figured there was. That's why I didn't call FTWait any higher than 1.

    Thanks though

    To open a gate, you could just make a dtm of it, then search for the dtm
    What happens if someone is standing in front of the gate at the moment? The whole script'll freak...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. cabbage 'pick & bank'
    By exppo in forum First Scripts
    Replies: 10
    Last Post: 02-23-2008, 04:03 PM
  2. Project Cabbage
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 20
    Last Post: 01-03-2008, 09:45 PM
  3. Cabbage Picker& Banker
    By yanix in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-23-2007, 02:32 PM
  4. Cabbage Picker
    By xploxz in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 05-26-2007, 12:16 AM
  5. Cabbage
    By Boreas in forum News and General
    Replies: 6
    Last Post: 12-24-2006, 05:25 AM

Posting Permissions

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