Amble Alcher

Discussion in 'Outdated RS Scripts' started by WhoCares357, May 6, 2007.

Amble Alcher
  1. Unread #81 - Jun 22, 2007 at 3:07 PM
  2. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    Amble Alcher

    :/ When I try to run it I get this Error.


    Line 103: [Error] (14513:1) : Identifier expected in script

    Could I get some help?
     
  3. Unread #82 - Jun 22, 2007 at 9:09 PM
  4. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    How many players did you use?
     
  5. Unread #83 - Jun 22, 2007 at 9:10 PM
  6. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    Amble Alcher

    I was using 1.
     
  7. Unread #84 - Jun 22, 2007 at 11:24 PM
  8. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    Can you show me lines 102-104, please?
     
  9. Unread #85 - Jun 23, 2007 at 2:02 AM
  10. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    Amble Alcher

    102:var
    103: i, Total, Items, Failed, uxp, txp: Integer;
    104: slvl, clvl: Integer;

    There we go.
     
  11. Unread #86 - Jun 23, 2007 at 9:46 AM
  12. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    Try run it again.

    I don't see the problem there. The only problem I could think of would be the "var" missing or the ":Integer" missing, but they are both there.
     
  13. Unread #87 - Jun 23, 2007 at 5:13 PM
  14. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    Amble Alcher

    Alright, well I tried running it again and the same error came up. Thanks for your help so far though.:)
     
  15. Unread #88 - Jun 23, 2007 at 5:14 PM
  16. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Amble Alcher

    Download the script again.
     
  17. Unread #89 - Jun 23, 2007 at 9:41 PM
  18. MCR__Ftw
    Joined:
    Mar 19, 2007
    Posts:
    1,084
    Referrals:
    0
    Sythe Gold:
    0

    MCR__Ftw Guru
    $5 USD Donor

    Amble Alcher

    Well, I re-downloaded the script and tryed running it, but it came up with that same error. :/
     
  19. Unread #90 - Jun 23, 2007 at 11:10 PM
  20. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    I have no idea what it could be...
     
  21. Unread #91 - Jun 23, 2007 at 11:12 PM
  22. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    I can't even close Scar properly now... I think it has something to do with the new patch.
     
  23. Unread #92 - Jun 29, 2007 at 5:29 PM
  24. T3h Forsaken
    Referrals:
    0

    T3h Forsaken Guest

    Amble Alcher

    Include file does not exist.
    Failed when compiling
    Line 27: [Error] (27:1): Unknown identifier 'HowManyPlayers' in script C:\Documents and Settings\Justin\Desktop\Auto Alcher 1.03..scar

    could you tell me what this error exactly states?

    this would be alot of help. thanks
     
  25. Unread #93 - Jun 29, 2007 at 6:24 PM
  26. T3h Forsaken
    Referrals:
    0

    T3h Forsaken Guest

    Amble Alcher

    Code:
    const
      RunD = 'w'; //Direction to run from Attacking Random (n, s, w, e)
      ItemToAlchName = 'Yew longbow'; //Name of the item you are alching (for antiban)
      FailedChecks = 5; //Amount of times to allow Double Check if Fail
                        //Recommended FailedChecks = 5
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; //Amount of Characters using
      NumberOfPlayers(HowManyPlayers); //Don't touch
      CurrentPlayer := 0; //Player to start with (eg. Players[0] = 0)
    
      Players[0].Name := 'Pokeman Love'; //Username
      Players[0].Pass := '11lawn'; //Password
      Players[0].Nick := 'eman'; //3-4 small letters of Username
      Players[0].Active := True; //Using Character?
      Players[0].Boolean1 := False; //True=High Alch; False=Low Alch
      Players[0].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[0].Integer1 := 8; //Slot number of item to alch
      Players[0].Integer2 := 3000; //Amount to Alch
    
      Players[1].Name := '';
      Players[1].Pass := '';
      Players[1].Nick := ''; //3-4 small letters of Username
      Players[1].Active := True; //Using Character?
      Players[1].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[1].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[1].Integer1 := 0; //Slot number of item to alch
      Players[1].Integer2 := 0; //Amount to Alch
    
      Players[2].Name := '';
      Players[2].Pass := '';
      Players[2].Nick := ''; //3-4 small letters of Username
      Players[2].Active := True; //Using Character?
      Players[2].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[2].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[2].Integer1 := 0; //Slot number of item to alch
      Players[2].Integer2 := 0; //Amount to Alch
    
      Players[3].Name := '';
      Players[3].Pass := '';
      Players[3].Nick := ''; //3-4 small letters of Username
      Players[3].Active := True; //Using Character?
      Players[3].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[3].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[3].Integer1 := 0; //Slot number of item to alch
      Players[3].Integer2 := 0; //Amount to Alch
    
      Players[4].Name := '';
      Players[4].Pass := '';
      Players[4].Nick := ''; //3-4 small letters of Username
      Players[4].Active := True; //Using Character?
      Players[4].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[4].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[4].Integer1 := 0; //Slot number of item to alch
      Players[4].Integer2 := 0; //Amount to Alch
    
      Players[5].Name := '';
      Players[5].Pass := '';
      Players[5].Nick := ''; //3-4 small letters of Username
      Players[5].Active := True; //Using Character?
      Players[5].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[5].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[5].Integer1 := 0; //Slot number of item to alch
      Players[5].Integer2 := 0; //Amount to Alch
    end;



    Im sorry i didnt ask for permission to post this, but what am i doing wrong?
    im very frustrated. thanks
     
  27. Unread #94 - Jun 29, 2007 at 6:45 PM
  28. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Amble Alcher

    Code:
    const
      RunD = 'w'; //Direction to run from Attacking Random (n, s, w, e)
      ItemToAlchName = 'Yew longbow'; //Name of the item you are alching (for antiban)
      FailedChecks = 5; //Amount of times to allow Double Check if Fail
                        //Recommended FailedChecks = 5
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; //Amount of Characters using
      NumberOfPlayers(HowManyPlayers); //Don't touch
      CurrentPlayer := 0; //Player to start with (eg. Players[0] = 0)
    
      Players[0].Name := 'Pokeman Love'; //Username
      Players[0].Pass := '11lawn'; //Password
      Players[0].Nick := 'eman'; //3-4 small letters of Username
      Players[0].Active := True; //Using Character?
      Players[0].Boolean1 := False; //True=High Alch; False=Low Alch
      Players[0].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[0].Integer1 := 8; //Slot number of item to alch
      Players[0].Integer2 := 3000; //Amount to Alch
    
      {Players[1].Name := '';
      Players[1].Pass := '';
      Players[1].Nick := ''; //3-4 small letters of Username
      Players[1].Active := True; //Using Character?
      Players[1].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[1].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[1].Integer1 := 0; //Slot number of item to alch
      Players[1].Integer2 := 0; //Amount to Alch
    
      Players[2].Name := '';
      Players[2].Pass := '';
      Players[2].Nick := ''; //3-4 small letters of Username
      Players[2].Active := True; //Using Character?
      Players[2].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[2].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[2].Integer1 := 0; //Slot number of item to alch
      Players[2].Integer2 := 0; //Amount to Alch
    
      Players[3].Name := '';
      Players[3].Pass := '';
      Players[3].Nick := ''; //3-4 small letters of Username
      Players[3].Active := True; //Using Character?
      Players[3].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[3].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[3].Integer1 := 0; //Slot number of item to alch
      Players[3].Integer2 := 0; //Amount to Alch
    
      Players[4].Name := '';
      Players[4].Pass := '';
      Players[4].Nick := ''; //3-4 small letters of Username
      Players[4].Active := True; //Using Character?
      Players[4].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[4].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[4].Integer1 := 0; //Slot number of item to alch
      Players[4].Integer2 := 0; //Amount to Alch
    
      Players[5].Name := '';
      Players[5].Pass := '';
      Players[5].Nick := ''; //3-4 small letters of Username
      Players[5].Active := True; //Using Character?
      Players[5].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[5].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[5].Integer1 := 0; //Slot number of item to alch
      Players[5].Integer2 := 0; //Amount to Alch}
    end;
    You have to use { and } to comment out all of the players you don't use, I did it for you.
     
  29. Unread #95 - Jun 29, 2007 at 8:43 PM
  30. T3h Forsaken
    Referrals:
    0

    T3h Forsaken Guest

    Amble Alcher

    town i think i love u
     
  31. Unread #96 - Jul 2, 2007 at 2:52 PM
  32. TrustedMM
    Joined:
    Jun 17, 2007
    Posts:
    221
    Referrals:
    0
    Sythe Gold:
    0

    TrustedMM Active Member
    Banned

    Amble Alcher

    Nice first script that works for me :)
     
  33. Unread #97 - Jul 6, 2007 at 6:59 PM
  34. I owner I
    Joined:
    Feb 10, 2007
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    I owner I Member

    Amble Alcher

    do u need the new scar to run it? im using 2.03 and its not working.
    I get:
    Failed when compiling
    Line 539: [Error] (18200:24): Unknown identifier 'RAND

    line 539 looks like this:

    Players[CurrentPlayer].Rand := 'Lamp';
     
  35. Unread #98 - Jul 8, 2007 at 6:39 PM
  36. I owner I
    Joined:
    Feb 10, 2007
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    I owner I Member

    Amble Alcher

    ok scratch that, i got scar divi, but it alches ridiculously slowly. how can i speed it up? not sure which numbers to change and roughly what to change em to
     
  37. Unread #99 - Jul 9, 2007 at 8:15 PM
  38. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    Change the mouse speed.
     
  39. Unread #100 - Jul 17, 2007 at 3:25 PM
  40. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    I have uploaded a second version of the script. This version is called Ample Alcher (Alt). In this version, I removed all the anti-randoms and anti-ban. If you are like Xorg and want to run the script while you watch the screen, this is the version for you.

    I greatly thank Xorg for helping me test the script.
     
< [SRl] MyUberMultiFighter(MAGE/MELEE/RANGE) | Zetas Maple Chop (Not done.) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site