Chopping Ivy works great now! I'll post a 6hr proggy in 6 hrs!
Chopping Ivy works great now! I'll post a 6hr proggy in 6 hrs!
could you make it pick up nests?
I'm still getting that Ivy bug thing, but more rarely
Mind if I add a burner to the script and PM it to you for upload. Burning is better then dropping![]()
Of all the things I have lost, I miss my mind the most.
Current Projects:
Addy bar miner and superheater
You should consider adding arctic pine or teak support, both of which offer better xp/hr then ivy. For teak's, the hardwood grove would be good and arctic pine are on Neitiznot.
Currently working on max cape, and learning to script along the way!
Putting this in the script and adding a burnwait for the type of log should work wonders. I ran for one hour and had the following with my burn procedure in the script:
This reflects both fm and wc experience if I understand the exp calculation method.Time Running: 1 Hours, 5 Minutes and 8 Seconds
AntiBans Done: 12
AntiBans/Hour: 11
~~~~
WC XP Gained: 67946
WC XP/Hour: 62590
25,000 should be WC of maples, and 42,000 should be FM of maples.
Simba Code:Procedure Burn;
Var
I,IC,K,BurnWait:integer;
Begin
BurnWait:=2500; //works for maples, other logs may need different adjustments.
K:=0;
Wait(RandomRange(BurnWait,1000));
if bankscreen then
exit;
I:=0;
repeat
inc(I);
until ExistsItem(I)
if ExistsItem(I) then //tinderbox start
begin
invmouse(I,1); //clicking log
wait(randomrange(100,200));
mmouse(400,400,200,200);
mouse(200,430,25,25,true);
wait(BurnWait+Burnwait+Random(1000));
end;
I:=0;
repeat
inc(I);
until ExistsItem(I)
if ExistsItem(I) then //adding to bonfire
begin
invmouse(I,1); //clicking log
wait(randomrange(100,200));
mmouse(400,400,200,200);
mouse(300,430,25,25,true);
wait(BurnWait+Burnwait+Random(1000));
end else
burn;
I:=invcount;
K:=0
repeat
inc(K);
wait(burnwait);
if invcount<I then
begin
I:=invcount;
K:=0;
end;
if K>2 then
Burn;
until invcount=0
if invcount=0 then
writeln('Burned correctly') else
Burn;
End;
To add this, you would put this procedure in between two other procedures in the script. Next you would find theand change this toSimba Code:if InvFull then
repeat
DropLogs(Objects[0]);
until (CountLogs = 0)Simba Code:burn;
If you can not figure out how to do this, then I kindly ask that you at least check out the tutorial section and try to work out how to do it yourself. One of the reason there are loads of public scripts is for newer scripters to learn from so they can then go write their own scripts. I hope this has cleared things up. http://villavu.com/forum/forumdisplay.php?f=191
P.S. The exp calculator does not reflect woodcutting when you add this burn procedure, but woodcutting and firemaking experience both.
Last edited by EtherFreak; 07-13-2012 at 11:05 PM. Reason: Cleanup
Of all the things I have lost, I miss my mind the most.
Current Projects:
Addy bar miner and superheater
This would be the ultimate WC script if you could add options to change from powerchopping, banking, or burning (with bonfire). Also yes please add yews! If you could do all of that it would be amazing![]()
its choping oaks , but dont willows. Could u add banking to script? Great job!)
Edit.
Where to add that "burn" procedure? I am new to scripting, will not find that by myself. I could add banking for Draynor oaks , but, again, cant find , where script stop to chop trees and start to drop logs. This script writen in "pro" language, will took monthes to learn to able to script like this.![]()
Last edited by trestko; 06-24-2012 at 09:17 PM.
Author: Wreck
~~~~
Time Running: 4 Hours, 36 Minutes and 2 Seconds
AntiBans Done: 181
AntiBans/Hour: 39
~~~~
WC XP Gained: 161932
WC XP/Hour: 35198
Thank you very much sir![]()
I love you.
Mine's not starting just says successfully executed, then doesn't work.. can't find whats wrong grr! lol
EDIT: just decided to use the 0.8 version, that one started up (haven't given it a chance to run since typing this so we'll see)
Last edited by josiyah; 06-29-2012 at 11:19 AM.
Woops my bad! remove the // from line 2 and the script will startup with smart otherwise you could just target the runescape screen! I forgot to remove the comments from when I was testing the script so I shall reupload a version so nobody get confused and think its broken check back in 5 mins!
- AIO PowerChopper -
Can't get it to work.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
Going to use another script.
I couldn't get any 0.9 version to work so I am using 0.8...
It works fine BUT it logs me out after 7 minutes for no reason. I am not in a random, stuck, or anything...it just logs me out and ends the script.
Why???????
There are currently 1 users browsing this thread. (0 members and 1 guests)