Amble Alcher

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

Amble Alcher
  1. Unread #21 - May 26, 2007 at 1:03 PM
  2. qqnore
    Joined:
    May 22, 2006
    Posts:
    282
    Referrals:
    0
    Sythe Gold:
    0

    qqnore Forum Addict
    Banned

    Amble Alcher

    Yeah, but the anti ban needs work. I made it more probable when i ran it.

    here's my prog.


    <><><><><><><><><>Ample Alcher<><><><><><><><>
    Current Character: asdf
    Items Alched for asdf: 749
    Items Left for asdf: 751
    Total Alched: 749
    Levels Gained for asdf: -57
    XP Gained for asdf: 48685
    Total XP Gained: 48685
    Worked for: 59 Minutes, and 26 Seconds
    <><><><><><><><><><><><><><><><><><><><><><><><>
     
  3. Unread #22 - May 26, 2007 at 1:32 PM
  4. e2p_420
    Joined:
    May 15, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    e2p_420 Active Member

    Amble Alcher

    it says "cant find nature rune(S)" i tried putting them in the first spot, 2nd spot and 3rd spot , it wont find them, it just logs out
     
  5. Unread #23 - May 26, 2007 at 1:39 PM
  6. qqnore
    Joined:
    May 22, 2006
    Posts:
    282
    Referrals:
    0
    Sythe Gold:
    0

    qqnore Forum Addict
    Banned

    Amble Alcher

    Did you specify what Inventory slot you had them in, in the script? I believe you put that in the players array. Also, try a different world. I believe his script uses bitmaps and sometimes the colors change in runescape. Hope I helped.

    P.s. check and make sure your using 32 bit color, V Bright in Runescape & Low settings.

    Code:
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1; //Amount of Characters using
      NumberOfPlayers(HowManyPlayers); //Don't touch
      CurrentPlayer := 0; //Player to start with (e. Players[0] = 0
    
      Players[0].Name := 'username'; //Username
      Players[0].Pass := 'pass'; //Password
      Players[0].Nick := 'asdf'; //3-4 small letters of Username
      Players[0].Active := True; //Using Character?
      Players[0].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[0].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[0].Integer1 := 16; //Slot number of item to alch
      Players[0].Integer2 := 1500; //Amount to Alch
    
    end;
    
    Should be found there.
     
  7. Unread #24 - May 26, 2007 at 1:43 PM
  8. e2p_420
    Joined:
    May 15, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    e2p_420 Active Member

    Amble Alcher

    the script only asks to specify the location of the longbows
     
  9. Unread #25 - May 26, 2007 at 1:45 PM
  10. e2p_420
    Joined:
    May 15, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    e2p_420 Active Member

    Amble Alcher

    set that stuff up, it works sexily, tyvm qqnore!!!
     
  11. Unread #26 - May 26, 2007 at 1:46 PM
  12. qqnore
    Joined:
    May 22, 2006
    Posts:
    282
    Referrals:
    0
    Sythe Gold:
    0

    qqnore Forum Addict
    Banned

    Amble Alcher

    Glad I helped :)
     
  13. Unread #27 - May 26, 2007 at 5:42 PM
  14. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    This thread has been pretty busy :). Thanks qqnore for helping out.

    I updated the script. I made the anti-randoms more flexible and added some more anti-ban. However, I do need to spend a little more time on the anti-ban. It should still work fine if you run the script in a secluded area.

    Once again, the script has been updated. Enjoy :D.

    Edit: Won't let me edit it, Grr. If I can't do it by tomorrow, I'll just make a new post. Srry about the wait.
     
  15. Unread #28 - May 26, 2007 at 6:00 PM
  16. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    The reason I couldn't post it is because the script was already too big. I have zipped it, and you must download the attachment to get the script.

    Sorry for the inconvenience.
     
  17. Unread #29 - May 26, 2007 at 7:03 PM
  18. Osmose
    Joined:
    Apr 28, 2007
    Posts:
    222
    Referrals:
    0
    Sythe Gold:
    0

    Osmose Active Member

    Amble Alcher

    i get errors when i run it heres an exact quote

    [Runtime Error] : Out Of Range in line 31 in script C:\Program Files\SCAR 3.06\Scripts\Amble Alcher.scar

    any ideas :|
     
  19. Unread #30 - May 26, 2007 at 7:11 PM
  20. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Amble Alcher

    Using brackets, {}, surround all the players that you are not using in the DeclarePlayers procedure.
     
  21. Unread #31 - May 26, 2007 at 7:20 PM
  22. Osmose
    Joined:
    Apr 28, 2007
    Posts:
    222
    Referrals:
    0
    Sythe Gold:
    0

    Osmose Active Member

    Amble Alcher

    Hmm... whereabouts in the DeclarePlayers procedure do i put it?

    procedure DeclarePlayers;
    begin
    HowManyPlayers := 6; //Amount of Characters using
    NumberOfPlayers(HowManyPlayers); //Don't touch
    CurrentPlayer := 0; //Player to start with (e. Players[0] = 0

    ^^^whereabout in there? am i even in the right area lol
     
  23. Unread #32 - May 26, 2007 at 8:35 PM
  24. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Amble Alcher

    Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 6; //Amount of Characters using
      NumberOfPlayers(HowManyPlayers); //Don't touch
      CurrentPlayer := 0; //Player to start with (eg. Players[0] = 0)
    
      Players[0].Name := 'Username'; //Username
      Players[0].Pass := 'password'; //Password
      Players[0].Nick := 'ern'; //3-4 small letters of Username
      Players[0].Active := True; //Using Character?
      Players[0].Boolean1 := True; //True=High Alch; False=Low Alch
      Players[0].Boolean2 := True; //True=Fire Staff; False=Fire Runes
      Players[0].Integer1 := 0; //Slot number of item to alch
      Players[0].Integer2 := 0; //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;
    Open up Scar and copy that in there. That is how it would look if you are using 1 player. If you are using more than 1 then just move around the first {.
     
  25. Unread #33 - May 26, 2007 at 8:56 PM
  26. e2p_420
    Joined:
    May 15, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    e2p_420 Active Member

    Amble Alcher

    nice i luv dis
     
  27. Unread #34 - May 26, 2007 at 8:57 PM
  28. e2p_420
    Joined:
    May 15, 2007
    Posts:
    122
    Referrals:
    0
    Sythe Gold:
    0

    e2p_420 Active Member

    Amble Alcher

    im in duel arena so no randoms xD, go low population world arena and alch without gay randoms
     
  29. Unread #35 - May 27, 2007 at 9:14 AM
  30. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    There was another little bug. I fixed it now :).
     
  31. Unread #36 - May 27, 2007 at 10:24 PM
  32. SmAcKmE
    Joined:
    May 18, 2007
    Posts:
    105
    Referrals:
    0
    Sythe Gold:
    0

    SmAcKmE Active Member

    Amble Alcher

    Yo dude nicely done
     
  33. Unread #37 - May 27, 2007 at 11:47 PM
  34. 3 Hit Kay Oh
    Joined:
    Apr 15, 2007
    Posts:
    500
    Referrals:
    0
    Sythe Gold:
    0

    3 Hit Kay Oh Forum Addict
    Banned

    Amble Alcher

    It says I have incorrect magic level, but I'm 63 mage.
     
  35. Unread #38 - May 28, 2007 at 9:34 AM
  36. WhoCares357
    Joined:
    Jan 21, 2007
    Posts:
    608
    Referrals:
    1
    Sythe Gold:
    0

    WhoCares357 Forum Addict

    Amble Alcher

    Grr, again? I thought I fixed the bug. Thanks for telling, I'll try and fix it. I might just take out the mage level check. It's kinda useless anyway.

    If anyone else gets this, please post.

    BTW, 3 Hit Kay Oh, is this in the current version or an older one? Try redownload it and run again. Post if you get the same thing.
     
  37. Unread #39 - May 28, 2007 at 9:51 AM
  38. 3 Hit Kay Oh
    Joined:
    Apr 15, 2007
    Posts:
    500
    Referrals:
    0
    Sythe Gold:
    0

    3 Hit Kay Oh Forum Addict
    Banned

    Amble Alcher

  39. Unread #40 - May 28, 2007 at 11:00 AM
  40. qqnore
    Joined:
    May 22, 2006
    Posts:
    282
    Referrals:
    0
    Sythe Gold:
    0

    qqnore Forum Addict
    Banned

    Amble Alcher

    I had the same bug. Had 55 magic on my pure at the time & it told me Incorrect magic level. I just removed it from the script. Works fine now.
     
< [SRl] MyUberMultiFighter(MAGE/MELEE/RANGE) | Zetas Maple Chop (Not done.) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site