can this lo alch?
can this lo alch?
All right. I'll be sure to go there right now.
thanksyou, i figured that once i opened it. i guess i should of checked before posting, but i was too lazy
anyways this works great. I Low Alched Willows in the GE.
P.S. Why do you recommend slot 13?Code:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! <><><><><><><><><>Ample Alcher<><><><><><><><> Ample Alcher Version: 3.10 Current Character: *** Items Alched for ***: 947 Items Left for ***: 4439 Total Alched: 947 Magic Level for ***: 39 XP Gained for ***: 29357 Total XP Gained: 29357 Worked for: 0 Hours, 59 Minutes, and 18 Seconds. Average Alchs Per Hour: 965 <><><><><><><><><><><><><><><><><><><><><><><> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Slot 13 is closest to the spell. That way the cursor doesn't have to travel all the way to another slot. Also, using the slot right under the spell is "realistic" and thus good for anti-ban. Most people do that so they don't have to keep moving the mouse.
I get this all the time?
File access error
File access error
SRL Compiled in 281 msec
Thanks for Using the Ample Alcher
/\
__ / \ __ ______
\ \/ /\ \/ / / ____\
\ / \ / / / *
\/ \/ \ \____/|
* * \_______/
Brought to you by WhoCares357
::If the script just stopped, scroll up to check for an error::
** Warning in InvBox: Incorrect index: 0**
[Runtime Error] : Exception: Canvas does not allow drawing in line 251 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Inventory.scar
You probably didn't set up SRL correctly. You need to download a program called subversion and use that to download SRL. There's a tutorial here:
http://www.villavu.com/forum/showthread.php?t=17890
Ok mine won't log me back in. It clicks the log in button and even after it clicks it, it continues to try to click it over and over. My cursor just hovers over the log in button, even when it's time to enter the password. Please fix this soon because I really need this script.
Try one of two things:
1) Update SRL to Revision 30. There is a login fix in this version.
2) Switch to another browser. SCAR can get iffy with certain browsers. I'd recommend trying Firefox or IE.
The problem is not with my script, because my script uses the SRL command called "LogIn" to log into RuneScape. Therefore, SRL has control over the whole log-in step and any faults are not caused by my script.
sorry you were right, sorry I was using version 28 thanks alot, however once in a while it will say nextplayeractive(False) or something like that. It then stops completely. It usually does this during the log out anti-ban. Why does it do this? I have the player 0 active=true so that's not problem. It seems to randomly do this. I'm going to post my player setup here also
this is exactly how I have it setup, and also the second player 0 is green letteredSCAR Code:const
//SRL Stats Setup Begin
YourSRLID = ''; //SRL ID if using SRL Stats
YourSRLPassword = ''; //SRL Password if using SRL Stats
//SRL Stats Setup End
CustomMouseSpeed = 15; //Set the speed of the mouse movement (Default is 15)
RunD = 's'; //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 Failed to alch
//Recommended: FailedChecks = 5;
AntiBanOn = true; //Do anti-ban? True = yes; False = no
AntiBanChance = 30; //if AntiBanOn = True: chance (in %) of anti-ban ocurring (0-100)
AntiRandomsOn = True; //Do anti-randoms? True = yes; False = no
DoAntisEvery = 4; //After every how many alchs to do anti-randoms/anti-ban
{ WARNING: Only turn off anti-randoms if:
1) You don't care if you get banned.
2) You are watching the screen for randoms yourself
Anti-Randoms lessen the chance of getting banned }
RunAmountMinutes = 15; //minutes to run before logging out, waiting
//LogOutForMinutes minutes, and then logging back in (for anti-ban)
//SETTING runAmount TO 0 (ZERO) OR LESS TURNS THIS OFF
LogOutForMinutes = 3; //minutes to stay logged out before logging back in
//(set this if RunAmountMinutes is set to higher than 0)
GoToHouse = True; //Go to your house after anti-ban logs off/logs back in?
//Note: start the script in your house or logged off if
//GoToHouse = True
UseSpellOrPortal = true; //if GoToHouse = True;, use the spell or portal to get in?
//True = Spell, False = Portal
GeneralSpeed = 2; //the speed of the alching (not including WaitTimeBetween)
//1 is the fastest, positive infinite is the slowest
//fast connections, recommended: 2
WaitTimeBetween = 1600; //Amount to wait between each alch (while the alching
//animation is playing)
//It will wait WaitTimeBetween + random(WaitTimeBetween / 10) miliseconds
NumberOfOpenBankTries = 5; //Number of tries to open bank
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 := ''; //Username
Players[0].Pass := ''; //Password
Players[0].Nick := ''; //3-4 small letters of the username
Players[0].Pin := ''; //bank pin (if using banking)
Players[0].Active := True; //Using Character? True = yes; False = no
Players[0].Booleans[0] := True; //True=High Alch; False=Low Alch
Players[0].Booleans[1] := True; //True=Fire/Lava Staff; False=Fire Runes
Players[0].Booleans[2] := False; //True=Bank Items; False=Don't Bank Items
Players[0].Integers[0] := 13; //Slot number of item to alch (recomend 13)
Players[0].Integers[1] := 8116; //Amount to Alch
Players[0].Integers[2] := 10000; //Every How Many Alchs to Bank?
Players[0].Strings[0] := ''; //which bank: 'feb', 'fwb', 'veb', 'vwb',
// 'db', 'eb', 'akb'
{ Players[0].Name := ''; //Username
Players[0].Pass := ''; //Password
Players[0].Nick := ''; //3-4 small letters of the username
Players[0].Pin := ''; //bank pin (if using banking)
Players[0].Active := false; //Using Character? True = yes; False = no
Players[0].Booleans[0] := True; //True=High Alch; False=Low Alch
Players[0].Booleans[1] := True; //True=Fire/Lava Staff; False=Fire Runes
Players[0].Booleans[2] := False; //True=Bank Items; False=Don't Bank Items
Players[0].Integers[0] := 0; //Slot number of item to alch (recomend 13)
Players[0].Integers[1] := 0; //Amount to Alch
Players[0].Integers[2] := 0; //Every How Many Alchs to Bank?
Players[0].Strings[0] := ''; //which bank: 'feb', 'fwb', 'veb', 'vwb',
// 'db', 'eb', 'akb' }
end;
You should remove your password/username from the post.
The script should give you a more detailed error. Scroll up in the progress report a bit. You should see something like "ERROR:". That should give a clue as to why it logs out.
Make sure that you have all the items needed to alch (nature runes, fire runes if using fires, fire/lava staff equipped if using staff, items in the correct slot, etc.). Those are primary reasons for the log out. Go over all your settings and make sure you have all your items required for the selected settings.
SRL Compiled in 313 msec
Thanks for Using the Ample Alcher
/\
__ / \ __ ______
\ \/ /\ \/ / / ____\
\ / \ / / / *
\/ \/ \ \____/|
* * \_______/
Brought to you by WhoCares357
::If the script just stopped, scroll up to check for an error::
** Warning in InvBox: Incorrect index: 0**
[Runtime Error] : Exception: Canvas does not allow drawing in line 251 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Inventory.scar
this is after i updated scar like you said which helped thanks.I put the nature runes in my first inventory slot i have a fire staff equiped and have it set so it knows im using a firestff and the rest of my inventory is full of what i want to alch?bank and portal both set to false?
omg someone stole my account got it back though... wow i'm dumb
BTW ty whoever stole it because you didn't do anything bad
Alright after all that crap it turned out to be an amazing script here's my proggy
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<><><><><><><><><>Ample Alcher<><><><><><><><>
Ample Alcher Version: 3.10
Current Character: element13100
Items Alched for element13100: 4865
Items Left for element13100: 0
Total Alched: 4865
Magic Level for element13100: 85
XP Gained for element13100: 316225
Total XP Gained: 316225
Amount of Times Logged Out (Anti-Ban): 13
Worked for: 8 Hours, 39 Minutes, and 15 Seconds.
Average Alchs Per Hour: 696
<><><><><><><><><><><><><><><><><><><><><><><>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Also I did another 6k with it earlier but forgot the proggy
SCAR Code:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<><><><><><><><><>Ample Alcher<><><><><><><><>
Ample Alcher Version: 3.10
Current Character: pur34ki113r
Items Alched for pur34k3r: 11
Items Left for pur33r: 344
Total Alched: 11
Magic Level for pu13r: 61
XP Gained for pur33r: 715
Total XP Gained: 715
Amount of Times Logged Out (Anti-Ban): 0
Worked for: 0 Hours, 1 Minutes, and 0 Seconds.
Average Alchs Per Hour: 1056
<><><><><><><><><><><><><><><><><><><><><><><>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Thanks for Using the Ample Alcher
/\
__ / \ __ ______
\ \/ /\ \/ / / ____\
\ / \ / / / *
\/ \/ \ \____/|
* * \_______/
Brought to you by WhoCares357
::If the script just stopped, scroll up to check for an error::
NextPlayer(Active: False);
does 60 seconds.
Did someone say GDK?
this working man?
http://www.youtube.com/user/YoHoJoSRL
Good scripting guides on youtube
Formerly known as (djcheater)
It's working.
Okay, do you know why this never alchs a full 6k anymore? The first 9 or so times I used it, it alched the full 6k in one night flat. Now it only does like 300-1k and never says any errors or anything. Why is this?
it did this 4 me, i went to pc bank. no breaks... risky but gets the job done. make sure u also set the item name right.
Did someone say GDK?
Ample Alcher Version: 3.10
Current Character:
Items Alched for: 500
Items Left for : 0
Total Alched: 500
Magic Level for
XP Gained for : 32500
Total XP Gained: 32500
Worked for: 0 Hours, 33 Minutes, and 54 Seconds.
Average Alchs Per Hour: 888
<><><><><><><><><><><><><><><><><><><><><><><>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
OMG DUDE TURN OFF AUTOTALK IT GETS YOU BANNED
Here's a pretty good proggyDidn't change the number so it was 500 :]
this what you wanted?
CustomMouseSpeed = 15; //Set the speed of the mouse movement (Default is 15)
RunD = 's'; //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 Failed to alch
//Recommended: FailedChecks = 5;
AntiBanOn = True; //Do anti-ban? True = yes; False = no
AntiBanChance = 30; //if AntiBanOn = True: chance (in %) of anti-ban ocurring (0-100)
AntiRandomsOn = True; //Do anti-randoms? True = yes; False = no
DoAntisEvery = 4; //After every how many alchs to do anti-randoms/anti-ban
{ WARNING: Only turn off anti-randoms if:
1) You don't care if you get banned.
2) You are watching the screen for randoms yourself
Anti-Randoms lessen the chance of getting banned }
RunAmountMinutes = 0; //minutes to run before logging out, waiting
//LogOutForMinutes minutes, and then logging back in (for anti-ban)
//SETTING runAmount TO 0 (ZERO) OR LESS TURNS THIS OFF
LogOutForMinutes = 2; //minutes to stay logged out before logging back in
//(set this if RunAmountMinutes is set to higher than 0)
GoToHouse = False; //Go to your house after anti-ban logs off/logs back in?
//Note: start the script in your house or logged off if
//GoToHouse = True
UseSpellOrPortal = False; //if GoToHouse = True;, use the spell or portal to get in?
//True = Spell, False = Portal
GeneralSpeed = 2; //the speed of the alching (not including WaitTimeBetween)
//1 is the fastest, positive infinite is the slowest
//fast connections, recommended: 2
WaitTimeBetween = 1600; //Amount to wait between each alch (while the alching
//animation is playing)
//It will wait WaitTimeBetween + random(WaitTimeBetween / 10) miliseconds
NumberOfOpenBankTries = 0; //Number of tries to open bank
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 := 'urface'; //Username
Players[0].Pass := 'lolsorry'; //Password
Players[0].Nick := 'tryagain'; //3-4 small letters of the username
Players[0].Pin := ''; //bank pin (if using banking)
Players[0].Active := True; //Using Character? True = yes; False = no
Players[0].Booleans[0] := True; //True=High Alch; False=Low Alch
Players[0].Booleans[1] := True; //True=Fire/Lava Staff; False=Fire Runes
Players[0].Booleans[2] := False; //True=Bank Items; False=Don't Bank Items
Players[0].Integers[0] := 13; //Slot number of item to alch (recomend 13)
Players[0].Integers[1] := 6000; //Amount to Alch
Players[0].Integers[2] := 0; //Every How Many Alchs to Bank?
Players[0].Strings[0] := 'vwb'; //which bank: 'feb', 'fwb', 'veb', 'vwb',
// 'db', 'eb', 'akb'
There are currently 1 users browsing this thread. (0 members and 1 guests)