Results 1 to 9 of 9

Thread: [RS2][SRL][DIVI] IP-owerCutter

  1. #1
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    [RS2][SRL][DIVI] IP-owerCutter

    This is my first SRL script. But it should be very good as random detection is as high as it can get and pick axe will be picked up if it is lost at random intervals.

    IP-owerCutter
    Made by IP-Drowner

    This script has the following requirements:
    SCAR Divi 3.04+.
    SRL 3.81
    Runescape 2 (Updated version (17th July 2007))
    32-Bit Color, True
    A Browser

    This script uses the best anti-ban around. Will solve the normal randoms plus the sandwich lady, demon etc.

    If you do not have the latest build, please update immediantely as i do not know how to auto update scripts via SCAR. Previous versions [u]will[/i] be available for download.

    Any comments, help, critisim etc, please post. As i will take all of your ideas and maybe put it into the next build.

    ~IP-Drowner

  2. #2
    Join Date
    Jun 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    W00t first post
    Lols, duplicate identifiier so didnt compile =(

  3. #3
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    I am sorry to let you know, that i do not know what the error is and how to fix it. I may need some support from and SRL Developer as he would have as more as an idea as me.

  4. #4
    Join Date
    Jul 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Wow this is a nice script.

    By the looks of it, this is a nice script. I haven't tried to run the script to see if there are any errors, but the script looks good. Keep up the good work! *Clicks* Add to Ip-Drowner's Reputation. (h)

    Thanks "Lordgreggreg" For The Singnature!

  5. #5
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Maybe the wrong SRL?

  6. #6
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by lalaji View Post
    Maybe the wrong SRL?
    It can't be. As i was using the SRL i created the script with. And i also get the error too (sometimes).

    Any help, please?

  7. #7
    Join Date
    Jan 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Failed when compiling
    Line 42: [Error] (14856:1): Duplicate identifier '' in script C:\Program Files\SCAR 3.06\PowerChopper.scar

    wtf happened to each and every script i try even though i did it right
    using SCAR 3.06 which is 3.04+ and has SRL 3.81

  8. #8
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    SRL DOES NOT WORK AT THE MOMENT AS RUNESCAPE HAS BEEN UPDATED!
    SRL IS BEING FIXED.

    The duplicate identifier is because you forgot the " ' "
    Use LampSkill = 'woodcutting';

    Put the lil ' to every const.

  9. #9
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good first script! I looked throught the script and found a few things:

    You made you own procedure to login the player. Pretty creative, but as soon as SRL is back up, you need to use LoginPlayer. For example:

    SCAR Code:
    If (Not(LoggedIn)) then
      LoginPlayer;
    You would put this in your main loop.

    For the enter username and password you need to use a player array as shown below:

    SCAR Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := '';// Your Username
      Players[0].Pass := '';// Your Password
      Players[0].Nick := '';// 3-4 letters of your Username
      Players[0].Active:=True;//Active True or False

    You don't need LampSkill = Whatever because when people setup their SRL they usually set what lampskill they want. Also you don't need the x2 and y2 because there are already set coordinates for the mainscreen, minimap, inventory, and chat window.You could fix it by:
    SCAR Code:
    if(FindColor(x,y,TreeColour,0,0,X2,Y2)) then
      { transformed to....}
      if(FindColor(x,y,TreeColor, MSX1, MSY1, MSX2, MSY2);{<--Mainscreen coordinates

    In your drop procedure you don't need to use DropAllLogs because it doesn't work anymore. You could fix it by putting DropTo(2,28). This would drop everything in the inventory from spot 2 to 28.

    Thats all I can see now, but if you need anymore help just pm me Also don't auto until SRL is updated!

    P.S: Keep reading tutorials and in no time you will improve!!
    Starting to merchant, if you know of any good clans, PM me please.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [DIVI] Monk Terminator [DIVI]
    By I Karma I in forum RS3 Outdated / Broken Scripts
    Replies: 59
    Last Post: 07-20-2007, 01:40 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
  •