You'll be seeing a lot of commits by me (Santa)
I <3 this script!
You'll be seeing a lot of commits by me (Santa)
I <3 this script!
Sorry about this Double Post, but I feel that this proggy deserves it's own post
Go big or go home.
Edit: I have 2 players on that script, Do you think you could have it switch players every break?
Because it will run the first player and if that player goes false it won't switch players.
I think that would be a great addition to the script![]()
Last edited by Santa; 03-24-2011 at 07:17 PM.
I see you got a "Flax/hour" counter there.. Maybe put up a "Money/hour" counter too?![]()
What ever you need help with I'll be here.![]()
Add my MSN?Aleksandersleire@hotmail.com
*-*- Teh Flax Spinner v2.21 ~ By Emaziz -*-*
* Running for: 4 Hours, 54 Minutes and 13 Seconds
* Experience: 82785
* Exp/hour: 16882
* Flax spun: 4807
*Flax spun/hour: 980
*-*- flaxflaxflaxflaxflaxflax -*-*
It's clicking flax & then clicking the wheel then clicking spin flax every time, is it supposed to do that?
The only true authority stems from knowledge, not from position.
You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.
Last edited by grats; 04-04-2011 at 02:51 PM.
The only true authority stems from knowledge, not from position.
You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.
when it goes to bank. it clicks random items in the top row. does this for like a min. b4 clicking deposit and continuing.
yea mine was clicking the money
also for em, this is what it's doing.. after every couple of strings it does
so what it's repeating is this section:
Simba Code:if ((hasFlax) and (GetPlaneIndex = 1)) then
begin
debug('Spinning flax');
wait(1000+random(1000));
wheel := GetObjectByID(36970,OBJECT_TYPE_INTERACTABLE,20);
tehTile := wheel.Tile;
if not TileOnMS(tehTile,0) then
WalkToTile(Tile(3209,3213),1,1);
attempts := 0;
while (attempts <= 3) do
I added that wait
wait(1000+random(1000));
so it doesn't click as much, it helped a bit.. of course it's still clicking the wheel and spinning again & again, I guess somethings making it repeat that part somewhere
Last edited by grats; 04-05-2011 at 05:09 AM.
The only true authority stems from knowledge, not from position.
You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.
Odd. Something must've broken itI'll look into it after school
![]()
I've been running it for some while now and I can't see any of the problems you're mentioning. :S It spins perfectly, it banks perfectly and it doesn't click any inventory items. :\
Looking through my functions I can't see any reason why you'd experience any trouble ... unless you're lagging a LOT. Are you?![]()
Progress Report:*-*- Teh Flax Spinner v2.21 ~ By Emaziz -*-* * Running for: 2 Hours, 19 Minutes and 28 Seconds * Experience: 36960 * Exp/hour: 15900 * Flax spun: 2221 *Flax spun/hour: 955 *-*- flaxflaxflaxflaxflaxflax -*-*
Working pretty nice![]()
My scripts:
Wilderness Course Runner [v0.4]
Monkey Course Runner [v0.4]
Advanced Gnome Agility Course Runner [v0.4]
Ultimate Burner [v0.4]
just put a pin on the account i use with this script and it cant enter it in, i have to do it.
So I had a problem with your script where it would keep clicking on the wheel because it thought it wasn't spinning. So I modified your isSpinning function to make it wait 1500ms. Solved the issue for me.
Code:function isSpinning: boolean; var timer: longInt; ani: integer; begin timer := GetSystemTime; while (GetSystemTime-timer) < 1500 do begin ani := GetMe.Animation; if (ani <> -1) then begin result := True; exit; end; end; result := False; end;
Working on a Watchmen pickpocket-er, hope to get 80kxp / hour.
Progress Report:*-*- Teh Flax Spinner v2.21 ~ By Emaziz -*-* * Running for: 11 Hours, 44 Minutes and 10 Seconds * Experience: 183465 * Exp/hour: 15632 * Flax spun: 10039 *Flax spun/hour: 855 *-*- flaxflaxflaxflaxflaxflax -*-*
Stopped because RS had to update.. Sadly flax per hour was kind of low, but I think I was lagging pretty bad for some reason..
My scripts:
Wilderness Course Runner [v0.4]
Monkey Course Runner [v0.4]
Advanced Gnome Agility Course Runner [v0.4]
Ultimate Burner [v0.4]
There are currently 1 users browsing this thread. (0 members and 1 guests)