All I get is
** Warning in Chop_Tree: Error Finding Uptext. **
Doesn't click on the tree specified >.< Everything is up to date
All I get is
** Warning in Chop_Tree: Error Finding Uptext. **
Doesn't click on the tree specified >.< Everything is up to date
(It ran for a few hours logged out. So it wasn't a full 10h) But 163k xp =]]]]PHP Code:All logs dropped, starting to cut again ...
NextPlayer
SwitchToPlayer(PlayerNo: 0, Active: True);
[=================================================================]
[ Coh3n's Anywhere PowerChopper! ]
[============================= V.2.6 =============================]
[ ]
[ You have chosen to cut Oak trees. ]
[ ]
[ Ran For: 10 Hours, 3 Minutes and 9 Seconds ]
[ Loads Done: 157 ]
[ Logs Chopped: 4367 ]
[ Levels Gained: 1 ]
[ Exp Gained: 163762.5 ]
[ Breaks: 14 ]
[ ]
[=================================================================]
[=================================================================]
Successfully executed
I had it set for single player, 10k oaks. As you can see it tried to switch players >_< Also, it hasn't done the best with random events. It may have completed a few that I'm unaware of, being its set to select the lamp and use it on WC skill. But I have caught it standing still in a few randoms. The most recent was the pirate. Oh.. And the level counter isn't working. I gained like 4-5 in this run.
0-70 WC in 2 - 2.5 days with this script
[================================================== ===============]
[ Coh3n's Anywhere PowerChopper! ]
[============================= V.2.6 =============================]
[ ]
[ You have chosen to cut willow trees. ]
[ ]
[ Ran For: 1 Hours, 50 Minutes and 32 Seconds ]
[ Loads Done: 33 ]
[ Logs Chopped: 924 ]
[ Levels Gained: 1 ]
[ Exp Gained: 62370 ]
[ Breaks: 0 ]
[ ]
[================================================== ===============]
[================================================== ===============]
then it stopped in middle of solving randomprobably srl's fault
***** STR: FOUND RANDOM: 'Surprise Exam' *****
[Mordaut] Found Large Puzzle
[Mordaut - Big] Question combination is Q06
[Mordaut - Big] Answers: 0 4 13.
[Mordaut] Found Small Puzzle
Last edited by hubbard1989; 01-10-2010 at 09:41 PM.
What tree are you trying to cut?
Awesome report! Added to the first post. Try the new version for the randoms.
Yeah, my script has nothing to do with how the randoms are solved. You should post about this in the Public SVN section. There is a thread about Randoms Bugs.![]()
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
I am new to scripting scar, but it looks like at this part of the chop_trees procedure
will not function properly, and it will only search for randoms once per load of logs you cut having the "error finding uptext" error. once WrongUpText is >=20 then the code will not run again during that load of logs. it needs to set wrongUptext = 0 after Find_Randoms;Code:srl_Warn('Chop_Tree', 'Error Finding Uptext. ', warn_AllVersions); Inc(wrongUptext); end; if (wrongUptext >= 20) then Find_Randoms;
i changed those lines to look like this:
so it searches for randoms every 5 uptext errorsCode:srl_Warn('Chop_Tree', 'Error Finding Uptext. ', warn_AllVersions); Inc(wrongUptext); end; if (wrongUptext >= 5) then Find_Randoms; wrongUptext := 0
*edit, looked over the code again, and noticed that it searches for randoms each* time AFTER you have wrongUptext as 20
is that what you were trying to do?
1/11/10
Latest progress report !! longest run ever for meeeee
Code:[=================================================================] [ Coh3n's Anywhere PowerChopper! ] [============================= V.2.7 =============================] [ ] [ You have chosen to cut willow trees. ] [ ] [ Ran For: 7 Hours, 6 Minutes and 15 Seconds ] [ Loads Done: 125 ] [ Logs Chopped: 3499 ] [ Levels Gained: 1 ] [ Exp Gained: 236182.5 ] [ Breaks: 0 ] [ ] [=================================================================] [=================================================================]
Last edited by hubbard1989; 01-11-2010 at 07:54 AM.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
i cant get it to even log in it just clicks around randomly, doesnt select log in?
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Coh3n, maybe you should add option to cut multiple trees, like "Tree & Oak" because it hovers over them and gives the uptext error, so it would be more humanlike? If the lvl is over 15 ofcourse.
I was just about to edit it for personal use, but then i thought, why not let you to edit it for everyone![]()
Last edited by Frement; 01-11-2010 at 10:29 AM.
There used to be something meaningful here.
Make sure you have the scarprerelease version. Otherwise the uptexts won't work.
I don't think that would be hard at all, all I have to do is edit a few lines. I'll look into it for the next version.
EDIT: Turns out it's a much bigger job than I though, and I can't be bothered to do at this time. Maybe sometime in the futer though. As long as it's working well right now, I'm happy.![]()
Last edited by Coh3n; 01-11-2010 at 05:10 PM.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Alright, thanks dude. I'll give it a run here in a little while and let ya know how it goes.Awesome report! Added to the first post. Try the new version for the randoms.
Yeah, that'll work good for you, but the way I have it setup would cause a ton of problems if someone wanted to cut, say magic trees, maple, and normal because they all have different colors/hue, mod values. It would just be a lot of work for a feature that I don't think many people would use.
What you've done will work well for Oaks/Normals/Yews because their colors are similar. However, Willows/Magics/Maples have unique colors, which would make everything more complicated. You know what I mean?
Cheers,
Coh3n
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Yeah i know. Well it was just an ideaAnd i use this only for normals and oaks.
There used to be something meaningful here.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
:\
Failed when compiling
Line 270: [Error] (15593:1): Invalid number of parameters in script C:\Users\Andrew\Desktop\scarprerelease\includes\SR L\SRL\Core\AntiRandoms\Sandwich.scar
is this a problem with the script or my scar? i'm using the prerelease. and i'm using the newer version of the script.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
There are currently 1 users browsing this thread. (0 members and 1 guests)