I edited this to make rune bars. Doing about 42k smithing exp per/hour, not bad.
Could add gold bars, that's massively fast smithing experience. Huge cost though.
Currently: Working on Defending&Attacking in my Castle-Wars ScriptProject Rebuild: 90M/170M
Makes about 200gp per bar, going by mid pricing. If he released a rune version, prices would drop immensely I'm sure.
It's not a great method. I'm making 850 bars an hour, which would come out to 170k p/hour. That's using coal bag. But hey, I'm making money and getting some fast smithing experience. I'll make about 60m hitting 99 smithing.
how do i setup without smart? because when i remove the '//' at line 2 i get an error .
Just take out the {DEFINE SMART}. You will have to open the RS window though. It isn't automatic unless you put in "Activate Client" after SetupSRL.
One thing I would request in future releases is an easy option to disable the form. But otherwise, your script is perfect at what it does.
No problem buddy! It brings magic exp p/h down considerably, but if you're going for 99 smith you'll get there anyway.
Let me know how many bars p/h you get it to make. I raised mine by 100 just by taking out the coal banking.
@patduffy
Cheers buddy.
@everybody else
Not sure why the new version isn't working for you guys as mine is working fine make sure your using the new script that gets automatically downloaded ie version 0.6. And have SRL5. installed correctly will be late tonight before I can test or update any bugs or suggestions.
This script doesnt seem to work for me, firstly it doesnt open a client and when i open a client it can't detect it and says "Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now."
read the first post on how to setup mate you will find your problem there
Here's a quick fix for people having problems with the SRL5 Script (Latest)
This is for Steel bars without coal bag only. If you need this for something else, insert the WithdrawEx Function where needed.
procedure Bnk;
begin
case BarType.ItemIndex of
0: Withdraw(0,0,28);//iron bar
1:
begin //steel bar
if (UseCoalBag.Text='yes') then
begin
Withdraw(0,0,17);
GetCoal;
end;
if (UseCoalBag.Text='no') then
begin
Withdraw(0,0,9);
WithdrawEx(1,0,0,['coal', 'oal']);
end;
end;
Sorry people are experiencing problems with my newest version I just expected everyone to keep up to date with the newest simba and srl.
Everything is working perfect for me but I do plan on making some changes this week.
90 smithing! Only about 7 more days.
Been running this beauty 24/7, wonder if I'll get banned before 99.
wont think so...... well i hope so
but anyway nice :P
:edit hope not i meant lol
Still having problems with the newest version, I have everything updated fully (SRL, Simba, etc).
I even made sure i had the absolute latest version of your script by going to the download URL in the source that the autoupdater uses. Still just hovers over the coal bag and coal for me. Verson .5a is still pretty functioning though.
Just hovers over coalbag for me even tho i have it selected to use coalbag.
i dont know how many times i need to explain im kinda getting frustrated with the same question now please update you simba and SRL to the latest version SRL5 if that doesnt work you have don something wrong try uninstalling then reinstalling im using this with a freshly installed and updated version of simba and i have no problems what so eva
Last edited by Mark; 01-10-2012 at 11:41 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)