Results 1 to 4 of 4

Thread: SuperBatMans SuperAlcherV1.1

  1. #1
    Join Date
    Jan 2009
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SuperBatMans SuperAlcherV1.1

    Sup All, this was actually my first script ummmm... it works really good, Ive ran it for quite a while b4(sry no proggys), And I THink It could Run Forever if You Had A ton of Alchs in your inv. Anyways.... hereyago!!

    *ANTIRANDOMS
    *ANTIBANS
    *RANDOMTALK
    *BUYS MORE ALCHS IF YOU CHOOSE
    *HIGH ALCH, LOW ALCH, AND CAMMY TELE
    *SMART

    PLEASE POST UP PROGGYS!!!!

    CRITISIZM HIGHLY APPRECIATED

    TELL ME HOW IT WORKS (OR IF IT DOES XD)

    I USED IT TO GET ME FROM 72 MAGE TO 79 MAGE, THEN I GOT BORED OF IT AND DECIDED TO GO WRITE ANOTHER SCRIPT<------LAWL

  2. #2
    Join Date
    Dec 2007
    Location
    UK
    Posts
    479
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, ive had a look and it seems pretty... Ugly.

    CRITISIZM HIGHLY APPRECIATED
    You really need to work on your standards alot - Won't take long.

    Whats the Confb Bitmap for? Maybe name it something so other scripters can understand what its about.

    How did you manage 8k alchs while you went to school? I do not see a sleep function in there. Its kinda impossible to be quite honest.
    -I might ad SMART but i really dont fully understand what it is.
    If you could kindly explain it to me, im all ears.
    Heres how to add smart, just add it after SetupSrl;
    SCAR Code:
    SmartSetupEx({World to load}, {Members world?}, true, false);
    SetTargetDC(SMARTGetDC);
    While Not RSReady Do Wait(100);

    I feel bad for my critisms, but i hope you take them in your stride and don't let them knock you back because this is a good first Junior Member release!
    Keep working at it. It will be great some day!
    I don't play runescape. I auto it

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Looks good,

    Usage of cases

    SCAR Code:
    Procedure AlchThemAll;
    begin
         Cast(Spell);
         wait(50+random(20));
         If(Spell='High Level Alchemy') then
          begin
            MouseItem(13,true);
            wait(1600+random(100));
          end;
         If(Spell='Low Level Alchemy') then
          begin
            MouseItem(8,true);
            wait(1500+random(100));
          end;
         If(Spell='Camelot Teleport') then
          begin
            Wait(1000+random(100));
          end;
    end;

    to

    SCAR Code:
    Case Spell Of
    'Camelot TELEPORT' : Begin
    end;

    Would shorten out code alot, also try reading this tutorial on cases
    http://www.villavu.com/forum/showthr...=20298?t=22165

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

    Default

    Granted Promising Newcomer award. Good work! Keep it up!


    WT.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SuperBatManS SuperAlcher
    By superbatman in forum First Scripts
    Replies: 34
    Last Post: 01-16-2009, 04:02 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
  •