Page 25 of 40 FirstFirst ... 15232425262735 ... LastLast
Results 601 to 625 of 983

Thread: [Simba/SCAR] Coh3n's Anywhere PowerChopper

  1. #601
    Join Date
    Jan 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    All I get is
    ** Warning in Chop_Tree: Error Finding Uptext. **

    Doesn't click on the tree specified >.< Everything is up to date

  2. #602
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by whitewolf View Post
    All I get is
    ** Warning in Chop_Tree: Error Finding Uptext. **

    Doesn't click on the tree specified >.< Everything is up to date
    Do you have open dev srl?
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  3. #603
    Join Date
    Jan 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    Do you have open dev srl?
    Yes, I've made sure it's up to date aswell

  4. #604
    Join Date
    Dec 2009
    Location
    Savannah, Georgia
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    All logs droppedstarting to cut again ...
    NextPlayer
    SwitchToPlayer
    (PlayerNo0ActiveTrue);
    [=================================================================]
    [                  
    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 
    (It ran for a few hours logged out. So it wasn't a full 10h) But 163k xp =]]]]

    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.

  5. #605
    Join Date
    Jan 2010
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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 random probably 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.

  6. #606
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by whitewolf View Post
    All I get is
    ** Warning in Chop_Tree: Error Finding Uptext. **

    Doesn't click on the tree specified >.< Everything is up to date
    What tree are you trying to cut?

    Quote Originally Posted by raggdoll811 View Post
    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.
    Awesome report! Added to the first post. Try the new version for the randoms.

    Quote Originally Posted by hubbard1989 View Post
    then it stopped in middle of solving random probably 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
    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.

  7. #607
    Join Date
    Jan 2010
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am new to scripting scar, but it looks like at this part of the chop_trees procedure
    Code:
     
            srl_Warn('Chop_Tree', 'Error Finding Uptext. ', warn_AllVersions);
            Inc(wrongUptext);
    
          end;
          
          if (wrongUptext >= 20) then
            Find_Randoms;
    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;

    i changed those lines to look like this:
    Code:
            srl_Warn('Chop_Tree', 'Error Finding Uptext. ', warn_AllVersions);
            Inc(wrongUptext);
    
          end;
          
          if (wrongUptext >= 5) then
            Find_Randoms;
            wrongUptext := 0
    so it searches for randoms every 5 uptext errors

    *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.

  8. #608
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by hubbard1989 View Post
    *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?
    Yes, that is what I was trying to do. However, you're right, I do need to reset the variable, but right now it doesn't cause any errors, so I'll just leave it until the next update.

    Thanks for pointing that out,
    Coh3n

  9. #609
    Join Date
    Jan 2010
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default still problems

    i cant get it to even log in it just clicks around randomly, doesnt select log in?

  10. #610
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by topgamer View Post
    i cant get it to even log in it just clicks around randomly, doesnt select log in?
    If you aren't using SMART, make sure you drag the cross hairs.

  11. #611
    Join Date
    Jan 2010
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    What tree are you trying to cut?
    Trying to cut willows >.<

  12. #612
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    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.

  13. #613
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by whitewolf View Post
    Trying to cut willows >.<
    Make sure you have the scarprerelease version. Otherwise the uptexts won't work.

    Quote Originally Posted by Frement View Post
    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
    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.

  14. #614
    Join Date
    Dec 2009
    Location
    Savannah, Georgia
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome report! Added to the first post. Try the new version for the randoms.
    Alright, thanks dude. I'll give it a run here in a little while and let ya know how it goes.

  15. #615
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    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.
    I just made a new tree type with uptexts "own Tree", "own Oak" and it chopped also oaks. I dunno if you have to edit anything else? Havent checked the script fully through.
    There used to be something meaningful here.

  16. #616
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    I just made a new tree type with uptexts "own Tree", "own Oak" and it chopped also oaks. I dunno if you have to edit anything else? Havent checked the script fully through.
    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

  17. #617
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Yeah i know. Well it was just an idea And i use this only for normals and oaks.
    There used to be something meaningful here.

  18. #618
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    Yeah i know. Well it was just an idea And i use this only for normals and oaks.
    Yeah as long as you got it to work I'm happy.

  19. #619
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    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.
    what is the scar prereleaseversion? is it a different version of the script? sorry im kinda new, learning fast though. btw i'm having the same problem with trying to cut willows.

  20. #620
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by wolffang93 View Post
    what is the scar prereleaseversion? is it a different version of the script? sorry im kinda new, learning fast though. btw i'm having the same problem with trying to cut willows.
    It's the newest version of SCAR. You get it by doing an SVN Checkout. Follow the guide in my signature if you need help setting it up (the SVN link is in the guide).

  21. #621
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    It's the newest version of SCAR. You get it by doing an SVN Checkout. Follow the guide in my signature if you need help setting it up (the SVN link is in the guide).
    thanks downloading it now can't wait to use this script, from what others are saying it sounds like a great script

  22. #622
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by wolffang93 View Post
    thanks downloading it now can't wait to use this script, from what others are saying it sounds like a great script
    Thanks. It seems to work pretty well.

  23. #623
    Join Date
    Jan 2010
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    :\

    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.

  24. #624
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by wolffang93 View Post
    :\

    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.
    There's not problem with my script. You either don't have the latest version of SRL, or you haven't moved your plugins properly.

  25. #625
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by wolffang93 View Post
    :\

    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.
    Remove the last parameter of line 269's function and it compiles fine

    srl-opendev should work thought.
    There used to be something meaningful here.

Page 25 of 40 FirstFirst ... 15232425262735 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •