Results 1 to 10 of 10

Thread: Varrock East Miner by Camaro'

  1. #1
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default Varrock East Miner by Camaro'

    Varrock East Miner



    Features

    Code:
    Multiplayer
    Antiban
    Antirandoms
    Power mine support
    Banking support
    All ores in the mine
    Paints on smart (option)
    Reflection
    Fast

    Stats

    http://scriptmanager.freehostia.com/scripts.php?sid=97

    Bugs

    Code:
    None
    Bugs

    Code:
    Varrock East Miner by Camaro'
    Time Ran: 11 Minutes and 5 Seconds
    Loads: 4
    Ores Mined: 88

    Download
    Last edited by Camaro'; 12-08-2010 at 12:51 AM.

  2. #2
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    i remember when we tried to make one of these,

    also, you forgot the download
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  3. #3
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    i remember when we tried to make one of these,

    also, you forgot the download
    Thanks for the reminder. Yea, I remember, ac160. That script was good

  4. #4
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Color or reflection ?
    Hi

  5. #5
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Tickyy View Post
    Color or reflection ?
    Reflection, its in the main post.

  6. #6
    Join Date
    Oct 2008
    Location
    behind you!
    Posts
    1,688
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by Camaro' View Post
    Reflection, its in the main post.
    oh sorry, didn't see that, cuz i was on my ipod, i couldn't open the simba file xD.
    Hi

  7. #7
    Join Date
    Oct 2010
    Location
    Under a bridge
    Posts
    648
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camaro' View Post
    [SIZE="5"]
    Bugs

    Code:
    Varrock East Miner by Camaro'
    Time Ran: 11 Minutes and 5 Seconds
    Loads: 4
    Ores Mined: 88
    Really that a bug?
    Looks good though ill be running in a min, so proggy later

    E: Its runing quite nice, but with out the smart debug, when useing smart debug i find it runs too slow.
    Last edited by Troll; 12-10-2010 at 04:35 PM.
    Quote Originally Posted by DD on IRC
    wanted to troll the troll

  8. #8
    Join Date
    Nov 2010
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ran quite well.
    Except when I came back and checked on it, I was in the corner of the bank standing motionless :S

    Varrock East Miner by Camaro'
    Time Ran: 5 Hours, 15 Minutes and 14 Seconds
    Loads: 73
    Ores Mined: 1176

  9. #9
    Join Date
    Dec 2010
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i hit run I get this hint and this error . . .
    [Hint] C:\Simba\Includes\SRL/SRL/core/gametab.scar(1514:3): Variable 'P' never used at line 1513
    [Error] (223:66): Type mismatch at line 222

    I'm really new to Simba and technically have no idea what I'm doing so any help would be awesome.

  10. #10
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by gr33k fr33k5 View Post
    when i hit run I get this hint and this error . . .
    [Hint] C:\Simba\Includes\SRL/SRL/core/gametab.scar(1514:3): Variable 'P' never used at line 1513
    [Error] (223:66): Type mismatch at line 222

    I'm really new to Simba and technically have no idea what I'm doing so any help would be awesome.
    Well, please start by here

    http://villavu.com/forum/showthread.php?t=60606

    Then the 'How to Auto' section will be your next best friend

    Camaro: Nice script; I would advise you to use constants when dealing with static arrays... It makes code maintainability much easier (especially when the script gets a couple years old sort of thing)

    Integers[0] // this is a rock
    Integers[WHAT_ROCK]

    It'll also make your script more efficient

    with Rocks[IRON_ROCK] do

    vs

    case which of
    'iron': do something here.


    If you wish to go even further than that........

    //Iron Rock ID 1234567
    IRON_ROCK = 1234567;

    Ref_FindObjects(IRON_ROCK);

    I've rambled for a bit. Nice script, looks solid enough

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

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
  •